"docs/source/vscode:/vscode.git/clone" did not exist on "84a12cf6a1df31c6a70995e2d349faacfc11a663"
  1. 18 Dec, 2023 5 commits
  2. 16 Dec, 2023 2 commits
  3. 15 Dec, 2023 2 commits
  4. 14 Dec, 2023 1 commit
  5. 11 Dec, 2023 2 commits
  6. 10 Dec, 2023 1 commit
    • Aryan V S's avatar
      IP adapter support for most pipelines (#5900) · 88bdd97c
      Aryan V S authored
      
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_upscale.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_attend_and_excite.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_instruct_pix2pix.py
      
      * update tests
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_panorama.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_sag.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion_safe/pipeline_stable_diffusion_safe.py
      
      * support ip-adapter in src/diffusers/pipelines/latent_consistency_models/pipeline_latent_consistency_text2img.py
      
      * support ip-adapter in src/diffusers/pipelines/latent_consistency_models/pipeline_latent_consistency_img2img.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_ldm3d.py
      
      * revert changes to sd_attend_and_excite and sd_upscale
      
      * make style
      
      * fix broken tests
      
      * update ip-adapter implementation to latest
      
      * apply suggestions from review
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      88bdd97c
  7. 09 Dec, 2023 1 commit
  8. 07 Dec, 2023 3 commits
  9. 06 Dec, 2023 6 commits
  10. 05 Dec, 2023 5 commits
  11. 04 Dec, 2023 4 commits
    • Steven Liu's avatar
      [docs] Add Kandinsky 3 (#5988) · b64f835e
      Steven Liu authored
      * add
      
      * fix api docs
      
      * edits
      b64f835e
    • takuoko's avatar
      [Feature] Support IP-Adapter Plus (#5915) · 0a08d419
      takuoko authored
      
      
      * Support IP-Adapter Plus
      
      * fix format
      
      * restore before black format
      
      * restore before black format
      
      * generic
      
      * Refactor PerceiverAttention
      
      * format
      
      * fix test and refactor PerceiverAttention
      
      * generic encode_image
      
      * keep attention implementation
      
      * merge tests
      
      * encode_image backward compatible
      
      * code quality
      
      * fix controlnet inpaint pipeline
      
      * refactor FFN
      
      * refactor FFN
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      0a08d419
    • Dhruv Nair's avatar
      Update Tests Fetcher (#5950) · b2172922
      Dhruv Nair authored
      
      
      * update setup and deps table
      
      * update
      
      * update
      
      * update
      
      * up
      
      * up
      
      * update
      
      * up
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * quality fix
      
      * fix failure reporting
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      b2172922
    • Parth38's avatar
      Update value_guided_sampling.py (#6027) · 8a812e4e
      Parth38 authored
      
      
      * Update value_guided_sampling.py
      
      Changed the scheduler step function as predict_epsilon parameter is not there in latest  DDPM Scheduler
      
      * Update value_guided_sampling.md
      
      Updated a link to a working notebook
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      8a812e4e
  12. 02 Dec, 2023 2 commits
  13. 01 Dec, 2023 6 commits