deadshot2003 commited on
Commit
ff3d3ec
·
verified ·
1 Parent(s): fd82223

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ pipeline_tag: text-to-image
4
  ---
5
+ # DreamBooth Training with Stable Diffusion 1.5
6
+
7
+ In this project, I've undertaken DreamBooth training in the Stable Diffusion 1.5 version by automatic1111, focusing on generating images of a specific individual. In this case, the model has been trained for the legendary Lionel Messi. The project utilizes safetensors generated during the training as checkpoints, which are then employed in the Stable Diffusion web UI to generate outputs.
8
+
9
+ ## Training Details
10
+
11
+ ### Model Training
12
+ - **DreamBooth Training:** Stable Diffusion 1.5 version by automatic1111.
13
+ - **Target Individual:** Lionel Messi.
14
+
15
+ ### Checkpoints and Safetensors
16
+ - **Checkpoint File:** `messi_3200.safetensors` generated upon completion of training.
17
+
18
+ ### Training Configuration
19
+ - **Base Checkpoint:** [civitai.com/models/4384/dreamshaper](https://civitai.com/models/4384/dreamshaper)
20
+ - **Instance Prompt:** "photo of nyd messi"
21
+ - **Instance Token:** "nyd"
22
+ - **Class Token:** "messi"
23
+ - **Class Prompt:** "photo of messi"
24
+ - **Class Images per Instance Image:** 10
25
+ - **Sample Image Prompt:** "photo of nyd messi wearing green shirt"
26
+ - **Optimizer:** 8bitAdamW
27
+ - **Mixed Precision:** fp16
28
+ - **Training Steps per Image:** 100
29
+ - **Save Model Frequency:** 250
30
+ - **Save Preview Frequency:** 100
31
+ - **Learning Rate:** 0.000002
32
+ - **Text Encoder Learning Rate:** 0.000001
33
+ The training ended after 3200 steps.
34
+ These parameter configurations have proven effective in achieving desirable outcomes during the DreamBooth training. Feel free to explore the generated outputs and experiment with the provided safetensors. If you have any questions or suggestions, please don't hesitate to reach out!
35
+
36
+ Happy DreamBooth generating! 🌌