dataautogpt3 commited on
Commit
3dedaa7
1 Parent(s): b326578

Update README.md

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