ginjia
d3cda804e7
add LoRA weights load and fuse support for IPEX pipeline ( #5920 )
...
add IPEX pipeline LoRA weights loading support
2023-11-27 13:32:43 +01:00
ginjia
4abbbff618
fix an issue that ipex occupy too much memory, it will not impact per… ( #5625 )
...
* fix an issue that ipex occupy too much memory, it will not impact performance
* make style
---------
Co-authored-by: root <jun.chen@intel.com >
Co-authored-by: Meng Guoqing <guoqing.meng@intel.com >
2023-11-20 12:43:29 +01:00
Kashif Rasul
6b04d61cf6
[Styling] stylify using ruff ( #5841 )
...
* ruff format
* not need to use doc-builder's black styling as the doc is styled in ruff
* make fix-copies
* comment
* use run_ruff
2023-11-20 11:48:34 +01:00
Kadir Nar
c7260ce253
🔧 Fix import codes in diffusers library ( #5792 )
...
* 🔧 Fix import codes in diffusers library
* ✨ Refactor imports in community examples
2023-11-14 11:37:59 -08:00
Jincheng Miao
ed00ead345
[Community Pipelines] add textual inversion support for stable_diffusion_ipex ( #5571 )
2023-10-31 11:54:16 +05:30
Patrick von Platen
bdd16116f3
[Schedulers] Fix callback steps ( #5261 )
...
* fix all
* make fix copies
* make fix copies
2023-10-02 19:52:53 +02:00
Dhruv Nair
b6e0b016ce
Lazy Import for Diffusers ( #4829 )
...
* initial commit
* move modules to import struct
* add dummy objects and _LazyModule
* add lazy import to schedulers
* clean up unused imports
* lazy import on models module
* lazy import for schedulers module
* add lazy import to pipelines module
* lazy import altdiffusion
* lazy import audio diffusion
* lazy import audioldm
* lazy import consistency model
* lazy import controlnet
* lazy import dance diffusion ddim ddpm
* lazy import deepfloyd
* lazy import kandinksy
* lazy imports
* lazy import semantic diffusion
* lazy imports
* lazy import stable diffusion
* move sd output to its own module
* clean up
* lazy import t2iadapter
* lazy import unclip
* lazy import versatile and vq diffsuion
* lazy import vq diffusion
* helper to fetch objects from modules
* lazy import sdxl
* lazy import txt2vid
* lazy import stochastic karras
* fix model imports
* fix bug
* lazy import
* clean up
* clean up
* fixes for tests
* fixes for tests
* clean up
* remove import of torch_utils from utils module
* clean up
* clean up
* fix mistake import statement
* dedicated modules for exporting and loading
* remove testing utils from utils module
* fixes from merge conflicts
* Update src/diffusers/pipelines/kandinsky2_2/__init__.py
* fix docs
* fix alt diffusion copied from
* fix check dummies
* fix more docs
* remove accelerate import from utils module
* add type checking
* make style
* fix check dummies
* remove torch import from xformers check
* clean up error message
* fixes after upstream merges
* dummy objects fix
* fix tests
* remove unused module import
---------
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com >
2023-09-11 09:56:22 +02:00
Patrick von Platen
20e92586c1
0.20.0dev0 ( #4299 )
...
* 0.20.0dev0
* make style
2023-07-26 23:06:18 +02:00
yingjieh
edc6505193
[Community Pipelines]Accelerate inference of stable diffusion by IPEX on CPU ( #3105 )
...
* 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 >
2023-05-23 10:55:14 +02:00