Update README.md
#9
by
QuizzShizz
- opened
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
|