1. 25 Jul, 2023 4 commits
  2. 24 Jul, 2023 11 commits
  3. 21 Jul, 2023 11 commits
  4. 20 Jul, 2023 4 commits
  5. 19 Jul, 2023 4 commits
  6. 18 Jul, 2023 6 commits
    • Zhao Shenyang's avatar
      Docs/bentoml integration (#4090) · ed2a3584
      Zhao Shenyang authored
      
      
      * docs: first draft of BentoML integration
      
      * Update the diffusers doc
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * add BentoML integration guide under Optimization section
      
      * restyle codes
      
      ---------
      Co-authored-by: default avatarSherlock113 <sherlockxu07@gmail.com>
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      ed2a3584
    • Sayak Paul's avatar
      [Core] add: controlnet support for SDXL (#4038) · 3eb498e7
      Sayak Paul authored
      * add: controlnet sdxl.
      
      * modifications to controlnet.
      
      * run styling.
      
      * add: __init__.pys
      
      * incorporate https://github.com/huggingface/diffusers/pull/4019
      
       changes.
      
      * run make fix-copies.
      
      * resize the conditioning images.
      
      * remove autocast.
      
      * run styling.
      
      * disable autocast.
      
      * debugging
      
      * device placement.
      
      * back to autocast.
      
      * remove comment.
      
      * save some memory by reusing the vae and unet in the pipeline.
      
      * apply styling.
      
      * Allow low precision sd xl
      
      * finish
      
      * finish
      
      * changes to accommodate the improved VAE.
      
      * modifications to how we handle vae encoding in the training.
      
      * make style
      
      * make existing controlnet fast tests pass.
      
      * change vae checkpoint cli arg.
      
      * fix: vae pretrained paths.
      
      * fix: steps in get_scheduler().
      
      * debugging.
      
      * debugging./
      
      * fix: weight conversion.
      
      * add: docs.
      
      * add: limited tests./
      
      * add: datasets to the requirements.
      
      * update docstrings and incorporate the usage of watermarking.
      
      * incorporate fix from #4083
      
      * fix watermarking dependency handling.
      
      * run make-fix-copies.
      
      * Empty-Commit
      
      * Update requirements_sdxl.txt
      
      * remove vae upcasting part.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * run make style
      
      * run make fix-copies.
      
      * disable suppot for multicontrolnet.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * run make fix-copies.
      
      * dtyle/.
      
      * fix-copies.
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      3eb498e7
    • clarencechen's avatar
      Add Recent Timestep Scheduling Improvements to DDIM Inverse Scheduler (#3865) · c6e56e92
      clarencechen authored
      * Add Recent Timestep Scheduling Improvements to DDIM Inverse Scheduler
      
      Roll timesteps by one to reflect origin-destination semantic discrepancy
      
      Restore `set_alpha_to_one` option to handle negative initial timesteps
      
      Remove `set_alpha_to_zero` option not used due to previous truncation
      
      * Bugfix
      
      * Remove unnecessary calls to `detach()`
      
      Use `self.image_processor.preprocess` in DiffEdit pipeline functions
      
      * Preprocess list input for inverted image latents in diffedit pipeline
      
      * Add `timestep_spacing` and `steps_offset` to `DPMSolverMultistepInverseScheduler`
      
      * Update expected test results to account for inverting last forward diffusion step
      
      * Fix inversion progress bar bug
      
      * Add first draft for proper fast tests for DDIMInverseScheduler
      
      * Add deprecated DDIMInverseScheduler kwarg to ConfigMixer registry
      
      * Fix test failure in DPMMultistepInverseScheduler
      
      Invert step specification leads to negative noise variance in SDE-based algs
      
      Add first draft for proper fast tests for DPMMultistepInverseScheduler
      
      * Update expected test results to account for inverting last forward diffusion step
      
      Clean up diffedit fast test
      c6e56e92
    • Patrick von Platen's avatar
      Refactor execution device & cpu offload (#4114) · 27062c36
      Patrick von Platen authored
      * create general cpu offload & execution device
      
      * Remove boiler plate
      
      * finish
      
      * kp
      
      * Correct offload more pipelines
      
      * up
      
      * Update src/diffusers/pipelines/pipeline_utils.py
      
      * make style
      
      * up
      27062c36
    • takuoko's avatar
      [Enhance] Add rank in dreambooth (#4112) · 6427aa99
      takuoko authored
      add rank in dreambooth
      6427aa99
    • Seongsu Park's avatar
      [Docs] Korean translation update (#4022) · 8b18cd8e
      Seongsu Park authored
      * feat) optimization kr translation
      
      * fix) typo, italic setting
      
      * feat) dreambooth, text2image kr
      
      * feat) lora kr
      
      * fix) LoRA
      
      * fix) fp16 fix
      
      * fix) doc-builder style
      
      * fix) fp16 일부 단어 수정
      
      * fix) fp16 style fix
      
      * fix) opt, training docs update
      
      * merge conflict
      
      * Fix community pipelines (#3266)
      
      * Allow disabling torch 2_0 attention (#3273)
      
      * Allow disabling torch 2_0 attention
      
      * make style
      
      * Update src/diffusers/models/attention.py
      
      * Release: v0.16.1
      
      * feat) toctree update
      
      * feat) toctree update
      
      * Fix custom releases (#3708)
      
      * Fix custom releases
      
      * make style
      
      * Fix loading if unexpected keys are present (#3720)
      
      * Fix loading
      
      * make style
      
      * Release: v0.17.0
      
      * opt_overview
      
      * commit
      
      * Create pipeline_overview.mdx
      
      * unconditional_image_generatoin_1stDraft
      
      *  Add translation for write_own_pipeline.mdx
      
      * conditional-직역, 언컨디셔널
      
      * unconditional_image_generation first draft
      
      * reviese
      
      * Update pipeline_overview.mdx
      
      * revise-2
      
      * 
      
       translation fixed for write_own_pipeline.mdx
      
      * complete translate basic_training.mdx
      
      * other-formats.mdx 번역 완료
      
      * fix tutorials/basic_training.mdx
      
      * other-formats 수정
      
      * inpaint 한국어 번역
      
      * depth2img translation
      
      * translate training/adapt-a-model.mdx
      
      * revised_all
      
      * feedback taken
      
      * using_safetensors.mdx_first_draft
      
      * custom_pipeline_examples.mdx_first_draft
      
      * img2img 한글번역 완료
      
      * tutorial_overview edit
      
      * reusing_seeds
      
      * torch2.0
      
      * translate complete
      
      * fix) 용어 통일 규약 반영
      
      * [fix] 피드백을 반영해서 번역 보정
      
      * 오탈자 정정 + 컨벤션 위배된 부분 정정
      
      * typo, style fix
      
      * toctree update
      
      * copyright fix
      
      * toctree fix
      
      * Update _toctree.yml
      
      ---------
      Co-authored-by: default avatarChanran Kim <seriousran@gmail.com>
      Co-authored-by: default avatarapolinário <joaopaulo.passos@gmail.com>
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      Co-authored-by: default avatarLee, Hongkyu <75282888+howsmyanimeprofilepicture@users.noreply.github.com>
      Co-authored-by: default avatarhyeminan <adios9709@gmail.com>
      Co-authored-by: default avatarmovie5 <oyh5800@naver.com>
      Co-authored-by: default avataridra79haza <idra79haza@github.com>
      Co-authored-by: default avatarJihwan Kim <cuchoco@naver.com>
      Co-authored-by: default avatarjungwoo <boonkoonheart@gmail.com>
      Co-authored-by: default avatarjjuun0 <jh061993@gmail.com>
      Co-authored-by: default avatarszjung-test <93111772+szjung-test@users.noreply.github.com>
      Co-authored-by: default avataridra79haza <37795618+idra79haza@users.noreply.github.com>
      Co-authored-by: default avatarhowsmyanimeprofilepicture <howsmyanimeprofilepicture@gmail.com>
      Co-authored-by: default avatarhoswmyanimeprofilepicture <hoswmyanimeprofilepicture@gmail.com>
      8b18cd8e