Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- text-to-image
|
7 |
+
license: bigscience-bloom-rail-1.0
|
8 |
+
inference: false
|
9 |
+
|
10 |
+
---
|
11 |
+
|
12 |
+
# Doodad
|
13 |
+
|
14 |
+
*<p style="color:green"> <b> This is the 1st part of a 2 (3?) part project meant to be used with <a href="https://huggingface.co/doohickey">Doohickey</a> </b> </p>*
|
15 |
+
|
16 |
+
The style was trained with [Dreambooth-Stable](https://www.reddit.com/r/StableDiffusion/comments/xphaiw/dreambooth_stable_diffusion_training_in_just_125/) and is used with "<doodad>". Tt mixes especially well with the <midj-strong> style included in Doohickey. It's a finetuned version of the Trinart-Waifu-diffusion-50-50 included in this organization's models and was trained on 48 images from the author's ([crumb](https://huggingface.co/crumb)'s) Pinterest feed.
|
17 |
+
|
18 |
+
| Parameter | Value |
|
19 |
+
|----------------------|------------|
|
20 |
+
| resolution | 512 |
|
21 |
+
| train_batch_size | 1 |
|
22 |
+
| gradient_accumulation_steps | 2 |
|
23 |
+
| learning_rate | 5e-6 |
|
24 |
+
| num_class_images | 120 |
|
25 |
+
| max_train_steps | 1200 |
|
26 |
+
|
27 |
+
Example outputs:
|