Upload 20251103_03-44-07/backup/config_orig/workflow_node_mappings.json with huggingface_hub
Browse files
20251103_03-44-07/backup/config_orig/workflow_node_mappings.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"node_mappings": {
|
| 3 |
+
"hunyuan": {
|
| 4 |
+
"prompt_node": "30",
|
| 5 |
+
"parameters_node": "3",
|
| 6 |
+
"lora_node": "41",
|
| 7 |
+
"output_node": "34",
|
| 8 |
+
"description": "Default node mapping for HunyuanVideo workflow"
|
| 9 |
+
},
|
| 10 |
+
"wan": {
|
| 11 |
+
"prompt_node": "16",
|
| 12 |
+
"parameters_node": "17",
|
| 13 |
+
"lora_node": "41",
|
| 14 |
+
"output_node": "30",
|
| 15 |
+
"image_node": "44",
|
| 16 |
+
"description": "Default node mapping for WanVideo workflow"
|
| 17 |
+
},
|
| 18 |
+
"_comment": "Add new node mappings for new models below"
|
| 19 |
+
},
|
| 20 |
+
"node_types": {
|
| 21 |
+
"hunyuan": {
|
| 22 |
+
"prompt_node": "HyVideoTextEncode",
|
| 23 |
+
"parameters_node": "HyVideoSampler",
|
| 24 |
+
"lora_node": "HyVideoLoraSelect",
|
| 25 |
+
"output_node": "VHS_VideoCombine"
|
| 26 |
+
},
|
| 27 |
+
"wan": {
|
| 28 |
+
"prompt_node": "WanVideoTextEncode",
|
| 29 |
+
"parameters_node": "WanVideoImageClipEncode",
|
| 30 |
+
"lora_node": "WanVideoLoraSelect",
|
| 31 |
+
"output_node": "VHS_VideoCombine",
|
| 32 |
+
"image_node": "LoadImage"
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"input_keys": {
|
| 36 |
+
"hunyuan": {
|
| 37 |
+
"prompt_node": "prompt"
|
| 38 |
+
},
|
| 39 |
+
"wan": {
|
| 40 |
+
"prompt_node": "positive_prompt",
|
| 41 |
+
"image_node": "image"
|
| 42 |
+
}
|
| 43 |
+
}
|
| 44 |
+
}
|