dataautogpt3
commited on
Commit
•
666700d
1
Parent(s):
c8ca1a2
Update README.md
Browse files
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=
|
124 |
-
height=
|
125 |
guidance_scale=7,
|
126 |
num_inference_steps=40
|
127 |
).images[0]
|
|
|
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]
|