- 19 Dec, 2022 3 commits
-
-
Anton Lozhkov authored
-
Will Berman authored
* [unCLIP docs] markdown * [unCLIP docs] UnCLIPPipeline
-
Will Berman authored
* [fix] pipeline_unclip generator pass generator to all schedulers * fix fast tests test data
-
- 18 Dec, 2022 2 commits
-
-
Will Berman authored
* [wip] attention block updates * [wip] unCLIP unet decoder and super res * [wip] unCLIP prior transformer * [wip] scheduler changes * [wip] text proj utility class * [wip] UnCLIPPipeline * [wip] kakaobrain unCLIP convert script * [unCLIP pipeline] fixes re: @patrickvonplaten remove callbacks move denoising loops into call function * UNCLIPScheduler re: @patrickvonplaten Revert changes to DDPMScheduler. Make UNCLIPScheduler, a modified DDPM scheduler with changes to support karlo * mask -> attention_mask re: @patrickvonplaten * [DDPMScheduler] remove leftover change * [docs] PriorTransformer * [docs] UNet2DConditionModel and UNet2DModel * [nit] UNCLIPScheduler -> UnCLIPScheduler matches existing unclip naming better * [docs] SchedulingUnCLIP * [docs] UnCLIPTextProjModel * refactor * finish licenses * rename all to attention_mask and prep in models * more renaming * don't expose unused configs * final renaming fixes * remove x attn mask when not necessary * configure kakao script to use new class embedding config * fix copies * [tests] UnCLIPScheduler * finish x attn * finish * remove more * rename condition blocks * clean more * Apply suggestions from code review * up * fix * [tests] UnCLIPPipelineFastTests * remove unused imports * [tests] UnCLIPPipelineIntegrationTests * correct * make style Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Anton Lozhkov authored
* Fix/update LDM tests * batched generators
-
- 17 Dec, 2022 2 commits
-
-
Peter authored
Co-authored-by:Peter <peterto@users.noreply.github.com>
-
Patrick von Platen authored
[Batched Generators] This PR adds generators that are useful to make batched generation fully reproducible (#1718) * [Batched Generators] all batched generators * up * up * up * up * up * up * up * up * up * up * up * up * up * up * up * up * hey * up again * fix tests * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * correct tests Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 16 Dec, 2022 3 commits
-
-
Anton Lozhkov authored
* [WIP] Nightly integration tests * initial SD tests * update SD slow tests * style * repaint * ImageVariations * style * finish imgvar * img2img tests * debug * inpaint 1.5 * inpaint legacy * torch isn't happy about deterministic ops * allclose -> max diff for shorter logs * add SD2 * debug * Update tests/pipelines/stable_diffusion_2/test_stable_diffusion.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update tests/pipelines/stable_diffusion/test_stable_diffusion.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * fix refs * Update src/diffusers/utils/testing_utils.py Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * fix refs * remove debug Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Anton Lozhkov authored
* Fix ONNX img2img preprocessing and add fast tests coverage * revert * disable progressbars
-
Partho authored
* Latent Diffusion pipeline accept latents * make style * check for mps randn does not work reproducibly on mps
-
- 15 Dec, 2022 3 commits
-
-
YiYi Xu authored
Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
CyberMeow authored
* update inpaint_legacy to allow the use of predicted noise to construct intermediate diffused images * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint_legacy.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Anton Lozhkov authored
* add fast tests * better tests and fp16 * batch fixes * Reuse preprocessing * quickfix
-
- 14 Dec, 2022 2 commits
-
-
Chino authored
-
Anton Lozhkov authored
-
- 13 Dec, 2022 4 commits
-
-
Patrick von Platen authored
* [Community pipeline] Add github mechanism * better * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * adapt Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
w4ffl35 authored
fixed #1685 - disables telemetry when DISABLE_TELEMETRY and HF_HUB_OFFLINE is set
-
Patrick von Platen authored
upgrade version
-
Patrick von Platen authored
* [SD] Make sure batched input works correctly * uP * uP * up * up * uP * up * fix mask stuff * up * uP * more up * up * uP * up * finish * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 12 Dec, 2022 3 commits
-
-
Kangfu Mei authored
* fix bug if we don't do_classifier_free_guidance * update for copied diffusers.pipelines..alt_diffusion..pipeline_alt_diffusion.AltDiffusionPipeline
-
Patrick von Platen authored
Deprecate init image correctl
-
Lukas Struppek authored
* fix versatile diffusion input * merge main * `make fix-copies` Co-authored-by:anton- <anton@huggingface.co>
-
- 11 Dec, 2022 1 commit
-
-
M-A authored
Since no deprecate() call was done, the typos were silently ignored.
-
- 10 Dec, 2022 2 commits
-
-
Patrick von Platen authored
remove unnecessary offset in img2img
-
Pedro Cuenca authored
Allow k pipeline to generate > 1 images.
-
- 09 Dec, 2022 6 commits
-
-
Patrick von Platen authored
* do not automatically enable xformers * uP
-
anton- authored
-
Anton Lozhkov authored
* Adapt to forced transformers version in some dependent libraries * style * Update __init__.py * update requires_backends
-
Anton Lozhkov authored
* Re-add xformers enable to UNet2DCondition (#1627) * finish * fix * Update tests/models/test_models_unet_2d.py * style Co-authored-by:
Anton Lozhkov <anton@huggingface.co> * Release: v0.10.1 Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Patrick von Platen authored
* finish * fix * Update tests/models/test_models_unet_2d.py * style Co-authored-by:Anton Lozhkov <anton@huggingface.co>
-
Pedro Cuenca authored
Don't assume 512x512 in k-diffusion pipeline.
-
- 08 Dec, 2022 5 commits
-
-
anton- authored
-
Suraj Patil authored
* begin depth pipeline * add depth estimation model * fix prepare_depth_mask * add a comment about autocast * copied from, quality, cleanup * begin tests * handle tensors * norm image tensor * fix batch size * fix tests * fix enable_sequential_cpu_offload * fix save load * fix test_save_load_float16 * fix test_save_load_optional_components * fix test_float16_inference * fix test_cpu_offload_forward_pass * fix test_dict_tuple_outputs_equivalent * up * fix fast tests * fix test_stable_diffusion_img2img_multiple_init_images * fix few more fast tests * don't use device map for DPT * fix test_stable_diffusion_pipeline_with_sequential_cpu_offloading * accept external depth maps * prepare_depth_mask -> prepare_depth_map * fix file name * fix file name * quality * check transformers version * fix test names * use skipif * fix import * add docs * skip tests on mps * correct version * uP * Update docs/source/api/pipelines/stable_diffusion_2.mdx * fix fix-copies * fix fix-copies Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
anton- <anton@huggingface.co>
-
Anton Lozhkov authored
* Fix PyCharm/VSCode static type checking for dummy objects * Re-add dummies * Fix AudioDiffusion imports * fix import * fix import * Update utils/check_dummies.py Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update src/diffusers/utils/import_utils.py * Update src/diffusers/__init__.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/__init__.py * fix double import Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Suraj Patil authored
add upcast_attention arg
-
Patrick von Platen authored
* uP * uP
-
- 07 Dec, 2022 4 commits
-
-
Pedro Cuenca authored
* Make cross-attention check more robust. * Fix copies.
-
Nathan Lambert authored
* init docs update * style * fix bad colab formatting, add pipeline comment * update todo
-
Randolph-zeng authored
* Update scheduling_repaint.py * update the expected image Co-authored-by:anton- <anton@huggingface.co>
-
Suraj Patil authored
* fix upcast in slice attention * fix dtype * add test * fix test
-