mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fixed AN Depth values range
This commit is contained in:
@@ -485,7 +485,7 @@ gensettingstf = [
|
||||
"unit": "int",
|
||||
"label": "AN Depth",
|
||||
"id": "singleline",
|
||||
"min": 0,
|
||||
"min": 1,
|
||||
"max": 5,
|
||||
"step": 1,
|
||||
"default": 3,
|
||||
|
Reference in New Issue
Block a user