epitaque / dreambooth_depth2img

adaptation of huggingface's dreambooth training script to support depth2img
MIT License
99 stars 15 forks source link

Use on automatic1111 #5

Open thibaudart opened 1 year ago

thibaudart commented 1 year ago

Anyone have a script to convert the diffusers model to a ckpt version for the depth2img?

chris-aeviator commented 1 year ago

have you tried the diffusers script? This repository is meant to replace the train_dreambooth script inside https://github.com/ShivamShrirao/diffusers/tree/main/examples/dreambooth

You can now convert to ckpt format using this script to use in UIs like AUTOMATIC1111. https://github.com/ShivamShrirao/diffusers/raw/main/scripts/convert_diffusers_to_original_stable_diffusion.py Check colab notebook for example usage.

thibaudart commented 1 year ago

The convert script doesn’t work for depth model.