feat: sdxl model support (#674)
* feat: sdxl model support * code style auto-modified by pre-commit hook * refine comments * add tests and examples for sdxl * refine sdxl tests code * make linter happy * mv the locations of the examples * move the locations of the tests * refine tests and examples * add API documentation for unet_sdxl.py * usage doc for sdxl * update docs * update * refine pipeline initialization * refine tests for sdxl/sdxl-turbo
Showing
docs/source/usage/sdxl.rst
0 → 100644
examples/v1/sdxl-turbo.py
0 → 100644
examples/v1/sdxl.py
0 → 100644
This diff is collapsed.
tests/v1/__init__.py
0 → 100644
tests/v1/sdxl/__init__.py
0 → 100644
tests/v1/sdxl/test_sdxl.py
0 → 100644
Please register or sign in to comment