dataautogpt3 commited on
Commit
84e84ed
·
verified ·
1 Parent(s): 6e90ea8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -114,8 +114,8 @@ negative_prompt = "nsfw, bad quality, bad anatomy, worst quality, low quality, l
114
  image = pipe(
115
  prompt,
116
  negative_prompt=negative_prompt,
117
- width=1024,
118
- height=1024,
119
  guidance_scale=7,
120
  num_inference_steps=40
121
  ).images[0]
 
114
  image = pipe(
115
  prompt,
116
  negative_prompt=negative_prompt,
117
+ width=1280,
118
+ height=1280,
119
  guidance_scale=7,
120
  num_inference_steps=40
121
  ).images[0]