|
--- |
|
license: creativeml-openrail-m |
|
base_model: |
|
- AstraliteHeart/pony-diffusion-v6 |
|
tags: |
|
- anime |
|
- illustration |
|
- art |
|
- fantasy |
|
--- |
|
|
|
<style> |
|
.title-container { |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
height: 20vh; |
|
text-align: center; |
|
letter-spacing: -0.02em; |
|
line-height: 1.2; |
|
padding: 0.5em 0; |
|
} |
|
.title { |
|
font-size: 3em; |
|
} |
|
.subtitle { |
|
font-size: 1em; |
|
} |
|
.custom-table { |
|
table-layout: fixed; |
|
width: 100%; |
|
border-collapse: separate; |
|
border-spacing: 1em; |
|
margin-top: 2em; |
|
} |
|
.custom-table td { |
|
width: 33.333%; |
|
vertical-align: top; |
|
padding: 0; |
|
} |
|
.custom-image-container { |
|
position: relative; |
|
width: 100%; |
|
height: 100% |
|
margin-bottom: 2em; |
|
overflow: hidden; |
|
align-items: center; |
|
border-radius: 15px; |
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); |
|
transition: all 0.3s ease; |
|
} |
|
.custom-image { |
|
width: 100%; |
|
height: auto; |
|
object-fit: cover; |
|
transition: transform 0.5s; |
|
} |
|
.custom-image-container:hover .custom-image { |
|
transform: scale(1.2); |
|
} |
|
</style> |
|
<body> |
|
<div class="title-container"> |
|
<div> |
|
<h1 class="title">Honey Mix</h1> |
|
<p> |
|
<h1 class="subtitle">Based on Pony Diffusion v6 XL</h> |
|
</div> |
|
</div> |
|
<table class="custom-table"> |
|
<tr> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/1.png" alt="1"> |
|
</div> |
|
<br> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/3.png" alt="3"> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/2.png" alt="2"> |
|
</div> |
|
<br> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/5.png" alt="5"> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/4.png" alt="4"> |
|
</div> |
|
<br> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="https://huggingface.co/hollowstrawberry/honeymix/resolve/main/previews/6.png" alt="6"> |
|
</div> |
|
</td> |
|
</tr> |
|
</table> |
|
|
|
This model had the following objectives: |
|
* Clean anime style |
|
* High contrast and colorful |
|
* Good backgrounds |
|
* Good hands (or at least usable) |
|
|
|
Its successor is [HolyMix](https://huggingface.co/hollowstrawberry/holymix) |
|
|
|
### Recipe |
|
|
|
* `HosekiLustrousMix + (IncursioMemeDiffusion - AutismMix) * 0.7 = HIA` |
|
* `HIA * 0.7 + MistoonAnime * 0.3 = HIAM` |
|
* `HIAM * 0.8 + SnowPony * 0.2 = HoneyMix` |
|
|
|
### Recommended Settings |
|
|
|
* **Positive prompt:** `score_9, score_8_up, source_anime` |
|
* **Negative prompt:** `monochrome, simple background` |
|
* **CFG Scale:** 6 |
|
* **Sampler:** `Euler a` or `DPM++ 2M Karras` |
|
* **Resolution:** `832x1216` or `1216x832` or `1024x1024` |
|
* **Adetailer** extension to improve face detail |
|
|