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 ed8e073 commit 707ccacCopy full SHA for 707ccac
stable_diffusion.ipynb
@@ -76,6 +76,8 @@
76
"images = pipe(\n",
77
" prompt = prompt,\n",
78
" negative_prompt = negative_prompt,\n",
79
+ " height = 2560,\n",
80
+ " width = 1600,\n",
81
" num_inference_steps = num_inference_steps,\n",
82
" guidance_scale = guidance_scale,\n",
83
" eta = eta,\n",
0 commit comments