Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,10 @@ license: creativeml-openrail-m
|
|
53 |
<div style="color: #666; padding-left:8px;"><strong>1024x576</strong> for wide 16:9, <strong>768x768</strong> for square, and <strong>640x1024</strong> for portrait</div>
|
54 |
<i style="color: #666666e8; padding-left:8px;">Feel free to experiment with higher resolutions, Juusoz made all the examples at higher than recommended resolutions</i>
|
55 |
</li>
|
|
|
|
|
|
|
|
|
56 |
<div style="display: flex;">
|
57 |
<li style="margin-bottom: 10px;">
|
58 |
<div style="display: inline-block; width: 120px; font-weight: 500; color: #333;">CFG</div>
|
@@ -72,17 +76,17 @@ license: creativeml-openrail-m
|
|
72 |
<!--Prompt format-->
|
73 |
<div style="padding:10px; margin: 20px 0; background-color: #f9f9f9; box-shadow: 0 4px 6px rgba(0,0,0,0.1);" id="promptformat">
|
74 |
<h2 style="font-size:28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:0; color: #222;">Prompt Format</h2>
|
75 |
-
<p style="font-size: 18px; color: #666;">
|
76 |
-
<div style="padding:
|
77 |
-
<strong style="font-size: 16px; color: #333;">
|
78 |
-
<code style="font-size: 14px; padding: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">
|
79 |
</div>
|
80 |
<div style="padding:8px">
|
81 |
<strong style="font-size: 16px; color: #333;">Example:</strong>
|
82 |
-
<code style="font-size: 14px; padding: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">
|
83 |
</div>
|
84 |
-
<p style="font-size: 18px; color: #666;">The
|
85 |
-
<p style="font-size: 18px; color: #666;">
|
86 |
</div>
|
87 |
|
88 |
<!--Examples-->
|
|
|
53 |
<div style="color: #666; padding-left:8px;"><strong>1024x576</strong> for wide 16:9, <strong>768x768</strong> for square, and <strong>640x1024</strong> for portrait</div>
|
54 |
<i style="color: #666666e8; padding-left:8px;">Feel free to experiment with higher resolutions, Juusoz made all the examples at higher than recommended resolutions</i>
|
55 |
</li>
|
56 |
+
<li style="margin-bottom: 10px;">
|
57 |
+
<div style="display: inline-block; width: 120px; font-weight: 500; color: #333;">Vae</div>
|
58 |
+
<div style="color: #666; padding-left:8px;"><a href="https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt">vae-ft-mse-840000-ema-pruned.ckpt</a></div>
|
59 |
+
</li>
|
60 |
<div style="display: flex;">
|
61 |
<li style="margin-bottom: 10px;">
|
62 |
<div style="display: inline-block; width: 120px; font-weight: 500; color: #333;">CFG</div>
|
|
|
76 |
<!--Prompt format-->
|
77 |
<div style="padding:10px; margin: 20px 0; background-color: #f9f9f9; box-shadow: 0 4px 6px rgba(0,0,0,0.1);" id="promptformat">
|
78 |
<h2 style="font-size:28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:0; color: #222;">Prompt Format</h2>
|
79 |
+
<p style="font-size: 18px; color: #666;">It is recommended to use booru styled tags to for the prompts.</p>
|
80 |
+
<div style="padding:8px">
|
81 |
+
<strong style="font-size: 16px; color: #333;">Example:</strong>
|
82 |
+
<code style="font-size: 14px; padding: 6px; line-height: 22px; background-color: #f5f5f5; border-radius: 4px; color: #000;">woman, decorated horns, long robes, fog, long curly hair, freckles, solo, masterpiece, reflective, depth of field, caustics, detailed night, forest, leaves, moonlight, eyes, orange hair, green eyes, vines</code>
|
83 |
</div>
|
84 |
<div style="padding:8px">
|
85 |
<strong style="font-size: 16px; color: #333;">Example:</strong>
|
86 |
+
<code style="font-size: 14px; padding: 6px; line-height: 22px; background-color: #f5f5f5; border-radius: 4px; color: #000;">1girl, solo, skirt, book, glasses, long hair, looking at viewer, bookshelf, jacket, plaid skirt, school uniform, long sleeves, parted lips, semi-rimless eyewear, bangs, blush, holding, blazer, indoors, sweater, under-rim eyewear, red-framed eyewear, holding book, brown eyes, library, sitting</code>
|
87 |
</div>
|
88 |
+
<p style="font-size: 18px; color: #666;">The tags were generated with <a href="https://github.com/toriato/stable-diffusion-webui-wd14-tagger">WD14 tagger</a> for the dataset.</p>
|
89 |
+
<p style="font-size: 18px; color: #666;">The model has also been fine tuned to be better at handling shorter prompts.</p>
|
90 |
</div>
|
91 |
|
92 |
<!--Examples-->
|