XavierXiao / Dreambooth-Stable-Diffusion

Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
MIT License
7.59k stars 793 forks source link

Is it possible for dreambooth to do img2img task with more than 100 training images? #29

Open universewill opened 2 years ago

universewill commented 2 years ago

In the paper, trained images is about one object, how about traning with images belong to one domin, so the trained model can do img2img trasks lile pix2pix or cyclegan model?

JoePenna commented 2 years ago

Yes. You can load your ckpt into DeForum, or a similar batch img2img colab.

universewill commented 2 years ago

Yes. You can load your ckpt into DeForum, or a similar batch img2img colab.

If i use dreambooth this way, what is the difference between dreambooth and the stable diffusion finetuning here?

stable diffusion finetuning : https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning