Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ Sampler: Default
|
|
49 |
Steps: 30 or 40
|
50 |
Secondary Steps: 10
|
51 |
|
52 |
-
CFG:
|
53 |
Secondary CFG: 1 or 1.2
|
54 |
|
55 |
Resolution: 1024x1536, 2048x1152
|
@@ -94,7 +94,7 @@ output = pipe(
|
|
94 |
prompt=prompt,
|
95 |
negative_prompt=negative_prompt,
|
96 |
decoder_guidance_scale=1.0,
|
97 |
-
prior_guidance_scale=
|
98 |
prior_num_inference_steps=40,
|
99 |
output_type="pil",
|
100 |
num_inference_steps=10
|
|
|
49 |
Steps: 30 or 40
|
50 |
Secondary Steps: 10
|
51 |
|
52 |
+
CFG: 8
|
53 |
Secondary CFG: 1 or 1.2
|
54 |
|
55 |
Resolution: 1024x1536, 2048x1152
|
|
|
94 |
prompt=prompt,
|
95 |
negative_prompt=negative_prompt,
|
96 |
decoder_guidance_scale=1.0,
|
97 |
+
prior_guidance_scale=8.0,
|
98 |
prior_num_inference_steps=40,
|
99 |
output_type="pil",
|
100 |
num_inference_steps=10
|