dataautogpt3 commited on
Commit
fd0e4a0
1 Parent(s): 15a6967

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -120,8 +120,8 @@ negative_prompt = "nsfw, bad quality, bad anatomy, worst quality, low quality, l
120
  image = pipe(
121
  prompt,
122
  negative_prompt=negative_prompt,
123
- width=1080,
124
- height=1080,
125
  guidance_scale=7,
126
  num_inference_steps=40
127
  ).images[0]
 
120
  image = pipe(
121
  prompt,
122
  negative_prompt=negative_prompt,
123
+ width=1024,
124
+ height=1024,
125
  guidance_scale=7,
126
  num_inference_steps=40
127
  ).images[0]