onnxruntime/onnxruntime
Tianlei Wu 9c9e6adeb2
Add SDXL Turbo to demo (#18627)
* Add SDXL Turbo to the demo.
* Change default scheduler to EulerA for XL or Turbo since DDIM does not
work well with small steps.

Example to run the model in demo (See README for instructions):
```
python3 demo_txt2img_xl.py --version xl-turbo --height 512 --width 512 --denoising-steps 1 --scheduler UniPC "little cute gremlin sitting on a bed, cinematic"
```
2023-11-30 18:19:31 -08:00
..
contrib_ops [ROCm] Some fixes in tunable (#18575) 2023-11-24 17:22:00 +08:00
core [WebNN EP] Fixed bug in op checking (#18638) 2023-11-30 17:47:56 -08:00
python Add SDXL Turbo to demo (#18627) 2023-11-30 18:19:31 -08:00
test Add float16 type support to SplitToSequence and make code type independent (#18594) 2023-11-29 10:44:59 -08:00
tool/etw
wasm [js/web/training] Add CreateTrainingSession (#17891) 2023-10-26 09:22:10 -07:00
__init__.py Removed all the deprecated python training code and related tests and utils (#18333) 2023-11-17 18:19:21 -08:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings