1. 02 Jun, 2023 3 commits
    • Takuma Mori's avatar
      Support Kohya-ss style LoRA file format (in a limited capacity) (#3437) · 8e552bb4
      Takuma Mori authored
      
      
      * add _convert_kohya_lora_to_diffusers
      
      * make style
      
      * add scaffold
      
      * match result: unet attention only
      
      * fix monkey-patch for text_encoder
      
      * with CLIPAttention
      
      While the terrible images are no longer produced,
      the results do not match those from the hook ver.
      This may be due to not setting the network_alpha value.
      
      * add to support network_alpha
      
      * generate diff image
      
      * fix monkey-patch for text_encoder
      
      * add test_text_encoder_lora_monkey_patch()
      
      * verify that it's okay to release the attn_procs
      
      * fix closure version
      
      * add comment
      
      * Revert "fix monkey-patch for text_encoder"
      
      This reverts commit bb9c61e6faecc1935c9c4319c77065837655d616.
      
      * Fix to reuse utility functions
      
      * make LoRAAttnProcessor targets to self_attn
      
      * fix LoRAAttnProcessor target
      
      * make style
      
      * fix split key
      
      * Update src/diffusers/loaders.py
      
      * remove TEXT_ENCODER_TARGET_MODULES loop
      
      * add print memory usage
      
      * remove test_kohya_loras_scaffold.py
      
      * add: doc on LoRA civitai
      
      * remove print statement and refactor in the doc.
      
      * fix state_dict test for kohya-ss style lora
      
      * Apply suggestions from code review
      Co-authored-by: default avatarTakuma Mori <takuma104@gmail.com>
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      8e552bb4
    • Patrick von Platen's avatar
      [Kandinsky] Improve kandinsky API a bit (#3636) · 32ea2142
      Patrick von Platen authored
      
      
      * Improve docs
      
      * up
      
      * Update docs/source/en/api/pipelines/kandinsky.mdx
      
      * up
      
      * up
      
      * correct more
      
      * further improve
      
      * Update docs/source/en/api/pipelines/kandinsky.mdx
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      32ea2142
    • Sayak Paul's avatar
      [Docs] include the instruction-tuning blog link in the InstructPix2Pix docs (#3644) · 55dbfa02
      Sayak Paul authored
      include the instruction-tuning blog link.
      55dbfa02
  2. 31 May, 2023 3 commits
  3. 30 May, 2023 13 commits
  4. 29 May, 2023 1 commit
  5. 26 May, 2023 14 commits
  6. 25 May, 2023 2 commits
  7. 24 May, 2023 3 commits
  8. 23 May, 2023 1 commit