mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-16 16:58:33 +00:00
fix: show cloud models in IC-LoRA Loader Model Only node (FE-838)
This commit is contained in:
@@ -236,5 +236,8 @@ export const MODEL_NODE_MAPPINGS: ReadonlyArray<
|
||||
['optical_flow', 'OpticalFlowLoader', 'model_name'],
|
||||
|
||||
// ---- WanVideo (ComfyUI-WanVideoWrapper) ----
|
||||
['loras', 'WanVideoLoraSelect', 'lora']
|
||||
['loras', 'WanVideoLoraSelect', 'lora'],
|
||||
|
||||
// ---- LTX-Video IC-LoRA (ComfyUI-LTXVideo) ----
|
||||
['loras', 'LTXICLoRALoaderModelOnly', 'lora_name']
|
||||
] as const satisfies ReadonlyArray<readonly [string, string, string]>
|
||||
|
||||
Reference in New Issue
Block a user