diff options
author | Xavier <xiaozhisheng950@gmail.com> | 2022-09-06 09:42:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 09:42:53 -0700 |
commit | 7f23f39727327ee61e6056a82812b716538d14a6 (patch) | |
tree | 6300386fc06aa0a1a138c18b358031e33f465fa3 /README.md | |
parent | Merge branch 'main' of github.com:XavierXiao/Dreambooth-Stable-Diffusion (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,4 +37,5 @@ Detailed configuration can be found in ```configs/stable-diffusion/v1-finetune_u Dreambooth requires a placeholder word ```[V]```, called identifier, as in the paper. This identifier needs to be a relatively rare tokens in the vocabulary. The original paper approaches this by using a rare word in T5-XXL tokenizer. For simplicity, here I just use a random word ```sks``` and hard coded it.. If you want to change that, simply make a change in [this file](https://github.com/XavierXiao/Dreambooth-Stable-Diffusion/blob/main/ldm/data/personalized.py#L10). +Training will be run for 800 steps, and two checkpoints will be saved, one at 500 steps and one at final step. Typically the one at 500 steps works well enough. I train the model use two A6000 GPUs and it takes ~15 mins. ### Generation |