raingart commited on
Commit
c0ee46d
1 Parent(s): 4ca6578

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +206 -5
README.md CHANGED
@@ -1,5 +1,206 @@
1
- ---
2
- license: other
3
- license_name: fair-ai-public-license-1.0-sd
4
- license_link: https://freedevproject.org/faipl-1.0-sd/
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: fair-ai-public-license-1.0-sd
4
+ license_link: https://freedevproject.org/faipl-1.0-sd/
5
+ language:
6
+ - en
7
+ library_name: diffusers
8
+ pipeline_tag: text-to-image
9
+ tags:
10
+ - art
11
+ - StableDiffusionXLPipeline
12
+ ---
13
+
14
+ <h1 align="center"><strong style="font-size: 48px;">Bunny Mint (XL2-V3-NS)</strong></h1>
15
+
16
+ ---
17
+
18
+ <style>
19
+ .image-viewer {
20
+ position: relative;
21
+ width: 100%;
22
+ margin: 0 auto;
23
+ display: flex;
24
+ flex-flow: wrap;
25
+ align-items: center;
26
+ justify-content: center;
27
+ }
28
+
29
+ .image-viewer input[type="radio"] {
30
+ display: none;
31
+ }
32
+
33
+ .image-viewer label {
34
+ padding: 18px;
35
+ background-color: #B398F5;
36
+ background-size: cover;
37
+ background-position: center;
38
+ border: 1px solid #ccc;
39
+ cursor: pointer;
40
+ color: black;
41
+ margin: 9px;
42
+ }
43
+
44
+ .image-viewer label:hover {
45
+ background-color: #4C88F5;
46
+ padding: 21px;
47
+ margin: 6px;
48
+ }
49
+
50
+ .image-viewer input[type="radio"]:checked + label {
51
+ background-color: #6296F5;
52
+ padding: 27px;
53
+ margin: 0px;
54
+ }
55
+
56
+ .image-container {
57
+ position: relative;
58
+ width: 100%;
59
+ height: 50vh;
60
+ }
61
+
62
+ .image-container img {
63
+ position: absolute;
64
+ top: 0;
65
+ left: 0;
66
+ height: 100%;
67
+ width: 100%;
68
+ object-fit: contain;
69
+ opacity: 0;
70
+ transition: opacity 0.5s ease;
71
+ }
72
+
73
+
74
+
75
+ #image1:checked ~ .image-container img:nth-child(1),
76
+ #image2:checked ~ .image-container img:nth-child(2),
77
+ #image3:checked ~ .image-container img:nth-child(3),
78
+ #image4:checked ~ .image-container img:nth-child(4),
79
+ #image5:checked ~ .image-container img:nth-child(5),
80
+ #image6:checked ~ .image-container img:nth-child(6),
81
+ #image7:checked ~ .image-container img:nth-child(7),
82
+ #image8:checked ~ .image-container img:nth-child(8),
83
+ #image9:checked ~ .image-container img:nth-child(9)
84
+ {
85
+ opacity: 1;
86
+ }
87
+
88
+ #image1l{
89
+ background-image: url("https://huggingface.co/raingart/BunnyMint_XL2-V3-NS-GGUF/resolve/main/output-samples/1.jpg");
90
+ }
91
+ #image2l{
92
+ background-image: url("https://huggingface.co/raingart/BunnyMint_XL2-V3-NS-GGUF/resolve/main/output-samples/2.jpg");
93
+ }
94
+ #image3l{
95
+ background-image: url("https://huggingface.co/raingart/BunnyMint_XL2-V3-NS-GGUF/resolve/main/output-samples/3.jpg");
96
+ }
97
+ #image4l{
98
+ background-image: url("https://huggingface.co/raingart/BunnyMint_XL2-V3-NS-GGUF/resolve/main/output-samples/4.jpg");
99
+ }
100
+ #image5l{
101
+ background-image: url("https://huggingface.co/raingart/BunnyMint_XL2-V3-NS-GGUF/resolve/main/output-samples/5.jpg");
102
+ }
103
+ #image6l{
104
+ background-image: url("https://huggingface.co/raingart/BunnyMint_XL2-V3-NS-GGUF/resolve/main/output-samples/6.jpg");
105
+ }
106
+ #image7l{
107
+ background-image: url("https://huggingface.co/raingart/BunnyMint_XL2-V3-NS-GGUF/resolve/main/output-samples/7.jpg");
108
+ }
109
+ #image8l{
110
+ background-image: url("https://huggingface.co/raingart/BunnyMint_XL2-V3-NS-GGUF/resolve/main/output-samples/8.jpg");
111
+ }
112
+ #image9l{
113
+ background-image: url("https://huggingface.co/raingart/BunnyMint_XL2-V3-NS-GGUF/resolve/main/output-samples/9.jpg");
114
+ }
115
+
116
+ </style>
117
+ <div class="image-viewer">
118
+ <input type="radio" id="image1" name="image-switcher" checked>
119
+ <label for="image1" id="image1l"></label>
120
+ <input type="radio" id="image2" name="image-switcher">
121
+ <label for="image2" id="image2l"></label>
122
+ <input type="radio" id="image3" name="image-switcher">
123
+ <label for="image3" id="image3l"></label>
124
+ <input type="radio" id="image4" name="image-switcher" checked>
125
+ <label for="image4" id="image4l"></label>
126
+ <input type="radio" id="image5" name="image-switcher">
127
+ <label for="image5" id="image5l"></label>
128
+ <input type="radio" id="image6" name="image-switcher">
129
+ <label for="image6" id="image6l"></label>
130
+ <input type="radio" id="image7" name="image-switcher" checked>
131
+ <label for="image7" id="image7l"></label>
132
+ <input type="radio" id="image8" name="image-switcher">
133
+ <label for="image8" id="image8l"></label>
134
+ <input type="radio" id="image9" name="image-switcher">
135
+ <label for="image9" id="image9l"></label>
136
+
137
+
138
+ <div class="image-container">
139
+ <img src="output-samples/1.jpg" alt="Image 1">
140
+ <img src="output-samples/2.jpg" alt="Image 2">
141
+ <img src="output-samples/3.jpg" alt="Image 3">
142
+ <img src="output-samples/4.jpg" alt="Image 4">
143
+ <img src="output-samples/5.jpg" alt="Image 5">
144
+ <img src="output-samples/6.jpg" alt="Image 6">
145
+ <img src="output-samples/7.jpg" alt="Image 7">
146
+ <img src="output-samples/8.jpg" alt="Image 8">
147
+ <img src="output-samples/9.jpg" alt="Image 9">
148
+ </div>
149
+ </div>
150
+
151
+ ---
152
+
153
+ ## Introduction
154
+ 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.
155
+
156
+ ## Training
157
+ ```
158
+ (8k random artist images score:>99) * 10 Epochs
159
+
160
+ (20k NAIv3 dataset) * 20 Epochs
161
+
162
+ Total steps: ~480k
163
+ ```
164
+ ## Usage
165
+
166
+ ### Sample prompt
167
+ ```
168
+ score_9, score_8_up, score_7_up, source_anime,
169
+ 1girl, BREAK
170
+
171
+ joyful, black skirt, white pantyhose, crop top, double v,inside submarine, legs apart, pleated skirt, jumpsuit,
172
+ masterpiece,best quality
173
+ ```
174
+ Negative prompt:
175
+ ```
176
+ 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]
177
+ ```
178
+
179
+ ### Settings
180
+ ```
181
+ Steps: 40
182
+ Sampler: Euler a
183
+ Schedule type: Polyexponential
184
+ CFG scale: 6
185
+ Size: 624x912
186
+ Hires upscale: 1.5
187
+ ```
188
+
189
+ **Since the model is Pony-based, anything Pony related should work here as well.**
190
+
191
+ ## License
192
+ **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/**
193
+
194
+ ## Source
195
+ - [civitai](https://civitai.com/models/520972/bunny-mint)
196
+
197
+ - [huggingface](https://huggingface.co/lylogummy/BunnyMint)
198
+
199
+
200
+ ## Donate the model author
201
+ **Finetuning models on personal hardware is pretty costly, so if anyone likes what I do and feels like it, here's my gumroad:**
202
+
203
+ **https://lylogummy.gumroad.com/l/avhut**
204
+
205
+ ## Support
206
+ [buymeacoffee](https://buymeacoffee.com/raingart). Thank you for support!