|
--- |
|
license: creativeml-openrail-m |
|
base_model: |
|
- AstraliteHeart/pony-diffusion-v6 |
|
tags: |
|
- anime |
|
- illustration |
|
- art |
|
- fantasy |
|
--- |
|
|
|
<style> |
|
.title-container { |
|
display: flex; |
|
flex-direction: row; |
|
align-items: center; |
|
text-align: center; |
|
justify-content: center; |
|
} |
|
.title-icon { |
|
font-size: 4em; |
|
margin-right: 0.25em; |
|
} |
|
.title-text { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: flex-start; |
|
} |
|
.title { |
|
font-size: 3em; |
|
display: flex; |
|
flex-direction: column; |
|
align-items: flex-start; |
|
} |
|
.subtitle { |
|
font-size: 1em; |
|
display: flex; |
|
flex-direction: column; |
|
align-items: flex-start; |
|
} |
|
.custom-table td { |
|
width: 33.333%; |
|
} |
|
.custom-image-container { |
|
position: relative; |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 0.5em; |
|
overflow: hidden; |
|
align-items: center; |
|
} |
|
.custom-image { |
|
width: 100%; |
|
height: auto; |
|
border-radius: 0.5em; |
|
object-fit: cover; |
|
transition: all 0.3s ease; |
|
} |
|
.custom-image-container:hover .custom-image { |
|
transform: scale(1.2); |
|
} |
|
</style> |
|
<div class="title-container"> |
|
<div class="title-icon">🍯</div> |
|
<div class="title-text"> |
|
<div class="title">Honey Mix</div> |
|
<div class="subtitle">Based on Pony Diffusion v6 XL</div> |
|
</div> |
|
</div> |
|
<table class="custom-table"> |
|
<tr> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="previews/1.png" alt="Preview"> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="previews/2.png" alt="Preview"> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="previews/3.png" alt="Preview"> |
|
</div> |
|
</td> |
|
</tr> |
|
<tr> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="previews/4.png" alt="Preview"> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="previews/5.png" alt="Preview"> |
|
</div> |
|
</td> |
|
<td> |
|
<div class="custom-image-container"> |
|
<img class="custom-image" src="previews/6.png" alt="Preview"> |
|
</div> |
|
</td> |
|
</tr> |
|
</table> |
|
|
|
🍯 This model was created 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 |
|
|