"vscode:/vscode.git/clone" did not exist on "c4791fd46ea8b633b4a9f65a84d16c61596d52ff"
  1. 13 Mar, 2024 1 commit
  2. 04 Mar, 2024 1 commit
    • Linoy Tsaban's avatar
      [training scripts] add tags of diffusers-training (#7206) · 8da360aa
      Linoy Tsaban authored
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add dora tags for drambooth lora scripts
      
      * style
      8da360aa
  3. 27 Feb, 2024 1 commit
  4. 09 Feb, 2024 5 commits
  5. 08 Feb, 2024 1 commit
  6. 27 Jan, 2024 1 commit
  7. 12 Jan, 2024 2 commits
  8. 05 Jan, 2024 1 commit
  9. 25 Dec, 2023 1 commit
    • Sayak Paul's avatar
      [Tests] Speed up example tests (#6319) · f4b0b26f
      Sayak Paul authored
      * remove validation args from textual onverson tests
      
      * reduce number of train steps in textual inversion tests
      
      * fix: directories.
      
      * debig
      
      * fix: directories.
      
      * remove validation tests from textual onversion
      
      * try reducing the time of test_text_to_image_checkpointing_use_ema
      
      * fix: directories
      
      * speed up test_text_to_image_checkpointing
      
      * speed up test_text_to_image_checkpointing_checkpoints_total_limit_removes_multiple_checkpoints
      
      * fix
      
      * speed up test_instruct_pix2pix_checkpointing_checkpoints_total_limit_removes_multiple_checkpoints
      
      * set checkpoints_total_limit to 2.
      
      * test_text_to_image_lora_checkpointing_checkpoints_total_limit_removes_multiple_checkpoints speed up
      
      * speed up test_unconditional_checkpointing_checkpoints_total_limit_removes_multiple_checkpoints
      
      * debug
      
      * fix: directories.
      
      * speed up test_instruct_pix2pix_checkpointing_checkpoints_total_limit
      
      * speed up: test_controlnet_checkpointing_checkpoints_total_limit_removes_multiple_checkpoints
      
      * speed up test_controlnet_sdxl
      
      * speed up dreambooth tests
      
      * speed up test_dreambooth_lora_checkpointing_checkpoints_total_limit_removes_multiple_checkpoints
      
      * speed up test_custom_diffusion_checkpointing_checkpoints_total_limit_removes_multiple_checkpoints
      
      * speed up test_text_to_image_lora_sdxl_text_encoder_checkpointing_checkpoints_total_limit
      
      * speed up # checkpoint-2 should have been deleted
      
      * speed up examples/text_to_image/test_text_to_image.py::TextToImage::test_text_to_image_checkpointing_checkpoints_total_limit
      
      * additional speed ups
      
      * style
      f4b0b26f
  10. 01 Dec, 2023 1 commit
  11. 29 Nov, 2023 1 commit
  12. 27 Nov, 2023 1 commit
  13. 10 Nov, 2023 1 commit
  14. 06 Nov, 2023 1 commit
  15. 05 Oct, 2023 1 commit
  16. 26 Sep, 2023 1 commit
  17. 20 Sep, 2023 1 commit
  18. 14 Sep, 2023 1 commit
  19. 08 Sep, 2023 1 commit
  20. 17 Aug, 2023 1 commit
  21. 12 Aug, 2023 1 commit
  22. 04 Aug, 2023 1 commit
  23. 28 Jul, 2023 2 commits
  24. 27 Jul, 2023 1 commit
  25. 26 Jul, 2023 2 commits
  26. 25 Jul, 2023 1 commit
    • Sayak Paul's avatar
      [ControlNet SDXL training] fixes in the training script (#4223) · fed12376
      Sayak Paul authored
      * fix: #4206
      
      * add: sdxl controlnet training smoketest.
      
      * remove unnecessary token inits.
      
      * add: licensing to model card.
      
      * include SDXL licensing in the model card and make public visibility default
      
      * debugging
      
      * debugging
      
      * disable local file download.
      
      * fix: training test.
      
      * fix: ckpt prefix.
      fed12376
  27. 21 Jul, 2023 2 commits
  28. 18 Jul, 2023 1 commit
    • Sayak Paul's avatar
      [Core] add: controlnet support for SDXL (#4038) · 3eb498e7
      Sayak Paul authored
      * add: controlnet sdxl.
      
      * modifications to controlnet.
      
      * run styling.
      
      * add: __init__.pys
      
      * incorporate https://github.com/huggingface/diffusers/pull/4019
      
       changes.
      
      * run make fix-copies.
      
      * resize the conditioning images.
      
      * remove autocast.
      
      * run styling.
      
      * disable autocast.
      
      * debugging
      
      * device placement.
      
      * back to autocast.
      
      * remove comment.
      
      * save some memory by reusing the vae and unet in the pipeline.
      
      * apply styling.
      
      * Allow low precision sd xl
      
      * finish
      
      * finish
      
      * changes to accommodate the improved VAE.
      
      * modifications to how we handle vae encoding in the training.
      
      * make style
      
      * make existing controlnet fast tests pass.
      
      * change vae checkpoint cli arg.
      
      * fix: vae pretrained paths.
      
      * fix: steps in get_scheduler().
      
      * debugging.
      
      * debugging./
      
      * fix: weight conversion.
      
      * add: docs.
      
      * add: limited tests./
      
      * add: datasets to the requirements.
      
      * update docstrings and incorporate the usage of watermarking.
      
      * incorporate fix from #4083
      
      * fix watermarking dependency handling.
      
      * run make-fix-copies.
      
      * Empty-Commit
      
      * Update requirements_sdxl.txt
      
      * remove vae upcasting part.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * run make style
      
      * run make fix-copies.
      
      * disable suppot for multicontrolnet.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * run make fix-copies.
      
      * dtyle/.
      
      * fix-copies.
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      3eb498e7
  29. 13 Jul, 2023 1 commit
  30. 11 Jul, 2023 1 commit
  31. 15 Jun, 2023 1 commit
  32. 08 Jun, 2023 1 commit