File size: 5,806 Bytes
f5059f6
 
 
 
 
 
 
 
 
 
d586d61
f5059f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d2a317e
f5059f6
163e9e3
d4faba5
bb788fc
d4faba5
f5059f6
53deccc
17fb179
 
f3ad52a
17fb179
53deccc
17fb179
 
f5059f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
license: other
license_name: fair-ai-public-license-1.0-sd
license_link: https://freedevproject.org/faipl-1.0-sd/
language:
- en
library_name: diffusers
pipeline_tag: text-to-image
tags:
- art
- StableDiffusionXLPipeline
---

# Bunny Mint 🧃

---

<style>
.image-viewer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}

.image-viewer input[type="radio"] {
  display: none;
}

.image-viewer label {
  padding: 18px;
  background-color: #B398F5;
  background-size: cover;
  background-position: center;
  border: 1px solid #ccc;
  cursor: pointer;
  color: black;
  margin: 9px;
}

.image-viewer label:hover {
  background-color: #4C88F5;
  padding: 21px;
  margin: 6px;
}

.image-viewer input[type="radio"]:checked + label {
  background-color: #6296F5;
  padding: 27px;
  margin: 0px;
}

.image-container {
  position: relative;
  width: 100%;
  height: 50vh;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
}



#image1:checked ~ .image-container img:nth-child(1),
#image2:checked ~ .image-container img:nth-child(2),
#image3:checked ~ .image-container img:nth-child(3),
#image4:checked ~ .image-container img:nth-child(4),
#image5:checked ~ .image-container img:nth-child(5),
#image6:checked ~ .image-container img:nth-child(6),
#image7:checked ~ .image-container img:nth-child(7),
#image8:checked ~ .image-container img:nth-child(8),
#image9:checked ~ .image-container img:nth-child(9)
 {
  opacity: 1;
}

#image1l{
  background-image: url("https://huggingface.co/lylogummy/BunnyMint/resolve/main/output-samples/1.jpg");
}
#image2l{
  background-image: url("https://huggingface.co/lylogummy/BunnyMint/resolve/main/output-samples/2.jpg");
}
#image3l{
  background-image: url("https://huggingface.co/lylogummy/BunnyMint/resolve/main/output-samples/3.jpg");
}
#image4l{
  background-image: url("https://huggingface.co/lylogummy/BunnyMint/resolve/main/output-samples/4.jpg");
}
#image5l{
  background-image: url("https://huggingface.co/lylogummy/BunnyMint/resolve/main/output-samples/5.jpg");
}
#image6l{
  background-image: url("https://huggingface.co/lylogummy/BunnyMint/resolve/main/output-samples/6.jpg");
}
#image7l{
  background-image: url("https://huggingface.co/lylogummy/BunnyMint/resolve/main/output-samples/7.jpg");
}
#image8l{
  background-image: url("https://huggingface.co/lylogummy/BunnyMint/resolve/main/output-samples/8.jpg");
}
#image9l{
  background-image: url("https://huggingface.co/lylogummy/BunnyMint/resolve/main/output-samples/9.jpg");
}

</style>
<div class="image-viewer">
  <input type="radio" id="image1" name="image-switcher" checked>
  <label for="image1" id="image1l"></label>
  <input type="radio" id="image2" name="image-switcher">
  <label for="image2" id="image2l"></label>
  <input type="radio" id="image3" name="image-switcher">
  <label for="image3" id="image3l"></label>
  <input type="radio" id="image4" name="image-switcher" checked>
  <label for="image4" id="image4l"></label>
  <input type="radio" id="image5" name="image-switcher">
  <label for="image5" id="image5l"></label>
  <input type="radio" id="image6" name="image-switcher">
  <label for="image6" id="image6l"></label>
  <input type="radio" id="image7" name="image-switcher" checked>
  <label for="image7" id="image7l"></label>
  <input type="radio" id="image8" name="image-switcher">
  <label for="image8" id="image8l"></label>
  <input type="radio" id="image9" name="image-switcher">
  <label for="image9" id="image9l"></label>


  <div class="image-container">
    <img src="output-samples/1.jpg" alt="Image 1">
    <img src="output-samples/2.jpg" alt="Image 2">
    <img src="output-samples/3.jpg" alt="Image 3">
    <img src="output-samples/4.jpg" alt="Image 4">
    <img src="output-samples/5.jpg" alt="Image 5">
    <img src="output-samples/6.jpg" alt="Image 6">
    <img src="output-samples/7.jpg" alt="Image 7">
    <img src="output-samples/8.jpg" alt="Image 8">
    <img src="output-samples/9.jpg" alt="Image 9">
  </div>
</div>

---

## Introduction
BunnyMint is a Pony model based on two finetunes. The first finetune was trained on 8k randomly selected artist images with score:>99 from danbooru for 10 epochs to improve overall aesthetic. The second finetune was trained again on 20k hand picked NAIv3 images for 20 epochs. Personally trained Blue Archive LoRA was then merged on top to make style more alligned with personal preferences.

## Donate
**Finetuning models on personal hardware is pretty costly, so if anyone likes what I do and feels like it, here's my gumroad:**

**https://lylogummy.gumroad.com/l/avhut**

## Training
```
(8k random artist images score:>99) * 10 Epochs

(20k NAIv3 dataset) * 20 Epochs

Total steps: ~480k
```
## Usage

### Sample prompt
```
score_9, score_8_up, score_7_up, source_anime,
1girl, BREAK

joyful, black skirt, white pantyhose, crop top, double v,inside submarine, legs apart, pleated skirt, jumpsuit,
masterpiece,best quality

Negative prompt: 
nsfw,censor,extra_fingers,logo,score_4,score_5,score_6,lowres,(bad),text,error,bad hands,fewer,extra,missing,worst quality,jpeg artifacts,low quality,watermark,unfinished,displeasing,oldest,early,chromatic aberration,signature,extra digits,artistic error,username,scan,[abstract]
```

### Settings
```
Steps: 40 
Sampler: Euler a 
Schedule type: Polyexponential 
CFG scale: 6
Size: 624x912
Hires upscale: 1.5
```

**Since the model is Pony-based, anything Pony related should work here as well.**

## License
**This model is licensed under "Fair-AI public license 1.0-SD", please refer to the original License for more information: https://freedevproject.org/faipl-1.0-sd/**