- 26 Jul, 2023 1 commit
-
-
Patrick von Platen authored
* 0.20.0dev0 * make style
-
- 13 Jul, 2023 1 commit
-
-
Thomas Chambon authored
* community pipeline: implementation of iadb * iadb.py: reformat using black * iadb.py: linting update
-
- 06 Jul, 2023 1 commit
-
-
Patrick von Platen authored
* improve sd xl * correct more * finish * make style * fix more
-
- 15 Jun, 2023 2 commits
-
-
Naga Sai Abhinay authored
* Maintain same decoder start noise for all interp steps * Correct comment * use batch_size for consistency
-
takuoko authored
* update reference pipeline * update reference pipeline --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 07 Jun, 2023 1 commit
-
-
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
-
- 02 Jun, 2023 3 commits
-
-
Will Berman authored
-
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>
-
Kadir Nar authored
* Updated the filename and readme file. * reformatter * reformetter
-
- 30 May, 2023 6 commits
-
-
Patrick von Platen authored
Make sure we also change the config when setting `encoder_hid_dim_type=="text_proj"` and allow xformers (#3615) * fix if * make style * make style * add tests for xformers * make style * update
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Denis authored
* added clip_guided_images_mixing_stable_diffusion file and readme description * apply pre-commit --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
takuoko authored
add reference tricks
-
Kadir Nar authored
* added mixture pipeline * added docstring * update docstring
-
- 23 May, 2023 2 commits
-
-
takuoko authored
add controlnet reference and bugfix Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
yingjieh authored
* add stable_diffusion_ipex community pipeline * Update readme.md * reformat * reformat * Update examples/community/README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update examples/community/README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update examples/community/README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update examples/community/README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update README.md * Update README.md * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * style --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 22 May, 2023 1 commit
-
-
takuoko authored
* add reference only control * add reference only control * add reference only control * fix lint * fix lint * reference adain * bugfix EulerAncestralDiscreteScheduler * fix style fidelity rule * fix default output size * del unused line * fix deterministic
-
- 16 May, 2023 1 commit
-
-
asfiyab-nvidia authored
* add stable diffusion tensorrt img2img pipeline Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * update docstrings Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> --------- Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com>
-
- 06 May, 2023 1 commit
-
-
Lucca Zenóbio authored
Update README.md
-
- 03 May, 2023 1 commit
-
-
Markus Pobitzer authored
* Add Stable Diffsuion RePaint to community pipelines - Adds Stable Diffsuion RePaint to community pipelines - Add Readme enty for pipeline * Fix: Remove wrong import - Remove wrong import - Minor change in comments * Fix: Code formatting of stable_diffusion_repaint * Fix: ruff errors in stable_diffusion_repaint
-
- 28 Apr, 2023 2 commits
-
-
timegate authored
* try multi controlnet inpaint * multi controlnet inpaint * multi controlnet inpaint
-
Joqsan authored
* EDICT pipeline initial commit - Starting point taking from https://github.com/Joqsan/edict-diffusion * refactor __init__() method * minor refactoring * refactor scheduler code - remove scheduler and move its methods to the EDICTPipeline class * make CFG optional - refactor encode_prompt(). - include optional generator for sampling with vae. - minor variable renaming * add EDICT pipeline description to README.md * replace preprocess() with VaeImageProcessor * run make style and make quality commands --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 27 Apr, 2023 1 commit
-
-
Patrick von Platen authored
Revert "Revert "[Community Pipelines] Update lpw_stable_diffusion pipeline" (#3201)" This reverts commit 91a2a80e.
-
- 22 Apr, 2023 2 commits
-
-
Will Berman authored
Revert "[Community Pipelines] Update lpw_stable_diffusion pipeline (#3197)" This reverts commit 9965cb50.
-
SkyTNT authored
* Update lpw_stable_diffusion.py * fix cpu offload
-
- 21 Apr, 2023 1 commit
-
-
asfiyab-nvidia authored
pass silence_dtype_warnings as kwarg Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 19 Apr, 2023 1 commit
-
-
asfiyab-nvidia authored
* Add SD/txt2img Community Pipeline to diffusers along with TensorRT utils Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * update installation command Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * update tensorrt installation Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * changes 1. Update setting of cache directory 2. Address comments: merge utils and pipeline code. 3. Address comments: Add section in README Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * apply 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>
-
- 17 Apr, 2023 1 commit
-
-
Patrick von Platen authored
* Better deprecation message * Better deprecation message * Better doc string * Fixes * fix more * fix more * Improve __getattr__ * correct more * fix more * fix * Improve more * more improvements * fix more * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * make style * Fix all rest & add tests & remove old deprecation fns --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 11 Apr, 2023 4 commits
-
-
Will Berman authored
-
Patrick von Platen authored
-
J N Hearns authored
* Update composable_stable_diffusion.py Fix imports * Formatting * Formatting * Formatting
-
Patrick von Platen authored
* [Config] Fix config prints and save, load * Only use potential nn.Modules for dtype and device * Correct vae image processor * make sure in_channels is not accessed directly * make sure in channels is only accessed via config * Make sure schedulers only access config attributes * Make sure to access config in SAG * Fix vae processor and make style * add tests * uP * make style * Fix more naming issues * Final fix with vae config * change more
-
- 09 Apr, 2023 1 commit
-
-
Patrick von Platen authored
Fix dummy community pipeline
-
- 30 Mar, 2023 1 commit
-
-
Michael Gartsbein authored
* img2img.multiple.controlnets.pipeline * remove comments --------- Co-authored-by:mishka <gartsocial@gmail.com>
-
- 28 Mar, 2023 2 commits
-
-
Li-Huai (Allan) Lin authored
* Remove duplicate sentence * format
-
Aki Sakurai authored
-
- 27 Mar, 2023 1 commit
-
-
Pedro Cuenca authored
* Apply same ruff settings as in transformers See https://github.com/huggingface/transformers/blob/main/pyproject.toml Co-authored-by:
Aaron Gokaslan <aaronGokaslan@gmail.com> * Apply new style rules * Style Co-authored-by:
Aaron Gokaslan <aaronGokaslan@gmail.com> * style * remove list, ruff wouldn't auto fix. --------- Co-authored-by:
Aaron Gokaslan <aaronGokaslan@gmail.com>
-
- 23 Mar, 2023 2 commits
-
-
Nipun Jindal authored
[2737]: Add DPMSolverMultistepScheduler to CLIP guided community pipelines Co-authored-by:
njindal <njindal@adobe.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Naoki Ainoya authored
The 'CLIPFeatureExtractor' class name has been renamed to 'CLIPImageProcessor' in order to comply with future deprecation. This commit includes the necessary changes to the affected files.
-