dataautogpt3
commited on
Update README.md
Browse files
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=
|
118 |
-
height=
|
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]
|