Questions about dreambooth's logic in so-called new method #862
-
Hello wonderful community! I have some questions about the implementation of DreamBooth in this code repository.
Thanks for your hard work and contribution! (and sorry for so many questions...) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Style instance images : dlsgk (1).jpg, dlsgk (2).jpg .... After training, use the prompt : wolf dglsk The old method you need an instance prompt and class images and an instance prompt , and retraining the model breaks it. |
Beta Was this translation helpful? Give feedback.
Style instance images : dlsgk (1).jpg, dlsgk (2).jpg ....
Training steps : 8000
Text encoder : 15%
After training, use the prompt : wolf dglsk
You can enhance the prompt for better result but that's the basic one.
The old method you need an instance prompt and class images and an instance prompt , and retraining the model breaks it.