Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ Steps: 30 or 40
|
|
70 |
Refiner Steps: 10
|
71 |
|
72 |
CFG: 7
|
73 |
-
Secondary CFG: 1.
|
74 |
|
75 |
Resolution: 1024x1536, 2048x1152
|
76 |
Anything works as long as it's a multiply of 128.
|
@@ -165,7 +165,7 @@ pipe.prior_pipe.maybe_free_model_hooks()
|
|
165 |
output = pipe(
|
166 |
width=1024,
|
167 |
height=1536,
|
168 |
-
decoder_guidance_scale=1.
|
169 |
prior_guidance_scale=7.0,
|
170 |
prior_num_inference_steps=30,
|
171 |
num_inference_steps=10,
|
|
|
70 |
Refiner Steps: 10
|
71 |
|
72 |
CFG: 7
|
73 |
+
Secondary CFG: 1.0 to 1.5
|
74 |
|
75 |
Resolution: 1024x1536, 2048x1152
|
76 |
Anything works as long as it's a multiply of 128.
|
|
|
165 |
output = pipe(
|
166 |
width=1024,
|
167 |
height=1536,
|
168 |
+
decoder_guidance_scale=1.0,
|
169 |
prior_guidance_scale=7.0,
|
170 |
prior_num_inference_steps=30,
|
171 |
num_inference_steps=10,
|