1. 20 Jan, 2025 1 commit
  2. 07 Jan, 2025 1 commit
  3. 07 Nov, 2024 1 commit
    • Sayak Paul's avatar
      [Core] introduce `controlnet` module (#8768) · ded3db16
      Sayak Paul authored
      
      
      * move vae flax module.
      
      * controlnet module.
      
      * prepare for PR.
      
      * revert a commit
      
      * gracefully deprecate controlnet deps.
      
      * fix
      
      * fix doc path
      
      * fix-copies
      
      * fix path
      
      * style
      
      * style
      
      * conflicts
      
      * fix
      
      * fix-copies
      
      * sparsectrl.
      
      * updates
      
      * fix
      
      * updates
      
      * updates
      
      * updates
      
      * fix
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      ded3db16
  4. 03 Aug, 2024 1 commit
  5. 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
  6. 25 Jul, 2024 2 commits
    • YiYi Xu's avatar
      Revert "[LoRA] introduce LoraBaseMixin to promote reusability." (#8976) · 62863bb1
      YiYi Xu authored
      Revert "[LoRA] introduce LoraBaseMixin to promote reusability. (#8774)"
      
      This reverts commit 527430d0.
      62863bb1
    • Sayak Paul's avatar
      [LoRA] introduce LoraBaseMixin to promote reusability. (#8774) · 527430d0
      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
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      527430d0
  7. 10 May, 2024 1 commit
    • Mark Van Aken's avatar
      #7535 Update FloatTensor type hints to Tensor (#7883) · be4afa0b
      Mark Van Aken authored
      * find & replace all FloatTensors to Tensor
      
      * apply formatting
      
      * Update torch.FloatTensor to torch.Tensor in the remaining files
      
      * formatting
      
      * Fix the rest of the places where FloatTensor is used as well as in documentation
      
      * formatting
      
      * Update new file from FloatTensor to Tensor
      be4afa0b
  8. 19 Apr, 2024 1 commit
  9. 25 Mar, 2024 1 commit
  10. 20 Mar, 2024 1 commit
  11. 05 Mar, 2024 1 commit
    • iczaw's avatar
      [Community] PromptDiffusion Pipeline (#6752) · 6246c70d
      iczaw authored
      
      
      * Create promptdiffusioncontrolnet.py
      
      * Update __init__.py
      
      Added PromptDiffusionControlNetModel
      
      * Update __init__.py
      
      Added PromptDiffusionControlNetModel
      
      * Update promptdiffusioncontrolnet.py
      
      * Create pipeline_prompt_diffusion.py
      
      Added Prompt Diffusion pipeline.
      
      * Create convert_original_promptdiffusion_to_diffusers.py
      
      * Update convert_from_ckpt.py
      
      Added download_promptdiffusion_from_original_ckpt, convert_promptdiffusion_checkpoint
      
      * Update promptdiffusioncontrolnet.py
      
      * Update pipeline_prompt_diffusion.py
      
      * Update README.md
      
      * Update pipeline_prompt_diffusion.py
      
      * Delete src/diffusers/models/promptdiffusioncontrolnet.py
      
      * Update __init__.py
      
      * Update __init__.py
      
      * Delete scripts/convert_original_promptdiffusion_to_diffusers.py
      
      * Update convert_from_ckpt.py
      
      * Update README.md
      
      * Delete examples/community/pipeline_prompt_diffusion.py
      
      * Create README.md
      
      * Create promptdiffusioncontrolnet.py
      
      * Create convert_original_promptdiffusion_to_diffusers.py
      
      * Create pipeline_prompt_diffusion.py
      
      * Update README.md
      
      * Update pipeline_prompt_diffusion.py
      
      * Update README.md
      
      * Update pipeline_prompt_diffusion.py
      
      * Update convert_original_promptdiffusion_to_diffusers.py
      
      * Update promptdiffusioncontrolnet.py
      
      * Update README.md
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      6246c70d