- 11 Dec, 2022 1 commit
-
-
M-A authored
Since no deprecate() call was done, the typos were silently ignored.
-
- 10 Dec, 2022 4 commits
-
-
Patrick von Platen authored
remove unnecessary offset in img2img
-
Pedro Cuenca authored
Allow k pipeline to generate > 1 images.
-
Tim Hinderliter authored
dreambooth: fix #1566: maintain fp32 wrapper when saving a checkpoint to avoid crash when running fp16 (#1618) * dreambooth: fix #1566: maintain fp32 wrapper when saving a checkpoint to avoid crash when running fp16 * dreambooth: guard against passing keep_fp32_wrapper arg to older versions of accelerate. part of fix for #1566 * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update examples/dreambooth/train_dreambooth.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Pedro Cuenca authored
Remove spurious arg in training scripts.
-
- 09 Dec, 2022 8 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.
-
Haofan Wang authored
* Update requirements.txt * Update requirements_flax.txt * Update requirements.txt * Update requirements_flax.txt * Update requirements.txt * Update requirements_flax.txt
-
SkyTNT authored
-
- 08 Dec, 2022 6 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>
-
Anton Lozhkov authored
-
Suraj Patil authored
add upcast_attention arg
-
Patrick von Platen authored
* uP * uP
-
- 07 Dec, 2022 15 commits
-
-
Ben Sherman authored
easy fix for undefined name in train_dreambooth.py import_model_class_from_model_name_or_path loads a pretrained model and refers to args.revision in a context where args is undefined. I modified the function to take revision as an argument and modified the invocation of the function to pass in the revision from args. Seems like this was caused by a cut and paste.
-
Anton Lozhkov authored
* [ONNX] Fix flaky tests * revert
-
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
-
Cheng Lu authored
* add singlestep dpmsolver * fix a style typo * fix a style typo * add docs * finish Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Pedro Cuenca authored
* Do not recompile when guidance_scale changes. * Remove debug for simplicity. * make style * Make guidance_scale an array. * Make DEBUG a constant to avoid passing it down. * Add comments for clarification.
-
Suraj Patil authored
upcast attention
-
Anton Lozhkov authored
* Fix common tests for FP16 * revert
-
Fantasy-Studio authored
Update pipeline_paint_by_example.py
-
Anton Lozhkov authored
* Add from_pretrained usage logging * Add classes * add a telemetry notice * macos
-
Patrick von Platen authored
-
SkyTNT authored
* fix lpw_stable_diffusion * rollback preprocess_mask resample
-
Patrick von Platen authored
* add paint by example * mkae loading possibel * up * Update src/diffusers/models/attention.py * up * finalize weight structure * make example work * make it work * up * up * fix * del * add * update * Apply suggestions from code review * correct transformer 2d * finish * up * up * up * up * fix * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Apply suggestions from code review * up * finish Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 06 Dec, 2022 5 commits
-
-
Anton Lozhkov authored
* [WIP] Standardize fast pipeline tests with PipelineTestMixin * refactor the sd tests a bit * add more common tests * add xformers * add progressbar test * cleanup * upd fp16 * CycleDiffusionPipelineFastTests * DanceDiffusionPipelineFastTests * AltDiffusionPipelineFastTests * StableDiffusion2PipelineFastTests * StableDiffusion2InpaintPipelineFastTests * StableDiffusionImageVariationPipelineFastTests * StableDiffusionImg2ImgPipelineFastTests * StableDiffusionInpaintPipelineFastTests * remove unused mixins * quality * add missing inits * try to fix mps tests * fix mps tests * add mps warmups * skip for some pipelines * style * Update tests/test_pipelines_common.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Suraj Patil authored
make collate_fn global
-
Suraj Patil authored
* add check_min_version for examples * move __version__ to the top * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * fix comment * fix error_message * adapt the install message Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Patrick von Platen authored
* Mega community pipeline * fix
-
Will Berman authored
-
- 05 Dec, 2022 1 commit
-
-