- 07 Feb, 2023 1 commit
-
-
Patrick von Platen authored
* before running make style * remove left overs from flake8 * finish * make fix-copies * final fix * more fixes
-
- 06 Feb, 2023 1 commit
-
-
nickkolok authored
-
- 26 Jan, 2023 1 commit
-
-
Suraj Patil authored
* make scaling factor cnfig arg of vae * fix * make flake happy * fix ldm * fix upscaler * qualirty * Apply suggestions from code review Co-authored-by:
Anton Lozhkov <anton@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * solve conflicts, addres some comments * examples * examples min version * doc * fix type * typo * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_upscale.py Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * remove duplicate line * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Anton Lozhkov <anton@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 25 Jan, 2023 1 commit
-
-
Patrick von Platen authored
* [Bump version] 0.13 * Bump model up * up
-
- 24 Jan, 2023 1 commit
-
-
Lincoln Stein authored
* allow a local model directory to be used for merging * moved checkpoint merge bugfix into main for testing * possibly fix local variable "config_dict" referenced before assignment * fix deprecation warning * debugging... * debugging * allow safetensors * safetensors try again * fix syntax error * further debugging * fix logic error when checkpoint 2 is none * more debugging... * more debuging... * more debugging... * more debugging... * debugging * clean up status reporting * skip the requires_safety_checker boolean * moved checkpoint merge bugfix into main for testing * possibly fix local variable "config_dict" referenced before assignment * fix deprecation warning * allow safetensors * fix logic error when checkpoint 2 is none * clean up status reporting * undo hack to use private repo for community pipelines * allow a local model directory to be used for merging * allow safetensors * clean up status reporting * reformatted with black * sort imported modules correctly * Update examples/community/checkpoint_merger.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update examples/community/checkpoint_merger.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update examples/community/checkpoint_merger.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * fix import style error Co-authored-by:
Lincoln Stein <lstein@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 22 Jan, 2023 1 commit
-
-
wrong.wang authored
* add community pipeline: StableUnCLIPPipeline * reformt stable_unclip.py with isort and black
-
- 17 Jan, 2023 1 commit
-
-
Patrick von Platen authored
no more autocast
-
- 16 Jan, 2023 1 commit
-
-
Patrick von Platen authored
* [Community] Fix merger * finish
-
- 11 Jan, 2023 1 commit
-
-
Michael Krasnyk authored
TypeError: Size should be int or sequence. Got <class 'dict'>
-
- 10 Jan, 2023 1 commit
-
-
Patrick von Platen authored
-
- 09 Jan, 2023 1 commit
-
-
andreemic authored
changed named arg to self.tokenizer from `truncaton` to `truncation` according to Tokenizer docs (https://huggingface.co/docs/tokenizers/api/tokenizer#tokenizers.Tokenizer.truncation)
-
- 04 Jan, 2023 1 commit
-
-
Peter Willemsen authored
* added first version of the tiled upscaling pipeline * reformatted to pass code quality tests
-
- 30 Dec, 2022 1 commit
-
-
Patrick von Platen authored
* move files a bit * more refactors * fix more * more fixes * fix more onnx * make style * upload * fix * up * fix more * up again * up * small fix * Update src/diffusers/__init__.py Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * correct Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 28 Dec, 2022 1 commit
-
-
Partho authored
* initial * type hints * update scheduler type hint * add to README * add example generation to README * v -> mix_factor * load scheduler from pretrained
-
- 19 Dec, 2022 3 commits
-
-
Anton Lozhkov authored
-
Nan Liu authored
* update composable diffusion for an updated diffuser library * fix style/quality for code * Revert "fix style/quality for code" This reverts commit 71f23497639fe69de00d93cf91edc31b08dcd7a4. * update style * reduce memory usage by computing score sequentially
-
Patrick von Platen authored
-
- 13 Dec, 2022 3 commits
-
-
Patrick von Platen authored
-
Patrick von Platen authored
Change the one-step dummy pipeline for testing
-
Suvaditya Mukherjee authored
* Added Community pipeline for comparing Stable Diffusion v1.1-4 Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com> * Made changes to provide support for current iteration of from_pretrained and added example Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com> * updated a small spelling error Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com> * added pipeline entry to table Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com> Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com>
-
- 09 Dec, 2022 1 commit
-
-
SkyTNT authored
-
- 08 Dec, 2022 1 commit
-
-
Patrick von Platen authored
* uP * uP
-
- 07 Dec, 2022 1 commit
-
-
SkyTNT authored
* fix lpw_stable_diffusion * rollback preprocess_mask resample
-
- 06 Dec, 2022 1 commit
-
-
Patrick von Platen authored
* Mega community pipeline * fix
-
- 05 Dec, 2022 1 commit
-
-
Naga Sai Abhinay authored
* Add checkpoint_merger pipeline * Added missing docs for a parameter. * Fomratting fixes. * Fixed code quality issues. * Bug fix: Off by 1 index * Added docs for pipeline
-
- 02 Dec, 2022 3 commits
-
-
Patrick von Platen authored
* up * up * finish * finish * up * up * finish
-
Dhruv Naik authored
fix typo, remove incorrect arguments from .train()
-
Benjamin Lefaudeux authored
* Moving the mem efficiient attention activation to the top + recursive * black, too bad there's no pre-commit ? Co-authored-by:Benjamin Lefaudeux <benjamin@photoroom.com>
-
- 01 Dec, 2022 1 commit
-
-
fboulnois authored
* feat: switch core pipelines to use image arg * test: update tests for core pipelines * feat: switch examples to use image arg * docs: update docs to use image arg * style: format code using black and doc-builder * fix: deprecate use of init_image in all pipelines
-
- 29 Nov, 2022 1 commit
-
-
Alex McKinney authored
* updates img2img_inpainting README * Adds example image to community pipeline README
-
- 25 Nov, 2022 3 commits
-
-
Pedro Cuenca authored
* Adapt ddpm, ddpmsolver to prediction_type. * Deprecate predict_epsilon in __init__. * Bring FlaxDDIMScheduler up to date with DDIMScheduler. * Set prediction_type as an ivar for consistency. * Convert pipeline_ddpm * Adapt tests. * Adapt unconditional training script. * Adapt BitDiffusion example. * Add missing kwargs in dpmsolver_multistep * Ugly workaround to accept deprecated predict_epsilon when loading schedulers using from_pretrained. * make style * Remove import no longer in use. * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Use config.prediction_type everywhere * Add a couple of Flax prediction type tests. * make style * fix register deprecated arg Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Patrick von Platen authored
* up * uP
-
Patrick von Platen authored
-
- 22 Nov, 2022 1 commit
-
-
regisss authored
-
- 21 Nov, 2022 2 commits
-
-
Patrick von Platen authored
* up * add readme * up * uP
-
Stuti R authored
* Create bit_diffusion.py Bit diffusion based on the paper, arXiv:2208.04202, Chen2022AnalogBG * adding bit diffusion to new branch ran tests * tests * tests * tests * tests * removed test folders + added to README * Update README.md Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 20 Nov, 2022 2 commits
- 17 Nov, 2022 1 commit
-
-
Patrick von Platen authored
-
- 16 Nov, 2022 1 commit
-
-
Pedro Cuenca authored
* Temporary local test for PIL_INTERPOLATION * Fix examples too.
-