File size: 2,991 Bytes
a4594c5 dcf449d 981b5f2 dcf449d 981b5f2 dcf449d 981b5f2 dcf449d 981b5f2 dcf449d 981b5f2 dcf449d ff09b8f dcf449d ddad881 51f8c4d dcf449d a4594c5 6098ed0 dcf449d a4594c5 6098ed0 ff09b8f 6098ed0 dcf449d 6098ed0 dcf449d 6098ed0 dcf449d 6098ed0 dcf449d 6098ed0 a4594c5 dcf449d a4594c5 bdc64b6 a4594c5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
---
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
|