diff --git a/custom-node-list.json b/custom-node-list.json index edc7e454..7e170c03 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5074,6 +5074,26 @@ "install_type": "git-clone", "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment." }, + { + "author": "mbrostami", + "title": "ComfyUI-HF", + "reference": "https://github.com/mbrostami/ComfyUI-HF", + "files": [ + "https://github.com/mbrostami/ComfyUI-HF" + ], + "install_type": "git-clone", + "description": "ComfyUI Node to work with Hugging Face repositories" + }, + { + "author": "Billius-AI", + "title": "ComfyUI-Path-Helper", + "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper", + "files": [ + "https://github.com/Billius-AI/ComfyUI-Path-Helper" + ], + "install_type": "git-clone", + "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath" + }, diff --git a/extension-node-map.json b/extension-node-map.json index be66afb0..a2108245 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -337,6 +337,19 @@ "title_aux": "Waveform Extensions" } ], + "https://github.com/Billius-AI/ComfyUI-Path-Helper": [ + [ + "Add File Name Prefix", + "Add File Name Prefix Advanced", + "Add Folder", + "Add Folder Advanced", + "Create Project Root", + "ShowPath" + ], + { + "title_aux": "ComfyUI-Path-Helper" + } + ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ [ "BNK_AddCLIPSDXLParams", @@ -1290,6 +1303,8 @@ "ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModelSimple", "ADE_BatchedContextOptions", + "ADE_CustomCFG", + "ADE_CustomCFGKeyframe", "ADE_EmptyLatentImageLarge", "ADE_IterationOptsDefault", "ADE_IterationOptsFreeInit", @@ -1302,6 +1317,11 @@ "ADE_NoiseLayerAdd", "ADE_NoiseLayerAddWeighted", "ADE_NoiseLayerReplace", + "ADE_RawSigmaSchedule", + "ADE_SigmaSchedule", + "ADE_SigmaScheduleSplitAndCombine", + "ADE_SigmaScheduleWeightedAverage", + "ADE_SigmaScheduleWeightedAverageInterp", "ADE_StandardStaticContextOptions", "ADE_StandardStaticViewOptions", "ADE_StandardUniformContextOptions", @@ -4353,6 +4373,7 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeSDXL", "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", @@ -6234,6 +6255,14 @@ "title_aux": "Facerestore CF (Code Former)" } ], + "https://github.com/mbrostami/ComfyUI-HF": [ + [ + "GPT2Node" + ], + { + "title_aux": "ComfyUI-HF" + } + ], "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [ [ "DynamicThresholdingFull", @@ -6679,7 +6708,8 @@ "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": [ [ "LoadTempCheckpoint", - "LoadTempLoRA" + "LoadTempLoRA", + "LoadTempMultiLoRA" ], { "title_aux": "ComfyUI-TemporaryLoader" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9611737f..155395f8 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "Billius-AI", + "title": "ComfyUI-Path-Helper", + "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper", + "files": [ + "https://github.com/Billius-AI/ComfyUI-Path-Helper" + ], + "install_type": "git-clone", + "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath" + }, + { + "author": "mbrostami", + "title": "ComfyUI-HF", + "reference": "https://github.com/mbrostami/ComfyUI-HF", + "files": [ + "https://github.com/mbrostami/ComfyUI-HF" + ], + "install_type": "git-clone", + "description": "ComfyUI Node to work with Hugging Face repositories" + }, { "author": "digitaljohn", "title": "ComfyUI-ProPost", @@ -669,36 +689,6 @@ ], "install_type": "git-clone", "description": "Make it possible to edit the prompt using the Monaco Editor, an editor implementation used in VSCode.\nNOTE: This extension supports both ComfyUI and A1111 simultaneously." - }, - { - "author": "JcandZero", - "title": "ComfyUI_GLM4Node", - "reference": "https://github.com/JcandZero/ComfyUI_GLM4Node", - "files": [ - "https://github.com/JcandZero/ComfyUI_GLM4Node" - ], - "install_type": "git-clone", - "description": "GLM4 Vision Integration" - }, - { - "author": "miosp", - "title": "ComfyUI-FBCNN", - "reference": "https://github.com/Miosp/ComfyUI-FBCNN", - "files": [ - "https://github.com/Miosp/ComfyUI-FBCNN" - ], - "install_type": "git-clone", - "description": "A node for JPEG de-artifacting using [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN)." - }, - { - "author": "chaojie", - "title": "ComfyUI-LightGlue", - "reference": "https://github.com/chaojie/ComfyUI-LightGlue", - "files": [ - "https://github.com/chaojie/ComfyUI-LightGlue" - ], - "install_type": "git-clone", - "description": "This is an ComfyUI implementation of LightGlue to generate motion brush" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index be66afb0..a2108245 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -337,6 +337,19 @@ "title_aux": "Waveform Extensions" } ], + "https://github.com/Billius-AI/ComfyUI-Path-Helper": [ + [ + "Add File Name Prefix", + "Add File Name Prefix Advanced", + "Add Folder", + "Add Folder Advanced", + "Create Project Root", + "ShowPath" + ], + { + "title_aux": "ComfyUI-Path-Helper" + } + ], "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [ [ "BNK_AddCLIPSDXLParams", @@ -1290,6 +1303,8 @@ "ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModelSimple", "ADE_BatchedContextOptions", + "ADE_CustomCFG", + "ADE_CustomCFGKeyframe", "ADE_EmptyLatentImageLarge", "ADE_IterationOptsDefault", "ADE_IterationOptsFreeInit", @@ -1302,6 +1317,11 @@ "ADE_NoiseLayerAdd", "ADE_NoiseLayerAddWeighted", "ADE_NoiseLayerReplace", + "ADE_RawSigmaSchedule", + "ADE_SigmaSchedule", + "ADE_SigmaScheduleSplitAndCombine", + "ADE_SigmaScheduleWeightedAverage", + "ADE_SigmaScheduleWeightedAverageInterp", "ADE_StandardStaticContextOptions", "ADE_StandardStaticViewOptions", "ADE_StandardUniformContextOptions", @@ -4353,6 +4373,7 @@ "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", + "CLIPTextEncodeControlnet", "CLIPTextEncodeSDXL", "CLIPTextEncodeSDXLRefiner", "CLIPVisionEncode", @@ -6234,6 +6255,14 @@ "title_aux": "Facerestore CF (Code Former)" } ], + "https://github.com/mbrostami/ComfyUI-HF": [ + [ + "GPT2Node" + ], + { + "title_aux": "ComfyUI-HF" + } + ], "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [ [ "DynamicThresholdingFull", @@ -6679,7 +6708,8 @@ "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": [ [ "LoadTempCheckpoint", - "LoadTempLoRA" + "LoadTempLoRA", + "LoadTempMultiLoRA" ], { "title_aux": "ComfyUI-TemporaryLoader"