mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-10 23:50:00 +00:00
feat: implement model size sorting and enhance performance filtering logic
This commit is contained in:
4
src/constants/templateWorkflows.ts
Normal file
4
src/constants/templateWorkflows.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Constants related to Workflow Templates functionality
|
||||
// Size threshold (in GB) for categorizing templates as "Small Models".
|
||||
// Templates with size <= this limit will appear under the Performance > Small Models category.
|
||||
export const SMALL_MODEL_SIZE_LIMIT = 3
|
||||
Reference in New Issue
Block a user