1
0
Fork 0

feat: update min CFG for SDXL turbo

This commit is contained in:
Sean Sube 2023-12-09 23:40:27 -06:00
parent 22e0597916
commit 419b2811ef
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ details](https://github.com/ssube/onnx-web/blob/main/docs/user-guide.md).
This is an incomplete list of new and interesting features, with links to the user guide:
- SDXL support
- LCM support
- supports SDXL and SDXL Turbo support
- supports most schedulers: DDIM, DEIS, Euler, LCM, UniPC, and more
- hardware acceleration on both AMD and Nvidia
- tested on CUDA, DirectML, and ROCm
- [half-precision support for low-memory GPUs](docs/user-guide.md#optimizing-models-for-lower-memory-usage) on both

View File

@ -14,7 +14,7 @@
},
"cfg": {
"default": 6,
"min": 1,
"min": 0,
"max": 30,
"step": 0.1
},

View File

@ -18,7 +18,7 @@
},
"cfg": {
"default": 6,
"min": 1,
"min": 0,
"max": 30,
"step": 0.1
},