File size: 3,215 Bytes
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 |
---
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
|