Skip to content

Commit e753506

Browse files
committed
Created using Colab
1 parent 0a6694a commit e753506

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stable_diffusion.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@
7878
"images = pipe(\n",
7979
" prompt = prompt,\n",
8080
" negative_prompt = negative_prompt,\n",
81-
" height = 2560,\n",
82-
" width = 1600,\n",
8381
" num_inference_steps = num_inference_steps,\n",
8482
" guidance_scale = guidance_scale,\n",
8583
" eta = eta,\n",

0 commit comments

Comments
 (0)