aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier <xiaozhisheng950@gmail.com>2022-09-06 09:42:53 -0700
committerGitHub <noreply@github.com>2022-09-06 09:42:53 -0700
commit7f23f39727327ee61e6056a82812b716538d14a6 (patch)
tree6300386fc06aa0a1a138c18b358031e33f465fa3 /README.md
parentMerge branch 'main' of github.com:XavierXiao/Dreambooth-Stable-Diffusion (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e0ac8d..7d8ed36 100644
--- a/README.md
+++ b/README.md
@@ -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