I have trained a dreambooth model with autoTrain and want to know how to push the complete model(SDXL+ lora weights) to hub. I’m getting this error
Hi,
See the example script: diffusers/examples/dreambooth/train_dreambooth_lora_sdxl.py at main · huggingface/diffusers · GitHub. They leverage create_repo
and upload_folder
from the huggingface_hub library.