1. 16 Feb, 2024 4 commits
  2. 15 Feb, 2024 1 commit
  3. 13 Feb, 2024 2 commits
  4. 12 Feb, 2024 5 commits
  5. 09 Feb, 2024 6 commits
  6. 08 Feb, 2024 6 commits
  7. 07 Feb, 2024 1 commit
    • Sayak Paul's avatar
      [Model Card] standardize dreambooth model card (#6729) · 76696dca
      Sayak Paul authored
      * feat: standarize model card creation for dreambooth training.
      
      * correct 'inference
      
      * remove comments.
      
      * take component out of kwargs
      
      * style
      
      * add: card template to have a leaner description.
      
      * widget support.
      
      * propagate changes to train_dreambooth_lora
      
      * propagate changes to custom diffusion
      
      * make widget properly type-annotated
      76696dca
  8. 04 Feb, 2024 2 commits
  9. 03 Feb, 2024 3 commits
    • Fabio Rigano's avatar
      Bugfix in IPAdapterFaceID (#6835) · 13001ee3
      Fabio Rigano authored
      13001ee3
    • Linoy Tsaban's avatar
      [advanced dreambooth lora sdxl script] new features + bug fixes (#6691) · 65329aed
      Linoy Tsaban authored
      
      
      * add noise_offset param
      
      * micro conditioning - wip
      
      * image processing adjusted and moved to support micro conditioning
      
      * change time ids to be computed inside train loop
      
      * change time ids to be computed inside train loop
      
      * change time ids to be computed inside train loop
      
      * time ids shape fix
      
      * move token replacement of validation prompt to the same section of instance prompt and class prompt
      
      * add offset noise to sd15 advanced script
      
      * fix token loading during validation
      
      * fix token loading during validation in sdxl script
      
      * a little clean
      
      * style
      
      * a little clean
      
      * style
      
      * sdxl script - a little clean + minor path fix
      
      sd 1.5 script - change default resolution value
      
      * ad 1.5 script - minor path fix
      
      * fix missing comma in code example in model card
      
      * clean up commented lines
      
      * style
      
      * remove time ids computed outside training loop - no longer used now that we utilize micro-conditioning, as all time ids are now computed inside the training loop
      
      * style
      
      * [WIP] - added draft readme, building off of examples/dreambooth/README.md
      
      * readme
      
      * readme
      
      * readme
      
      * readme
      
      * readme
      
      * readme
      
      * readme
      
      * readme
      
      * removed --crops_coords_top_left from CLI args
      
      * style
      
      * fix missing shape bug due to missing RGB if statement
      
      * add blog mention at the start of the reamde as well
      
      * Update examples/advanced_diffusion_training/README.md
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * change note to render nicely as well
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      65329aed
    • Younes Belkada's avatar
      Fixes LoRA SDXL training script with DDP + PEFT (#6816) · 15ed53d2
      Younes Belkada authored
      Update train_dreambooth_lora_sdxl.py
      15ed53d2
  10. 31 Jan, 2024 2 commits
  11. 30 Jan, 2024 1 commit
  12. 28 Jan, 2024 1 commit
  13. 27 Jan, 2024 1 commit
  14. 26 Jan, 2024 4 commits
  15. 24 Jan, 2024 1 commit
    • Brandon Strong's avatar
      SD 1.5 Support For Advanced Lora Training (train_dreambooth_lora_sdxl_advanced.py) (#6449) · 16748d1e
      Brandon Strong authored
      
      
      * sd1.5 support in separate script
      
      A quick adaptation to support people interested in using this method on 1.5 models.
      
      * sd15 prompt text encoding and unet conversions
      
      as per @linoytsaban 's recommendations. Testing would be appreciated,
      
      * Readability and quality improvements
      
      Removed some mentions of SDXL, and some arguments that don't apply to sd 1.5, and cleaned up some comments.
      
      * make style/quality commands
      
      * tracker rename and run-it doc
      
      * Update examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py
      
      * Update examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py
      
      ---------
      Co-authored-by: default avatarLinoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
      16748d1e