Skip to content

Commit

Permalink
feat: update min CFG for SDXL turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 10, 2023
1 parent 22e0597 commit 419b281
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"cfg": {
"default": 6,
"min": 1,
"min": 0,
"max": 30,
"step": 0.1
},
Expand Down
2 changes: 1 addition & 1 deletion gui/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"cfg": {
"default": 6,
"min": 1,
"min": 0,
"max": 30,
"step": 0.1
},
Expand Down

0 comments on commit 419b281

Please sign in to comment.