We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6694a commit e753506Copy full SHA for e753506
stable_diffusion.ipynb
@@ -78,8 +78,6 @@
78
"images = pipe(\n",
79
" prompt = prompt,\n",
80
" negative_prompt = negative_prompt,\n",
81
- " height = 2560,\n",
82
- " width = 1600,\n",
83
" num_inference_steps = num_inference_steps,\n",
84
" guidance_scale = guidance_scale,\n",
85
" eta = eta,\n",
0 commit comments