- 15 Jun, 2023 5 commits
-
-
Arpan Tripathi authored
Added `LoraLoaderMixin` to `StableDiffusionKDiffusionPipeline`
-
Patrick von Platen authored
* relax tolerance slightly * correct incorrect naming
-
cmdr2 authored
-
takuoko authored
* update reference pipeline * update reference pipeline --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Sayak Paul authored
* modify the issue template to include core maintainers. * add: entry for audio. * Update .github/ISSUE_TEMPLATE/bug-report.yml Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 14 Jun, 2023 2 commits
-
-
Steven Liu authored
fix colab notebook cells
-
YiYi Xu authored
* update kandinsky conversion script * style --------- Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
- 13 Jun, 2023 1 commit
-
-
jfozard authored
Update pipeline_flax_controlnet.py Change type of images array from jax.numpy.array to numpy.ndarray to permit in-place modification of the array when the safety checker detects a NSFW image.
-
- 12 Jun, 2023 8 commits
-
-
Patrick von Platen authored
* [MultiControlNet] Allow save and load * Correct more * [MultiControlNet] Allow save and load * make style * Apply suggestions from code review
-
Patrick von Platen authored
relax tolerance slightly
-
Andranik Movsisyan authored
* fix docs typos. add frame_ids argument to text2video-zero pipeline call * make style && make quality * add support of pytorch 2.0 scaled_dot_product_attention for CrossFrameAttnProcessor * add chunk-by-chunk processing to text2video-zero docs * make style && make quality * Update docs/source/en/api/pipelines/text_to_video_zero.mdx Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Liam Swayne authored
Update installation.mdx
-
JeLuF authored
Replace dead link to Flax documentation Replace the dead link to the Flax installation guide by a working one: https://flax.readthedocs.io/en/latest/#installation
-
Patrick von Platen authored
* Correct timestep inpaint * make style * Fix * Apply suggestions from code review * make style
-
Patrick von Platen authored
clean up more
-
Patrick von Platen authored
clean up more
-
- 10 Jun, 2023 4 commits
-
-
Patrick von Platen authored
-
-
Patrick von Platen authored
-
Patrick von Platen authored
-
- 09 Jun, 2023 1 commit
-
-
YiYi Xu authored
* remove seed * style --------- Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
- 08 Jun, 2023 3 commits
-
-
Patrick von Platen authored
* Post release * Post release
-
Patrick von Platen authored
* Fix loading * make style
-
Zachary Mueller authored
Apply deprecations
-
- 07 Jun, 2023 8 commits
-
-
Patrick von Platen authored
-
YiYi Xu authored
add image processor Co-authored-by:yiyixuxu <yixu@yis-macbook-pro.lan>
-
Mishig authored
Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Kadir Nar authored
* added StableDiffusionCanvasPipeline pipeline * Added utils codes to pipe_utils file. * make style * delete mixture.py and Text2ImageRegion class * make style * Added the codes to the readme.md file. * Moved functions from pipeline_utils to mix_canvas
-
Patrick von Platen authored
* Fix custom releases * make style
-
Alex McKinney authored
-
Pedro Cuenca authored
[tests] Run slow matrix sequentially.
-
Max-We authored
* Implement option for rescaling betas to zero terminal SNR * Implement rescale classifier free guidance in pipeline_stable_diffusion.py * focus on DDIM * make style * make style * make style * make style * Apply suggestions from Peter Lin * Apply suggestions from Peter Lin * make style * Apply suggestions from code review * Apply suggestions from code review * make style * make style --------- Co-authored-by:
MaxWe00 <gitlab.9v1lq@slmail.me> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 06 Jun, 2023 8 commits
-
-
Patrick von Platen authored
* Add draft for lora text encoder scale * Improve naming * fix: training dreambooth lora script. * Apply suggestions from code review * Update examples/dreambooth/train_dreambooth_lora.py * Apply suggestions from code review * Apply suggestions from code review * add lora mixin when fit * add lora mixin when fit * add lora mixin when fit * fix more * fix more --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Jason C.H authored
-
Isotr0py authored
* support views batch for panorama * add entry for the new argument * format entry for the new argument * add view_batch_size test * fix batch test and a boundary condition * add more docstrings * fix a typos * fix typos * add: entry to the doc about view_batch_size. * Revert "add: entry to the doc about view_batch_size." This reverts commit a36aeaa9edf9b662d09bbfd6e18cbc556ed38187. * add a tip on . --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
stano authored
- use the correct Prior hub model id - use the new names in KandinskyPriorPipelineOutput
-
Sayak Paul authored
-
YiYi Xu authored
* refactor x4 upscaler * style * copies --------- Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
Sayak Paul authored
* feat: add lora attention processor for pt 2.0. * explicit context manager for SDPA. * switch to flash attention * make shapes compatible to work optimally with SDPA. * fix: circular import problem. * explicitly specify the flash attention kernel in sdpa * fall back to efficient attention context manager. * remove explicit dispatch. * fix: removed processor. * fix: remove optional from type annotation. * feat: make changes regarding LoRAAttnProcessor2_0. * remove confusing warning. * formatting. * relax tolerance for PT 2.0 * fix: loading message. * remove unnecessary logging. * add: entry to the docs. * add: network_alpha argument. * relax tolerance.
-
Takuma Mori authored
* merge undoable-monkeypatch * remove TEXT_ENCODER_TARGET_MODULES, refactoring * move create_lora_weight_file
-