1. 25 Apr, 2024 2 commits
  2. 23 Apr, 2024 1 commit
  3. 22 Apr, 2024 2 commits
  4. 19 Apr, 2024 1 commit
  5. 17 Apr, 2024 1 commit
  6. 11 Apr, 2024 1 commit
  7. 10 Apr, 2024 1 commit
  8. 08 Apr, 2024 1 commit
  9. 01 Apr, 2024 1 commit
  10. 29 Mar, 2024 1 commit
    • UmerHA's avatar
      Implements Blockwise lora (#7352) · 03024468
      UmerHA authored
      
      
      * Initial commit
      
      * Implemented block lora
      
      - implemented block lora
      - updated docs
      - added tests
      
      * Finishing up
      
      * Reverted unrelated changes made by make style
      
      * Fixed typo
      
      * Fixed bug + Made text_encoder_2 scalable
      
      * Integrated some review feedback
      
      * Incorporated review feedback
      
      * Fix tests
      
      * Made every module configurable
      
      * Adapter to new lora test structure
      
      * Final cleanup
      
      * Some more final fixes
      
      - Included examples in `using_peft_for_inference.md`
      - Added hint that only attns are scaled
      - Removed NoneTypes
      - Added test to check mismatching lens of adapter names / weights raise error
      
      * Update using_peft_for_inference.md
      
      * Update using_peft_for_inference.md
      
      * Make style, quality, fix-copies
      
      * Updated tutorial;Warning if scale/adapter mismatch
      
      * floats are forwarded as-is; changed tutorial scale
      
      * make style, quality, fix-copies
      
      * Fixed typo in tutorial
      
      * Moved some warnings into `lora_loader_utils.py`
      
      * Moved scale/lora mismatch warnings back
      
      * Integrated final review suggestions
      
      * Empty commit to trigger CI
      
      * Reverted emoty commit to trigger CI
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      03024468
  11. 22 Mar, 2024 1 commit
  12. 21 Mar, 2024 3 commits
  13. 20 Mar, 2024 1 commit
  14. 13 Mar, 2024 1 commit
  15. 09 Mar, 2024 1 commit
  16. 08 Mar, 2024 1 commit
  17. 07 Mar, 2024 3 commits
  18. 05 Mar, 2024 1 commit
  19. 04 Mar, 2024 1 commit
  20. 01 Mar, 2024 1 commit
  21. 29 Feb, 2024 1 commit
    • M. Tolga Cangöz's avatar
      [`Docs`] Fix typos (#7131) · f4fc7503
      M. Tolga Cangöz authored
      * Add copyright notice to relevant files and fix typos
      
      * Set `timestep_spacing` parameter of `StableDiffusionXLPipeline`'s scheduler to `'trailing'`.
      
      * Update `StableDiffusionXLPipeline.from_single_file` by including EulerAncestralDiscreteScheduler with `timestep_spacing="trailing"` param.
      
      * Update model loading method in SDXL Turbo documentation
      f4fc7503
  22. 27 Feb, 2024 1 commit
  23. 25 Feb, 2024 1 commit
  24. 23 Feb, 2024 1 commit
  25. 21 Feb, 2024 1 commit
  26. 19 Feb, 2024 1 commit
  27. 17 Feb, 2024 1 commit
  28. 16 Feb, 2024 1 commit
  29. 15 Feb, 2024 1 commit
  30. 14 Feb, 2024 1 commit
    • Steven Liu's avatar
      [docs] IP-Adapter (#6897) · 9efe1e52
      Steven Liu authored
      * use cases
      
      * first draft
      
      * fix image links
      
      * lcm-lora
      
      * feedback
      
      * review
      
      * feedback
      
      * feedback
      9efe1e52
  31. 12 Feb, 2024 1 commit
  32. 08 Feb, 2024 1 commit
  33. 06 Feb, 2024 1 commit
    • Félix Sanz's avatar
      fix: typo in callback function name and property (#6834) · 17612de4
      Félix Sanz authored
      * fix: callback function name is incorrect
      
      On this tutorial there is a function defined and then used inside `callback_on_step_end` argument, but the name was not correct (mismatch)
      
      * fix: typo in num_timestep (correct is num_timesteps)
      
      fixed property name
      17612de4
  34. 31 Jan, 2024 1 commit