Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,145 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: yodayno-2
|
| 4 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: yodayno-2
|
| 4 |
license_link: LICENSE
|
| 5 |
+
pipeline_tag: robotics
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- anime
|
| 10 |
+
- art
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
<style>
|
| 14 |
+
/* make image go into grids */
|
| 15 |
+
body {
|
| 16 |
+
|
| 17 |
+
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif;
|
| 18 |
+
}
|
| 19 |
+
img {
|
| 20 |
+
display: flex;
|
| 21 |
+
justify-content: center;
|
| 22 |
+
align-items: center;
|
| 23 |
+
margin: 0 auto;
|
| 24 |
+
margin-top: 1em;
|
| 25 |
+
max-width: 25%;
|
| 26 |
+
transition: 0.5s cubic-bezier(.54,0,.64,.98);
|
| 27 |
+
height: auto;
|
| 28 |
+
border-radius: 1.2rem;
|
| 29 |
+
}
|
| 30 |
+
img:hover {
|
| 31 |
+
transform: scale(1.1);
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
.txt {
|
| 35 |
+
display: flex;
|
| 36 |
+
justify-content: center;
|
| 37 |
+
align-items: center;
|
| 38 |
+
max-width: 25%;
|
| 39 |
+
font-size: 1.2em;
|
| 40 |
+
margin: auto;
|
| 41 |
+
text-align: center;
|
| 42 |
+
height: auto;
|
| 43 |
+
text-decoration: none;
|
| 44 |
+
}
|
| 45 |
+
.prmpt {
|
| 46 |
+
display: flex;
|
| 47 |
+
justify-content: center;
|
| 48 |
+
align-items: center;
|
| 49 |
+
max-width: 85%;
|
| 50 |
+
font-size: 0.9em;
|
| 51 |
+
margin: auto;
|
| 52 |
+
text-align: center;
|
| 53 |
+
height: auto;
|
| 54 |
+
text-decoration: none;
|
| 55 |
+
}
|
| 56 |
+
.container {
|
| 57 |
+
display: flex;
|
| 58 |
+
flex-direction: row;
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
h1 {
|
| 63 |
+
font-size: 6.5em;
|
| 64 |
+
text-align: center;
|
| 65 |
+
letter-spacing: 0.11em;
|
| 66 |
+
padding: 0.218em 0;
|
| 67 |
+
background: -webkit-linear-gradient(45deg, #fccfea, #cc81e2);
|
| 68 |
+
-webkit-background-clip: text;
|
| 69 |
+
-webkit-text-fill-color: transparent;
|
| 70 |
+
}
|
| 71 |
+
h3 {
|
| 72 |
+
font-size: 0.8em;
|
| 73 |
+
text-align: center;
|
| 74 |
+
letter-spacing: 0.011em;
|
| 75 |
+
padding: 0.0218em 0;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
</style>
|
| 79 |
+
<h1>hnnng</h1>
|
| 80 |
+
<h3>"can someone explain to me why the new models are named after weird sounds?"</h3>
|
| 81 |
+
<div class="container">
|
| 82 |
+
<div class="txt"><a style="text-decoration: none;" href="https://huggingface.co/yoinked/hnnng/resolve/main/hnnng-dx-detailed.safetensors?download=true">detailed</a></div>
|
| 83 |
+
<div class="txt"><a style="text-decoration: none;" href="https://huggingface.co/yoinked/hnnng/resolve/main/hnnng-dx.safetensors?download=true">hnnng-dx</a></div>
|
| 84 |
+
<div class="txt"><a style="text-decoration: none;" href="https://huggingface.co/yoinked/hnnng/resolve/main/hnnng.safetensors?download=true">hnnng </a></div>
|
| 85 |
+
</div>
|
| 86 |
+
<div class="container">
|
| 87 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/Czg2FlC1Eh4ntaFgchvRn.png" alt="detailed"/>
|
| 88 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/o4iseGZ_S0HEwOyieCjep.png" alt="hnnng-dx"/>
|
| 89 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/6_ksr15xhQhTUyBZ4uphH.png" alt="hnnng"/>
|
| 90 |
+
</div>
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
first model i spent a good amount of time tuning since awoo, thanks to everyone in <a style="text-decoration: none; color: #0af" href="https://discord.gg/invite/touhouai">touhou ai discord</a> for sharing models
|
| 94 |
+
and posting cirnos.
|
| 95 |
+
<br><br><br>
|
| 96 |
+
objectively correct / reccomended settings:
|
| 97 |
+
- true lin beta scheduler (optional, used if you want to recreate some of these prompts)
|
| 98 |
+
- dpm++ 2s ancestral karras
|
| 99 |
+
- 15+ steps
|
| 100 |
+
- any detailer with ddpm
|
| 101 |
+
- cfg > 7
|
| 102 |
+
- resolution of 768x works well
|
| 103 |
+
- negative prompt of `(low-quality worst-quality:1.4) (bad-anatomy) (inaccurate-limb:1.2) bad-composition inaccurate-eyes extra-digit fewer-digits (extra-arms:1.2)`
|
| 104 |
+
|
| 105 |
+
credits:
|
| 106 |
+
- ao
|
| 107 |
+
- - soushiki, help with some recipies, 60% of loras used in hnnng
|
| 108 |
+
- nocrypt
|
| 109 |
+
- - colab, something v2.2, migus
|
| 110 |
+
- novelai
|
| 111 |
+
- - You Know Why.
|
| 112 |
+
- imi/aha
|
| 113 |
+
- - reminding me to use huggingface and not civit
|
| 114 |
+
|
| 115 |
+
<br>
|
| 116 |
+
more comparisons:
|
| 117 |
+
<br>
|
| 118 |
+
|
| 119 |
+
<div class="container">
|
| 120 |
+
<div class="prmpt">1girl cup guitar brown-hair instrument shirt brown-eyes solo curtains indoors mug sitting holding hair-ornament chair short-hair holding-cup hairclip window shorts short-sleeves plant white-shirt wooden-floor bangs t-shirt electric-guitar looking-at-viewer</div>
|
| 121 |
+
</div>
|
| 122 |
+
<div class="container">
|
| 123 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/Czg2FlC1Eh4ntaFgchvRn.png" alt="detailed"/>
|
| 124 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/o4iseGZ_S0HEwOyieCjep.png" alt="hnnng-dx"/>
|
| 125 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/6_ksr15xhQhTUyBZ4uphH.png" alt="hnnng"/>
|
| 126 |
+
</div>
|
| 127 |
+
<br>
|
| 128 |
+
<div class="container">
|
| 129 |
+
<div class="prmpt">1girl hatsune-miku</div>
|
| 130 |
+
</div>
|
| 131 |
+
<div class="container">
|
| 132 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/6M69KvvUIFQG-ljkPKduO.png" alt="detailed"/>
|
| 133 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/ZkJFm97LRNJ-w8NZcz9Um.png" alt="hnnng-dx"/>
|
| 134 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/WugazqHyrhbKQdRBiIjDQ.png" alt="hnnng"/>
|
| 135 |
+
|
| 136 |
+
</div>
|
| 137 |
+
<br>
|
| 138 |
+
<div class="container">
|
| 139 |
+
<div class="prmpt">1girl cup guitar brown-hair instrument shirt brown-eyes solo curtains indoors mug sitting holding hair-ornament chair short-hair holding-cup hairclip window shorts short-sleeves plant white-shirt wooden-floor bangs t-shirt electric-guitar looking-at-viewer</div>
|
| 140 |
+
</div>
|
| 141 |
+
<div class="container">
|
| 142 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/Czg2FlC1Eh4ntaFgchvRn.png" alt="detailed"/>
|
| 143 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/o4iseGZ_S0HEwOyieCjep.png" alt="hnnng-dx"/>
|
| 144 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/632421b177c2b64c3e9511c9/6_ksr15xhQhTUyBZ4uphH.png" alt="hnnng"/>
|
| 145 |
+
</div>
|
| 146 |
+
<br>
|