"docs/source/vscode:/vscode.git/clone" did not exist on "52c7ef49fcdf7f5f029c99e6db27e420a3621815"
  1. 29 Jul, 2025 1 commit
  2. 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
  3. 23 Jun, 2025 1 commit
  4. 19 Jun, 2025 1 commit
  5. 19 May, 2025 1 commit
  6. 07 May, 2025 1 commit
  7. 10 Apr, 2025 1 commit
  8. 09 Apr, 2025 1 commit
  9. 04 Apr, 2025 1 commit
  10. 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
  11. 21 Jan, 2025 1 commit
  12. 10 Jan, 2025 1 commit
  13. 08 Jan, 2025 1 commit
  14. 07 Jan, 2025 3 commits
  15. 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
  16. 19 Dec, 2024 1 commit
  17. 21 Oct, 2024 2 commits
  18. 16 Sep, 2024 1 commit
  19. 12 Sep, 2024 1 commit
  20. 21 Aug, 2024 1 commit
  21. 05 Aug, 2024 1 commit
  22. 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
  23. 25 Jul, 2024 3 commits
  24. 19 Jul, 2024 1 commit
  25. 25 Jun, 2024 1 commit
  26. 24 Jun, 2024 1 commit
  27. 21 Jun, 2024 1 commit
  28. 13 Jun, 2024 1 commit
  29. 05 Jun, 2024 1 commit
  30. 30 May, 2024 1 commit
  31. 29 May, 2024 1 commit
  32. 20 May, 2024 1 commit
  33. 16 May, 2024 1 commit
  34. 13 May, 2024 1 commit