Update src/stores/modelNodeMappings.ts

Co-authored-by: Alexander Brown <drjkl@comfy.org>
This commit is contained in:
Deep Mehta
2026-03-18 12:03:29 -07:00
committed by GitHub
parent b3f01ac565
commit b0f8b4c56a

View File

@@ -171,4 +171,6 @@ export const MODEL_NODE_MAPPINGS: ReadonlyArray<
'LTXVPromptEnhancerLoader',
'image_captioner_name'
]
]
] as const satisfies ReadonlyArray<
readonly [string, string, string]
>