crumb commited on
Commit
3e4e2ea
·
1 Parent(s): 3d492b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ Example chosen frame of GIF from CLIP
18
 
19
  ## Training Details
20
 
21
- The text encoder was trained along with the UNet at half precision for 15% of the total 8,000 steps (1,200 steps), and then the UNet was trained alone for the rest. I used a polynomial learning rate decay starting at 2e-6 (the default in fast-DreamBooth).
22
 
23
 
24
  ## How to use with `diffusers` library (section from [openjourney](https://huggingface.co/openjourney/openjourney))
 
18
 
19
  ## Training Details
20
 
21
+ Stage 1 (0-12k steps) The text encoder was trained along with the UNet at half precision for 15% of the total 8,000 steps (1,200 steps), and then the UNet was trained alone for the rest. I used a polynomial learning rate decay starting at 2e-6 (the default in fast-DreamBooth).
22
 
23
 
24
  ## How to use with `diffusers` library (section from [openjourney](https://huggingface.co/openjourney/openjourney))