1. 03 Dec, 2025 1 commit
    • Dhruv Nair's avatar
      Deprecate `upcast_vae` in SDXL based pipelines (#12619) · 1908c476
      Dhruv Nair authored
      * update
      
      * update
      
      * Revert "update"
      
      This reverts commit 73906381ab76da96eb8f9b841177cd4f49861eb1.
      
      * Revert "update"
      
      This reverts commit 21a03f93ef0fbfa5f7a7d97708f75149b1d1b3b0.
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      1908c476
  2. 30 Sep, 2025 1 commit
  3. 25 Aug, 2025 1 commit
  4. 01 Aug, 2025 1 commit
  5. 29 Jul, 2025 1 commit
  6. 16 Jul, 2025 1 commit
    • lostdisc's avatar
      Remove forced float64 from onnx stable diffusion pipelines (#11054) · 39831599
      lostdisc authored
      
      
      * Update pipeline_onnx_stable_diffusion.py to remove float64
      
      init_noise_sigma was being set as float64 before multiplying with latents, which changed latents into float64 too, which caused errors with onnxruntime since the latter wanted float16.
      
      * Update pipeline_onnx_stable_diffusion_inpaint.py to remove float64
      
      init_noise_sigma was being set as float64 before multiplying with latents, which changed latents into float64 too, which caused errors with onnxruntime since the latter wanted float16.
      
      * Update pipeline_onnx_stable_diffusion_upscale.py to remove float64
      
      init_noise_sigma was being set as float64 before multiplying with latents, which changed latents into float64 too, which caused errors with onnxruntime since the latter wanted float16.
      
      * Update pipeline_onnx_stable_diffusion.py with comment for previous commit
      
      Added comment on purpose of init_noise_sigma.  This comment exists in related scripts that use the same line of code, but it was missing here.
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      39831599
  7. 23 Jun, 2025 1 commit
  8. 19 Jun, 2025 1 commit
  9. 19 May, 2025 1 commit
  10. 07 May, 2025 1 commit
  11. 10 Apr, 2025 1 commit
  12. 09 Apr, 2025 1 commit
  13. 04 Apr, 2025 1 commit
  14. 22 Feb, 2025 1 commit
    • Daniel Regado's avatar
      Comprehensive type checking for `from_pretrained` kwargs (#10758) · 9c7e2051
      Daniel Regado authored
      
      
      * More robust from_pretrained init_kwargs type checking
      
      * Corrected for Python 3.10
      
      * Type checks subclasses and fixed type warnings
      
      * More type corrections and skip tokenizer type checking
      
      * make style && make quality
      
      * Updated docs and types for Lumina pipelines
      
      * Fixed check for empty signature
      
      * changed location of helper functions
      
      * make style
      
      ---------
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      9c7e2051
  15. 21 Jan, 2025 1 commit
  16. 10 Jan, 2025 1 commit
  17. 08 Jan, 2025 1 commit
  18. 07 Jan, 2025 3 commits
  19. 06 Jan, 2025 2 commits
    • Ameer Azam's avatar
      Regarding the RunwayML path for V1.5 did change to... · 4f5e3e35
      Ameer Azam authored
      Regarding the RunwayML path for V1.5 did change to stable-diffusion-v1-5/[stable-diffusion-v1-5/ stable-diffusion-inpainting] (#10476)
      
      * Update pipeline_controlnet.py
      
      * Update pipeline_controlnet_img2img.py
      
      runwayml Take-down so change all from to this
      stable-diffusion-v1-5/stable-diffusion-v1-5
      
      * Update pipeline_controlnet_inpaint.py
      
      * runwayml take-down make change to sd-legacy
      
      * runwayml take-down make change to sd-legacy
      
      * runwayml take-down make change to sd-legacy
      
      * runwayml take-down make change to sd-legacy
      
      * Update convert_blipdiffusion_to_diffusers.py
      
      style change
      4f5e3e35
    • hlky's avatar
      Add torch_xla and from_single_file to instruct-pix2pix (#10444) · 8f2253c5
      hlky authored
      
      
      * Add torch_xla and from_single_file to instruct-pix2pix
      
      * StableDiffusionInstructPix2PixPipelineSingleFileSlowTests
      
      * StableDiffusionInstructPix2PixPipelineSingleFileSlowTests
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      8f2253c5
  20. 19 Dec, 2024 1 commit
  21. 21 Oct, 2024 2 commits
  22. 16 Sep, 2024 1 commit
  23. 12 Sep, 2024 1 commit
  24. 21 Aug, 2024 1 commit
  25. 05 Aug, 2024 1 commit
  26. 26 Jul, 2024 1 commit
    • Sayak Paul's avatar
      [Chore] add `LoraLoaderMixin` to the inits (#8981) · d87fe95f
      Sayak Paul authored
      
      
      * introduce  to promote reusability.
      
      * up
      
      * add more tests
      
      * up
      
      * remove comments.
      
      * fix fuse_nan test
      
      * clarify the scope of fuse_lora and unfuse_lora
      
      * remove space
      
      * rewrite fuse_lora a bit.
      
      * feedback
      
      * copy over load_lora_into_text_encoder.
      
      * address dhruv's feedback.
      
      * fix-copies
      
      * fix issubclass.
      
      * num_fused_loras
      
      * fix
      
      * fix
      
      * remove mapping
      
      * up
      
      * fix
      
      * style
      
      * fix-copies
      
      * change to SD3TransformerLoRALoadersMixin
      
      * Apply suggestions from code review
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      
      * up
      
      * handle wuerstchen
      
      * up
      
      * move lora to lora_pipeline.py
      
      * up
      
      * fix-copies
      
      * fix documentation.
      
      * comment set_adapters().
      
      * fix-copies
      
      * fix set_adapters() at the model level.
      
      * fix?
      
      * fix
      
      * loraloadermixin.
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      d87fe95f
  27. 25 Jul, 2024 3 commits
  28. 19 Jul, 2024 1 commit
  29. 25 Jun, 2024 1 commit
  30. 24 Jun, 2024 1 commit
  31. 21 Jun, 2024 1 commit
  32. 13 Jun, 2024 1 commit
  33. 05 Jun, 2024 1 commit
  34. 30 May, 2024 1 commit