agrajpaudel
commited on
Commit
•
3f18325
1
Parent(s):
47a7b34
Init new diffusers repo
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
## Dreambooth for people in a hurry - Colab edition
|
5 |
+
|
6 |
+
The Stable-Diffusion-v1-5 checkpoint is used as base model, and trained with custom concept.
|
7 |
+
|
8 |
+
### Concept info
|
9 |
+
|
10 |
+
Your full token: <b>x_sks_hastin_ring ring</b>
|
11 |
+
Example prompt: Professional headshot photo of x_sks_hastin_ring ring as a magician, Tiffen Digital Diffusion / FX, 100mm
|
12 |
+
|
13 |
+
Instance prompt: photo of x_sks_hastin_ring ring
|
14 |
+
Class prompt: photo of a ring
|
15 |
+
|
16 |
+
### Model info
|
17 |
+
|
18 |
+
Training images: 8
|
19 |
+
Regularization images: 50
|
20 |
+
Model type: Diffusers, Checkpoint
|
21 |
+
|
22 |
+
training_steps: 1000
|
23 |
+
lr_scheduler: constant
|
24 |
+
lr_warmup_steps: 0
|
25 |
+
learning rate: 1e-6
|
26 |
+
mixed_precision: bf16
|
27 |
+
|