Added "Load Workflow" button to model thumbnails in model browse view.

This commit is contained in:
Christian Bastian
2024-07-21 17:11:00 -04:00
parent 33df61b0e2
commit 7e5e00ebb6
3 changed files with 54 additions and 21 deletions

View File

@@ -182,6 +182,7 @@ def ui_rules():
Rule("model-preview-fallback-search-safetensors-thumbnail", False, bool),
Rule("model-show-add-button", True, bool),
Rule("model-show-copy-button", True, bool),
Rule("model-show-load-workflow-button", True, bool),
Rule("model-info-button-on-left", False, bool),
Rule("model-preview-thumbnail-type", "AUTO", str),
Rule("model-add-embedding-extension", False, bool),