ShivamShrirao / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
https://huggingface.co/docs/diffusers
Apache License 2.0
1.89k stars 505 forks source link

Is there any instruction for using inpainting for dreambooth? #172

Closed log901108 closed 1 year ago

log901108 commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I am a student who is struggling to working on dreambooth.

I've just finished to make app give dreambooth result by train_dreambooth.py and inference script

now I'm wonder do I need to train model again through train_inpainting_dreamboth.py or not for inpainting. or just any other way to use inpainting inference

I am stucked here for one month because there is no instruction for inpainting anywhere..

anybody help me? give a instruction or example to use inpainting by dreambooth

i-amgeek commented 1 year ago

Hey @log901108 , did you find instructions to use inpainting dreambooth?