diff --git a/README.md b/README.md index ed10a950..14bc1351 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/api/params.json b/api/params.json index d9cd6fa0..7b0c746f 100644 --- a/api/params.json +++ b/api/params.json @@ -14,7 +14,7 @@ }, "cfg": { "default": 6, - "min": 1, + "min": 0, "max": 30, "step": 0.1 }, diff --git a/gui/src/config.json b/gui/src/config.json index 91cccb8e..d2d63098 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -18,7 +18,7 @@ }, "cfg": { "default": 6, - "min": 1, + "min": 0, "max": 30, "step": 0.1 },