fix(nodes): register Create Hook LoRA node in workflow target registries

This commit is contained in:
Will Miao
2026-07-21 14:56:39 +08:00
parent 585b5c922a
commit ccaff92c18
8 changed files with 16 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ export const LORA_PROVIDER_NODE_TYPES = [
"Lora Stacker (LoraManager)",
"Lora Randomizer (LoraManager)",
"Lora Cycler (LoraManager)",
"Create Hook LoRA (LoraManager)",
] as const;
/**