diff --git a/extension-node-map.json b/extension-node-map.json index 1897e178..ba04aa92 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5411,6 +5411,7 @@ "LoRAScheduler", "PCApplySettings", "PCPromptFromSchedule", + "PCScheduleAddMasks", "PCScheduleSettings", "PCSplitSampling", "PCWrapGuider", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 56bc391d..fed49af0 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,6 +11,17 @@ + { + "author": "haofanwang", + "title": "ComfyUI-InstantStyle", + "id": "instantstyle", + "reference": "https://github.com/haofanwang/ComfyUI-InstantStyle", + "files": [ + "https://github.com/haofanwang/ComfyUI-InstantStyle" + ], + "install_type": "git-clone", + "description": "Nodes:PromptLoader, BaseModelLoader, InstantStyleLoader, InstantStyleGenerationNode" + }, { "author": "jp0215", "title": "comfyUI_padding-resize_node", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 1897e178..ba04aa92 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5411,6 +5411,7 @@ "LoRAScheduler", "PCApplySettings", "PCPromptFromSchedule", + "PCScheduleAddMasks", "PCScheduleSettings", "PCSplitSampling", "PCWrapGuider",