1. 02 Jan, 2024 4 commits
    • CyrusVorwald's avatar
      add StableDiffusionXLControlNetInpaintPipeline to auto pipeline (#6302) · 0cb92717
      CyrusVorwald authored
      * add StableDiffusionXLControlNetInpaintPipeline to auto pipeline
      
      * fixed style
      0cb92717
    • Fabio Rigano's avatar
      Add unload_ip_adapter method (#6192) · 86714b72
      Fabio Rigano authored
      
      
      * Add unload_ip_adapter method
      
      * Update attn_processors with original layers
      
      * Add test
      
      * Use set_default_attn_processor
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      86714b72
    • Sayak Paul's avatar
      [LoRA] Remove the use of depcrecated loRA functionalities such as `LoRAAttnProcessor` (#6369) · 61f6c547
      Sayak Paul authored
      * start deprecating loraattn.
      
      * fix
      
      * wrap into unet_lora_state_dict
      
      * utilize text_encoder_lora_params
      
      * utilize text_encoder_attn_modules
      
      * debug
      
      * debug
      
      * remove print
      
      * don't use text encoder for test_stable_diffusion_lora
      
      * load the procs.
      
      * set_default_attn_processor
      
      * fix: set_default_attn_processor call.
      
      * fix: lora_components[unet_lora_params]
      
      * checking for 3d.
      
      * 3d.
      
      * more fixes.
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * more debug
      
      * more debug
      
      * more debug
      
      * more debug
      
      * more debug
      
      * more debug
      
      * hack.
      
      * remove comments and prep for a PR.
      
      * appropriate set_lora_weights()
      
      * fix
      
      * fix: test_unload_lora_sd
      
      * fix: test_unload_lora_sd
      
      * use dfault attebtion processors.
      
      * debu
      
      * debug nan
      
      * debug nan
      
      * debug nan
      
      * use NaN instead of inf
      
      * remove comments.
      
      * fix: test_text_encoder_lora_state_dict_unchanged
      
      * attention processor default
      
      * default attention processors.
      
      * default
      
      * style
      61f6c547
    • lookas's avatar
      Fix #6409 (#6410) · 17546020
      lookas authored
      
      
      * Update value_guided_sampling.py
      
      Fix #6409
      
      * Comply code style
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      17546020
  2. 01 Jan, 2024 1 commit
  3. 31 Dec, 2023 1 commit
  4. 30 Dec, 2023 4 commits
  5. 29 Dec, 2023 3 commits
  6. 28 Dec, 2023 5 commits
  7. 27 Dec, 2023 8 commits
  8. 26 Dec, 2023 14 commits