- 22 Dec, 2023 5 commits
-
-
apolinário authored
* Fix ProdigyOPT in SDXL Dreambooth script * style * style
-
Bingxin Ke authored
* [Community Pipeline] Add Marigold Monocular Depth Estimation - add single-file pipeline - update README * fix format - add one blank line * format script with ruff * use direct image link in example code --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Pedro Cuenca authored
-
Dhruv Nair authored
update
-
Dhruv Nair authored
update Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 21 Dec, 2023 15 commits
-
-
Will Berman authored
amused rename Update docs/source/en/api/pipelines/amused.md Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> AdaLayerNormContinuous default values custom micro conditioning micro conditioning docs put lookup from codebook in constructor fix conversion script remove manual fused flash attn kernel add training script temp remove training script add dummy gradient checkpointing func clarify temperatures is an instance variable by setting it remove additional SkipFF block args hardcode norm args rename tests folder fix paths and samples fix tests add training script training readme lora saving and loading non-lora saving/loading some readme fixes guards Update docs/source/en/api/pipelines/amused.md Co-authored-by:
Suraj Patil <surajp815@gmail.com> Update examples/amused/README.md Co-authored-by:
Suraj Patil <surajp815@gmail.com> Update examples/amused/train_amused.py Co-authored-by:
Suraj Patil <surajp815@gmail.com> vae upcasting add fp16 integration tests use tuple for micro cond copyrights remove casts delegate to torch.nn.LayerNorm move temperature to pipeline call upsampling/downsampling changes
-
Sayak Paul authored
ldm3d.
-
Sayak Paul authored
remove pix2pix zero from init
-
Sayak Paul authored
* move panorama out. * fix: diffedit * fix: import. * fix: impirt
-
Sayak Paul authored
* move attend and excite out. * fix: import * fix diffedit
-
Benjamin Bossan authored
See #6185 for context. Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
move sag out of .
-
Sayak Paul authored
* move gligen out of stable diffusion. * fix: import * fix import module
-
Sayak Paul authored
move k diffusion out of stable_diffusion
-
YShow authored
* remove depcreated method from lora scripts * check code quality
-
sayakpaul authored
-
Sayak Paul authored
* move diffedit out of stable_diffuson * fix: import * style * fix: import
-
lvzi authored
Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
dependabot[bot] authored
Bump transformers in /examples/research_projects/realfill Bumps [transformers](https://github.com/huggingface/transformers) from 4.34.0 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.34.0...v4.36.0 ) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 20 Dec, 2023 4 commits
-
-
Sayak Paul authored
* separate out upsamplers and downsamplers. * import all the necessary blocks in resnet for backward comp. * move upsample2d and downsample2d to utils. * move downsample_2d to downsamplers.py * apply feedback * fix import * samplers -> sampling
-
Beinsezii authored
* EulerAncestral add `rescale_betas_zero_snr` Uses same infinite sigma fix from EulerDiscrete. Interestingly the ancestral version had the opposite problem: too much contrast instead of too little. * UT for EulerAncestral `rescale_betas_zero_snr` * EulerAncestral upcast samples during step() It helps this scheduler too, particularly when the model is using bf16. While the noise dtype is still the model's it's automatically upcasted for the add so all it affects is determinism. --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
hako-mikan authored
* Update regional_prompting_stable_diffusion.py * reformat * reformat * reformat * reformat * reformat * reformat * reformat * regormat * reformat * reformat * reformat * reformat * Update regional_prompting_stable_diffusion.py --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Steven Liu authored
batched seed
-
- 19 Dec, 2023 7 commits
-
-
raven authored
fix document on masked image in inpainting controlnet
-
YiYi Xu authored
pixart-alpha Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
Sayak Paul authored
* add peft dependency * add peft dependency at the correct place.
-
Dhruv Nair authored
update
-
Sayak Paul authored
* fix: unscale fp16 gradient problem * fix for dreambooth lora sdxl * make the type-casting conditional. * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Sayak Paul authored
* fix: init for vae during pixart tests * print the values * add flatten * correct assertion value for test_inference * correct assertion values for test_inference_non_square_images * run styling * debug test_inference_with_multiple_images_per_prompt * fix assertion values for test_inference_with_multiple_images_per_prompt
-
YiYi Xu authored
* offload image_encoder * add test --------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 18 Dec, 2023 9 commits
-
-
Fabio Rigano authored
* Add converter method for ip adapters * Move converter method * Update to image proj converter --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Dhruv Nair authored
update
-
Patrick von Platen authored
* [SVD] Fix guidance scale * make style
-
Haofan Wang authored
* Update train_text_to_image_lora.py * Fix typo? --------- Co-authored-by:
M. Tolga Cangöz <46008593+standardAI@users.noreply.github.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Aryan V S authored
* add img2img and inpaint support to lpw-xl * update community README --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
TilmannR authored
Typo: The script for LoRA training is `train_text_to_image_lora_prior.py` not `train_text_to_image_prior_lora.py`. Alternatively you could rename the file and keep the README.md unchanged.
-
Dhruv Nair authored
* deprecate pipe * make style * update * add deprecation message * format * remove tests for deprecated pipelines * remove deprecation message * make style * fix copies * clean up * clean * clean * clean * clean up * clean up * clean up toctree * clean up --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Patrick von Platen authored
-
Patrick von Platen authored
* make style * make style * make style * make style
-