anghellia commited on
Commit
b4dad28
1 Parent(s): 459a1b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,8 +51,8 @@ image = pipe(
51
  controlnet_conditioning_scale=0.7,
52
  num_inference_steps=25,
53
  guidance_scale=3.5,
54
- height=1024,
55
- width=768,
56
  generator=generator,
57
  num_images_per_prompt=1,
58
  ).images[0]
 
51
  controlnet_conditioning_scale=0.7,
52
  num_inference_steps=25,
53
  guidance_scale=3.5,
54
+ height=768,
55
+ width=1024,
56
  generator=generator,
57
  num_images_per_prompt=1,
58
  ).images[0]