1. 18 Mar, 2024 1 commit
  2. 14 Mar, 2024 4 commits
    • M. Tolga Cangöz's avatar
      [`Tests`] Update a deprecated parameter in test files and fix several typos (#7277) · 5d848ec0
      M. Tolga Cangöz authored
      * Add properties and `IPAdapterTesterMixin` tests for `StableDiffusionPanoramaPipeline`
      
      * Fix variable name typo and update comments
      
      * Update deprecated `output_type="numpy"` to "np" in test files
      
      * Discard changes to src/diffusers/pipelines/stable_diffusion_panorama/pipeline_stable_diffusion_panorama.py
      
      * Update test_stable_diffusion_panorama.py
      
      * Update numbers in README.md
      
      * Update get_guidance_scale_embedding method to use timesteps instead of w
      
      * Update number of checkpoints in README.md
      
      * Add type hints and fix var name
      
      * Fix PyTorch's convention for inplace functions
      
      * Fix a typo
      
      * Revert "Fix PyTorch's convention for inplace functions"
      
      This reverts commit 74350cf65b2c9aa77f08bec7937d7a8b13edb509.
      
      * Fix typos
      
      * Indent
      
      * Refactor get_guidance_scale_embedding method in LEditsPPPipelineStableDiffusionXL class
      5d848ec0
    • Linoy Tsaban's avatar
      [Advanced DreamBooth LoRA SDXL] Support EDM-style training (follow up of #7126) (#7182) · 83062fb8
      Linoy Tsaban authored
      
      
      * add edm style training
      
      * style
      
      * finish adding edm training feature
      
      * import fix
      
      * fix latents mean
      
      * minor adjustments
      
      * add edm to readme
      
      * style
      
      * fix autocast and scheduler config issues when using edm
      
      * style
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      83062fb8
    • Anatoly Belikov's avatar
      log loss per image (#7278) · 53e9aacc
      Anatoly Belikov authored
      
      
      * log loss per image
      
      * add commandline param for per image loss logging
      
      * style
      
      * debug-loss -> debug_loss
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      53e9aacc
    • Beinsezii's avatar
      Change step_offset scheduler docstrings (#7128) · d3986f18
      Beinsezii authored
      
      
      * Change step_offset scheduler docstrings
      
      * Mention it may be needed by some models
      
      * More docstrings
      
      These ones failed literal S&R because I performed it case-sensitive
      which is fun.
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      d3986f18
  3. 13 Mar, 2024 2 commits
  4. 09 Mar, 2024 4 commits
  5. 08 Mar, 2024 1 commit
  6. 07 Mar, 2024 4 commits
  7. 06 Mar, 2024 2 commits
  8. 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
  9. 04 Mar, 2024 4 commits
  10. 03 Mar, 2024 1 commit
    • Sayak Paul's avatar
      Support EDM-style training in DreamBooth LoRA SDXL script (#7126) · ccb93dca
      Sayak Paul authored
      
      
      * add: dreambooth lora script for Playground v2.5
      
      * fix: kwarg
      
      * address suraj's comments.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      * apply suraj's suggestion
      
      * incorporate changes in the canonical script./
      
      * tracker naming
      
      * fix: schedule determination
      
      * add: two simple tests
      
      * remove playground script
      
      * note about edm-style training
      
      * address pedro's comments.
      
      * address part of Suraj's comments.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      * remove guidance_scale.
      
      * use mse_loss.
      
      * add comments for preconditioning.
      
      * quality
      
      * Update examples/dreambooth/train_dreambooth_lora_sdxl.py
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      * tackle v-pred.
      
      * Empty-Commit
      
      * support edm for sdxl too.
      
      * address suraj's comments.
      
      * Empty-Commit
      
      ---------
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      ccb93dca
  11. 01 Mar, 2024 4 commits
  12. 28 Feb, 2024 2 commits
  13. 27 Feb, 2024 1 commit
  14. 26 Feb, 2024 5 commits
  15. 25 Feb, 2024 1 commit
  16. 24 Feb, 2024 2 commits
  17. 23 Feb, 2024 1 commit