- 14 Mar, 2023 6 commits
-
-
qwjaskzxl authored
* Update README.md fix 2 bugs: (1) "previous_noisy_sample" should be in the FOR loop in line 87; (2) converting image to INT should be before "Image.fromarray" in line 91 * Apply suggestions from code review --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Ilmari Heikkinen authored
-
Patrick von Platen authored
-
Will Berman authored
-
Haiwen Huang authored
* fix the in-place modification in unet condition when using controlnet, which will cause backprop errors when training * add clone to mid block * fix-copies --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
William Berman <WLBberman@gmail.com>
-
Sayak Paul authored
* ema test cases. * debugging maessages. * debugging maessages. * add: tests for ema. * fix: optimization_step arg, * handle device placement. * Apply suggestions from code review Co-authored-by:
Will Berman <wlbberman@gmail.com> * remove del and gc. * address PR feedback. * add: tests for serialization. * fix: typos. * skip_mps to serialization. --------- Co-authored-by:
Will Berman <wlbberman@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 13 Mar, 2023 4 commits
-
-
Takuma Mori authored
* support for List[ControlNetModel] on init() * Add to support for multiple ControlNetCondition * rename conditioning_scale to scale * scaling bugfix * Manually merge `MultiControlNet` #2621 Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_controlnet.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_controlnet.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_controlnet.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_controlnet.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_controlnet.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_controlnet.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * cleanups - don't expose ControlNetCondition - move scaling to ControlNetModel * make style error correct * remove ControlNetCondition to reduce code diff * refactoring image/cond_scale * add explain for `images` * Add docstrings * all fast-test passed * Add a slow test * nit * Apply suggestions from code review * small precision fix * nits MultiControlNet -> MultiControlNetModel - Matches existing naming a bit closer MultiControlNetModel inherit from model utils class - Don't have to re-write fp16 test Skip tests that save multi controlnet pipeline - Clearer than changing test body Don't auto-batch the number of input images to the number of controlnets. We generally like to require the user to pass the expected number of inputs. This simplifies the processing code a bit more Use existing image pre-processing code a bit more. We can rely on the existing image pre-processing code and keep the inference loop a bit simpler. --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
William Berman <WLBberman@gmail.com>
-
Patrick von Platen authored
* [attention] Fix attention * fix * correct
-
M. Tolga Cangöz authored
Fix typos
-
Aki Sakurai authored
* Support non square image generation for StableDiffusionSAGPipeline * Fix style
-
- 11 Mar, 2023 2 commits
-
-
M. Tolga Cangöz authored
Fix typos
-
Steven Liu authored
build jax notebooks for real
-
- 10 Mar, 2023 8 commits
-
-
Patrick von Platen authored
* [Pipeline loading] * up
-
Steven Liu authored
*
📝 update readme *🖍 apply feedback -
Will Berman authored
* controlnet sd 2.1 checkpoint conversions * remove global_step -> make config file mandatory
-
M. Tolga Cangöz authored
Add 'import os'
-
M. Tolga Cangöz authored
Fix typo
-
Ruizhe Wang authored
* [Dreambooth] Editable number of class images * 'class_num=None' bug fix --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Sian authored
* add translated docs * improve translated content * improve translated content * Modify the translation content
-
Patrick von Platen authored
* [From pretrained] Speed-up loading from cache * up * Fix more * fix one more bug * make style * bigger refactor * factor out function * Improve more * better * deprecate return cache folder * clean up * improve tests * up * upload * add nice tests * simplify * finish * correct * fix version * rename * Apply suggestions from code review Co-authored-by:
Lucain <lucainp@gmail.com> * rename * correct doc string * correct more * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * apply code suggestions * finish --------- Co-authored-by:
Lucain <lucainp@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 09 Mar, 2023 12 commits
-
-
Will Berman authored
-
Peter Lin authored
Improve ddim scheduler Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Patrick von Platen authored
* up * correct some * up * finish
-
Patrick von Platen authored
* improve error message * upload
-
Patrick von Platen authored
Revert "[docs] Build notebooks from Markdown (#2570)" This reverts commit 78507bda.
-
Patrick von Platen authored
* [Schedulers] Correct config changing * uP * add tests
-
Patrick von Platen authored
Improve docs
-
Steven Liu authored
* first draft *
✨ minor edits *💄 make style * oops add to toc *🖍 reframe around understanding components *🖍 apply feedback *🖍 apply feedback -
M. Tolga Cangöz authored
-
Patrick von Platen authored
-
YiYi Xu authored
* add api doc for flax pipeline + doc string examples * make style --------- Co-authored-by:
yiyixuxu <yixu@yis-macbook-pro.lan> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Antoine Bouthors authored
Fixed incorrect width/height assignment in StableDiffusionDepth2ImgPipeline when passing in tensor
-
- 08 Mar, 2023 8 commits
-
-
Víctor Martínez authored
-
Patrick von Platen authored
-
Haofan Wang authored
* add lora * Update examples/research_projects/lora/README.md --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Ella Charlaix authored
* Add OpenVINO documentation * Update docs/source/en/optimization/open_vino.mdx Co-authored-by:
YiYi Xu <yixu310@gmail.com> --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
Steven Liu authored
*
📝 update and minor refactor *✨ minor edits -
Patrick von Platen authored
-
Steven Liu authored
*
📝 add mechanism for building colab notebook *🖍 add notebooks to correct folder *🖍 fix folder name -
YiYi Xu authored
* convert img2img.mdx into notebook doc * fix * Update docs/source/en/using-diffusers/img2img.mdx Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> --------- Co-authored-by:
yiyixuxu <yixu@yis-macbook-pro.lan> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-