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 |
|
Heinz-Alexander Fuetterer
|
0ea78f9707
|
chore: fix typos (#5386)
* chore: fix typos
* Update src/diffusers/pipelines/shap_e/renderer.py
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
---------
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
|
2023-10-16 15:23:37 +02:00 |
|
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 |
|
Benjamin Paine
|
693a0d08e4
|
Remove Offensive Language from Community Pipelines (#5206)
* Update run_onnx_controlnet.py
* Update run_tensorrt_controlnet.py
|
2023-09-27 22:02:25 +02:00 |
|
Kashif Rasul
|
73bb97adfc
|
[LoRA] fix typo in attention_processor.py (#5066)
* [LoRA] fix typo in attention_processor.py
fixes #5062
* make style
* make fix-copies, logger comented for torch compile
|
2023-09-16 14:43:18 +02:00 |
|
dotieuthien
|
941473a12f
|
Fix import in examples (#5048)
* convert tensorrt controlnet
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* Fix number controlnet condition
* Add convert SD XL to onnx
* Add convert SD XL to tensorrt
* Add convert SD XL to tensorrt
* Add examples in comments
* Add examples in comments
* Add test onnx controlnet
* Add tensorrt test
* Remove copied
* Move file test to examples/community
* Remove script
* Remove script
* Remove text
* Fix import
---------
Co-authored-by: dotieuthien <thien.do@mservice.com.vn>
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
|
2023-09-15 12:48:06 +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
|
4f6399bedd
|
rename test file to run, so that examples tests do not fail (#4715)
* rename test file to run, so that examples tests do not fail
* [Tests] Rename community tests
|
2023-08-22 19:54:46 +02:00 |
|