Grokberg commited on
Commit
be1fd91
1 Parent(s): d93a9a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
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;">The prompts we trained on are available in the corresponding T{version} Konosuba prompt list.txt file.</p>
76
- <div style="padding:0 8px">
77
- <strong style="font-size: 16px; color: #333;">Format:</strong>
78
- <code style="font-size: 14px; padding: 6px; background-color: #f5f5f5; border-radius: 4px; color: #000;">Parent tag, description prompt 1, description prompt 2, etc;</code>
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;">Megumin, holding staff, casting, close-up; sparkle; night;</code>
83
  </div>
84
- <p style="font-size: 18px; color: #666;">The <strong style="color: #333;">parent tag</strong> serves as the primary label for the overall theme of the image and acts as the main subject. The <strong style="color: #333;">description prompts</strong> are a comprehensive list of attributes, objects, actions, and other elements that describe the subject in detail. Each subject is separated by a semicolon (;) while the individual attributes, objects, actions, and elements are separated by a comma (,).</p>
85
- <p style="font-size: 18px; color: #666;">Just because we haven’t trained on something doesn’t mean the base AI model doesn’t already know what it is, so feel free to get creative and try new things!</p>
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-->