QuizzShizz commited on
Commit
95e64e7
1 Parent(s): 4da78e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -116,8 +116,8 @@ negative_prompt = ""
116
  image = pipe(
117
  prompt,
118
  negative_prompt=negative_prompt,
119
- width=1024,
120
- height=1024,
121
  guidance_scale=7,
122
  num_inference_steps=50,
123
  clip_skip=3
 
116
  image = pipe(
117
  prompt,
118
  negative_prompt=negative_prompt,
119
+ width=1080,
120
+ height=1920,
121
  guidance_scale=7,
122
  num_inference_steps=50,
123
  clip_skip=3