Skip to content

Commit 707ccac

Browse files
committed
Created using Colab
1 parent ed8e073 commit 707ccac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stable_diffusion.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
"images = pipe(\n",
7777
" prompt = prompt,\n",
7878
" negative_prompt = negative_prompt,\n",
79+
" height = 2560,\n",
80+
" width = 1600,\n",
7981
" num_inference_steps = num_inference_steps,\n",
8082
" guidance_scale = guidance_scale,\n",
8183
" eta = eta,\n",

0 commit comments

Comments
 (0)