Added preview size sliders to settings

This commit is contained in:
EtSL33py
2024-09-23 15:42:33 +03:00
parent 67fcfa015b
commit b0913a73e4
3 changed files with 61 additions and 6 deletions

View File

@@ -183,6 +183,8 @@ def ui_rules():
Rule("model-preview-thumbnail-type", "AUTO", str),
Rule("model-preview-fallback-search-safetensors-thumbnail", False, bool),
Rule("model-preview-thumbnail-width", 240, int, 150, 480),
Rule("model-preview-thumbnail-height", 360, int, 185, 480),
Rule("model-show-label-extensions", False, bool),
Rule("model-show-add-button", True, bool),
Rule("model-show-copy-button", True, bool),