Update README.md
Browse files
README.md
CHANGED
@@ -103,8 +103,8 @@ output = pipe(
|
|
103 |
prompt=prompt,
|
104 |
negative_prompt=negative_prompt,
|
105 |
decoder_guidance_scale=2.0,
|
106 |
-
prior_guidance_scale=
|
107 |
-
prior_num_inference_steps=
|
108 |
output_type="pil",
|
109 |
num_inference_steps=10
|
110 |
).images[0]
|
@@ -227,7 +227,7 @@ aesthetic tags, quality tags, date tags, custom tags, rating tags, character, se
|
|
227 |
| **0.025** | low quality | 538.958 |
|
228 |
| **rest of them** | worst quality | 1.955.966 |
|
229 |
|
230 |
-
## Rating Tags
|
231 |
|
232 |
| tag | count |
|
233 |
|---|---|
|
|
|
103 |
prompt=prompt,
|
104 |
negative_prompt=negative_prompt,
|
105 |
decoder_guidance_scale=2.0,
|
106 |
+
prior_guidance_scale=7.0,
|
107 |
+
prior_num_inference_steps=30,
|
108 |
output_type="pil",
|
109 |
num_inference_steps=10
|
110 |
).images[0]
|
|
|
227 |
| **0.025** | low quality | 538.958 |
|
228 |
| **rest of them** | worst quality | 1.955.966 |
|
229 |
|
230 |
+
## Rating Tags:
|
231 |
|
232 |
| tag | count |
|
233 |
|---|---|
|