dataautogpt3
commited on
Commit
•
fbe5a0c
1
Parent(s):
93113b1
Update README.md
Browse files
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=
|
127 |
-
height=
|
128 |
guidance_scale=7,
|
129 |
num_inference_steps=20
|
130 |
).images[0]
|
|
|
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]
|