• Sayak Paul's avatar
    [Examples] Add a training script for SDXL DreamBooth LoRA (#4016) · 3d74dc2a
    Sayak Paul authored
    
    
    * add dreambooth lora script for SDXL incorporating latest changes.
    
    * remove use_auth_token=True.
    
    * add: documentation
    
    * remove unneeded cli.
    
    * increase the number of training steps in the readme.
    
    * add LoraLoaderMixin to the subclassing mix.
    
    * add sdxl lora dreambooth test.
    
    * add: inference code sample.
    
    * add: refiner output.
    
    * add LoraLoaderMixin to the mix of classes of StableDiffusionXLImg2ImgPipeline.
    
    * change default resolution of DreamBoothDataset.
    
    * better sdxl report path.
    
    * Apply suggestions from code review
    Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
    
    ---------
    Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
    3d74dc2a
test_examples.py 55.2 KB