QuizzShizz
commited on
Commit
•
95e64e7
1
Parent(s):
4da78e7
Update README.md
Browse files
README.md
CHANGED
@@ -116,8 +116,8 @@ negative_prompt = ""
|
|
116 |
image = pipe(
|
117 |
prompt,
|
118 |
negative_prompt=negative_prompt,
|
119 |
-
width=
|
120 |
-
height=
|
121 |
guidance_scale=7,
|
122 |
num_inference_steps=50,
|
123 |
clip_skip=3
|
|
|
116 |
image = pipe(
|
117 |
prompt,
|
118 |
negative_prompt=negative_prompt,
|
119 |
+
width=1080,
|
120 |
+
height=1920,
|
121 |
guidance_scale=7,
|
122 |
num_inference_steps=50,
|
123 |
clip_skip=3
|