Uploading a dreambooth model with lora weights

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



Annotation 2024-06-11 213453

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.