dataautogpt3 commited on
Commit
b326578
1 Parent(s): de0f2ac

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=1280,
127
- height=1280,
128
  guidance_scale=7,
129
  num_inference_steps=20
130
  ).images[0]
 
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]