- 10 Jun, 2023 3 commits
-
-
-
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 9 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
-
Steven Liu authored
fix link to load_lora_weights
-
- 05 Jun, 2023 12 commits
-
-
Will Berman authored
* move activation dispatches into helper function * tests
-
Will Berman authored
-
YiYi Xu authored
VaeImageProcessor.preprocess refactor * refactored VaeImageProcessor - allow passing optional height and width argument to resize() - add convert_to_rgb * refactored prepare_latents method for img2img pipelines so that if we pass latents directly as image input, it will not encode it again * added a test in test_pipelines_common.py to test latents as image inputs * refactored img2img pipelines that accept latents as image: - controlnet img2img, stable diffusion img2img , instruct_pix2pix --------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Steven Liu authored
* part 2 of api fixes * move randn_tensor * add to toctree * apply feedback * more feedback
-
Sayak Paul authored
* fix: assertion. * assertion fix.
-
pdoane authored
* Update Compel documentation for textual inversions * Fix typo
-
Vladislav Lyubimov authored
-
Patrick von Platen authored
Correct multi gpu
-
Will Berman authored
-
Steven Liu authored
* load a1111 lora * fix * apply feedback * fix
-
0x1355 authored
Expose num_cycles kwarg of get_schedule() through args.lr_num_cycles.
-
0x1355 authored
So that schedule_func() calls get_piecewise_constant_schedule() with correctly named kwarg.
-
- 02 Jun, 2023 4 commits
-
-
Will Berman authored
-
Will Berman authored
* dreambooth if docs - stage II, more info * Update docs/source/en/training/dreambooth.mdx Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update docs/source/en/training/dreambooth.mdx Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update docs/source/en/training/dreambooth.mdx Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * download instructions for downsized images * update source README to match docs --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Will Berman authored
* set config from original module but set compiled module on class * add test
-
asfiyab-nvidia authored
* add tensorrt inpaint pipeline Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * run make style Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> --------- Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-