raingart commited on
Commit
3ce9f1f
1 Parent(s): 90a0f3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -25
README.md CHANGED
@@ -152,20 +152,20 @@ The model is a very predictable result. Therefore, I recommend using seed with i
152
 
153
  ---
154
 
155
- ## Introduction
156
  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.
157
 
158
- ## Training
159
- ```
160
- (8k random artist images score:>99) * 10 Epochs
161
 
162
- (20k NAIv3 dataset) * 20 Epochs
163
 
164
- Total steps: ~480k
165
- ```
166
- ## Usage
167
 
168
- ### Sample prompt
 
 
 
 
169
  ```
170
  score_9, score_8_up, score_7_up, source_anime,
171
  1girl, BREAK
@@ -173,36 +173,33 @@ score_9, score_8_up, score_7_up, source_anime,
173
  joyful, black skirt, white pantyhose, crop top, double v,inside submarine, legs apart, pleated skirt, jumpsuit,
174
  masterpiece,best quality
175
  ```
176
- Negative prompt:
177
  ```
178
  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]
179
  ```
180
 
181
- ### Settings
182
- ```
183
- Steps: 40 (min 8, low 17)
184
- Sampler: Euler a
185
- Schedule type: Polyexponential
186
- CFG scale: 6
187
- Size: 624x912
188
- Hires upscale: 1.5
189
  ```
 
190
 
191
- **Since the model is Pony-based, anything Pony related should work here as well.**
192
 
193
- ## License
 
 
 
194
  **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/**
195
 
196
- ## Source
197
  - [civitai](https://civitai.com/models/520972/bunny-mint)
198
 
199
  - [huggingface](https://huggingface.co/lylogummy/BunnyMint)
200
 
201
 
202
  ## Donate the model author
203
- **Finetuning models on personal hardware is pretty costly, so if anyone likes what I do and feels like it, here's my gumroad:**
204
-
205
- **https://lylogummy.gumroad.com/l/avhut**
206
 
207
- ## Support
208
  [buymeacoffee](https://buymeacoffee.com/raingart). Thank you for support!
 
152
 
153
  ---
154
 
 
155
  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.
156
 
157
+ ## Optimal Options
158
+ - __Sampler__: Euler a
 
159
 
160
+ - __Steps__: <span style="color:red">40</span> (min 8, low 17)
161
 
162
+ - __CFG__: <span style="color:red">4.5-7</span> (optimal 5.5)
 
 
163
 
164
+ - __Resolution__: <span style="color:red">768x1192, 832x1216</span>
165
+
166
+ - __Hires upscale__: 1.5
167
+
168
+ ## Prompt:
169
  ```
170
  score_9, score_8_up, score_7_up, source_anime,
171
  1girl, BREAK
 
173
  joyful, black skirt, white pantyhose, crop top, double v,inside submarine, legs apart, pleated skirt, jumpsuit,
174
  masterpiece,best quality
175
  ```
176
+ ## Negative prompt:
177
  ```
178
  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]
179
  ```
180
 
181
+ **Since the model is Pony-based, anything Pony related should work here as well.**
182
+
183
+ ### Training
 
 
 
 
 
184
  ```
185
+ (8k random artist images score:>99) * 10 Epochs
186
 
187
+ (20k NAIv3 dataset) * 20 Epochs
188
 
189
+ Total steps: ~480k
190
+ ```
191
+
192
+ ### License
193
  **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/**
194
 
195
+ ### Source
196
  - [civitai](https://civitai.com/models/520972/bunny-mint)
197
 
198
  - [huggingface](https://huggingface.co/lylogummy/BunnyMint)
199
 
200
 
201
  ## Donate the model author
202
+ [avhut](https://lylogummy.gumroad.com/l/avhut)
 
 
203
 
204
+ ### Support
205
  [buymeacoffee](https://buymeacoffee.com/raingart). Thank you for support!