diff --git a/extension-node-map.json b/extension-node-map.json index 767959ee..883876cc 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -7141,8 +7141,13 @@ ], "https://github.com/davask/ComfyUI_MaraScott_Nodes": [ [ + "MaraScottAnyBusNode", + "MaraScottDisplayInfoNode", + "MaraScottUpscalerRefinerNode_v2", "MarasitAnyBusNode", + "MarasitBusNode", "MarasitDisplayInfoNode", + "MarasitUniversalBusNode", "MarasitUpscalerRefinerNode", "MarasitUpscalerRefinerNode_v2" ], @@ -8162,7 +8167,9 @@ "arxiv_tool", "check_web_tool", "classify_function", + "classify_function_plus", "classify_persona", + "classify_persona_plus", "custom_persona", "ebd_tool", "end_dialog", @@ -9045,6 +9052,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LoadICLightUnet", "LoadResAdapterNormalization", "MaskBatchMulti", "MaskOrImageToWeight", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 0eaf4286..4dfb50a8 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -8,10 +8,18 @@ "install_type": "git-clone", "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, - - - + + { + "author": "kijai", + "title": "ComfyUI wrapper nodes for IC-light [WIP]", + "reference": "https://github.com/kijai/ComfyUI-IC-Light-Wrapper", + "files": [ + "https://github.com/kijai/ComfyUI-IC-Light-Wrapper" + ], + "install_type": "git-clone", + "description": "work in progress Original repo: [a/https://github.com/lllyasviel/IC-Light](https://github.com/lllyasviel/IC-Light)" + }, { "author": "Levy1417", "title": "Universal-Data-Processing-Kit [UNSAFE]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 767959ee..883876cc 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -7141,8 +7141,13 @@ ], "https://github.com/davask/ComfyUI_MaraScott_Nodes": [ [ + "MaraScottAnyBusNode", + "MaraScottDisplayInfoNode", + "MaraScottUpscalerRefinerNode_v2", "MarasitAnyBusNode", + "MarasitBusNode", "MarasitDisplayInfoNode", + "MarasitUniversalBusNode", "MarasitUpscalerRefinerNode", "MarasitUpscalerRefinerNode_v2" ], @@ -8162,7 +8167,9 @@ "arxiv_tool", "check_web_tool", "classify_function", + "classify_function_plus", "classify_persona", + "classify_persona_plus", "custom_persona", "ebd_tool", "end_dialog", @@ -9045,6 +9052,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LoadICLightUnet", "LoadResAdapterNormalization", "MaskBatchMulti", "MaskOrImageToWeight",