Naoki Ainoya
14e3a28c12
Rename 'CLIPFeatureExtractor' class to 'CLIPImageProcessor' ( #2732 )
...
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.
2023-03-23 13:49:22 +01:00
Patrick von Platen
eadf0e2555
[Copyright] 2023 ( #2524 )
2023-03-01 10:31:00 +01:00
Patrick von Platen
91925fbb76
Fix callback type hints - no optional function argument ( #2357 )
...
replace type hints
2023-02-14 14:35:05 -08:00
Patrick von Platen
a7ca03aa85
Replace flake8 with ruff and update black ( #2279 )
...
* before running make style
* remove left overs from flake8
* finish
* make fix-copies
* final fix
* more fixes
2023-02-07 23:46:23 +01:00
nickkolok
3a0d3da66f
Fix a typo: bfloa16 -> bfloat16 ( #2243 )
2023-02-06 09:14:08 +01:00
Patrick von Platen
29b2c93c90
Make repo structure consistent ( #1862 )
...
* 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 >
2022-12-30 11:51:08 +01:00
Nan Liu
6f15026330
update composable diffusion for an updated diffuser library ( #1697 )
...
* update composable diffusion for an updated diffuser library
* fix style/quality for code
* Revert "fix style/quality for code"
This reverts commit 71f2349763 .
* update style
* reduce memory usage by computing score sequentially
2022-12-19 18:03:40 +01:00
Duong A. Nguyen
cd502b25cf
Fix typo latens -> latents ( #1171 )
...
fix typo
2022-11-07 13:34:45 +01:00
Yuta Hayashibe
cc436087d3
Fix typos ( #978 )
2022-10-26 15:32:47 +02:00
MarkRich
38ae5a25da
Add Composable diffusion to community pipeline examples ( #951 )
...
* Initial composable diffusion pipeline
* add composable stable diffusion to readme table
* Update examples/community/README.md
* Apply suggestions from code review
* Update examples/community/README.md
* Update examples/community/README.md
* Update examples/community/README.md
* up
* Update examples/community/README.md
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com >
2022-10-25 13:30:27 +02:00