diff --git a/custom-node-list.json b/custom-node-list.json index ad172a88..1c4bbffa 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2556,6 +2556,16 @@ "install_type": "git-clone", "description": "This tool will turn entire workflows or parts of them into single integrated nodes. In a way, it is similar to the Node Templates functionality but hides the inner structure. This is useful if all you want is to reuse and quickly configure a bunch of nodes without caring how they are interconnected." }, + { + "author": "palant", + "title": "Extended Save Image for ComfyUI", + "reference": "https://github.com/palant/extended-saveimage-comfyui", + "files": [ + "https://github.com/palant/extended-saveimage-comfyui" + ], + "install_type": "git-clone", + "description": "This custom node is largely identical to the usual Save Image but allows saving images also in JPEG and WEBP formats, the latter with both lossless and lossy compression. Metadata is embedded in the images as usual, and the resulting images can be used to load a workflow." + }, { "author": "whmc76", "title": "ComfyUI-Openpose-Editor-Plus", @@ -2576,6 +2586,36 @@ "install_type": "git-clone", "description": "a ComfyUI plugin for previewing latents without vae decoding. Useful for showing intermediate results and can be used a faster 'preview image' if you don't wan't to use vae decode." }, + { + "author": "peteromallet", + "title": "ComfyUI-Creative-Interpolation [Beta]", + "reference": "https://github.com/peteromallet/ComfyUI-Creative-Interpolation", + "files": [ + "https://github.com/peteromallet/ComfyUI-Creative-Interpolation" + ], + "install_type": "git-clone", + "description": "This a ComfyUI node for batch creative interpolation. The goal is to allow you to input a batch of images, and to provide a range of simple settings to control how the images are interpolated between." + }, + { + "author": "gemell1", + "title": "ComfyUI_GMIC", + "reference": "https://github.com/gemell1/ComfyUI_GMIC", + "files": [ + "https://github.com/gemell1/ComfyUI_GMIC" + ], + "install_type": "git-clone", + "description": "Nodes:GMIC Image Processing." + }, + { + "author": "LonicaMewinsky", + "title": "ComfyBreakAnim", + "reference": "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame", + "files": [ + "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame" + ], + "install_type": "git-clone", + "description": "Nodes:BreakFrames, GetKeyFrames, MakeGrid." + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index e4d32bc8..2517349b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -727,6 +727,16 @@ "title_aux": "Canvas Tab" } ], + "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": [ + [ + "BreakFrames", + "GetKeyFrames", + "MakeGrid" + ], + { + "title_aux": "ComfyBreakAnim" + } + ], "https://github.com/M1kep/ComfyLiterals": [ [ "Checkpoint", @@ -2711,6 +2721,14 @@ "title_aux": "As_ComfyUI_CustomNodes" } ], + "https://github.com/gemell1/ComfyUI_GMIC": [ + [ + "GmicCliWrapper" + ], + { + "title_aux": "ComfyUI_GMIC" + } + ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -3551,6 +3569,25 @@ "title_aux": "Quality of life Suit:V2" } ], + "https://github.com/ostris/ostris_nodes_comfyui": [ + [ + "LLM Pipe Loader - Ostris", + "LLM Prompt Upsampling - Ostris", + "One Seed - Ostris", + "Text Box - Ostris" + ], + { + "title_aux": "Ostris Nodes ComfyUI" + } + ], + "https://github.com/palant/extended-saveimage-comfyui": [ + [ + "SaveImageExtended" + ], + { + "title_aux": "Extended Save Image for ComfyUI" + } + ], "https://github.com/palant/image-resize-comfyui": [ [ "ImageResize" @@ -3578,6 +3615,28 @@ "title_aux": "comfy_clip_blip_node" } ], + "https://github.com/peteromallet/ComfyUI-Creative-Interpolation": [ + [ + "ACN_AdvancedControlNetApplyImport", + "ControlNetLoaderAdvancedImport", + "CustomControlNetWeights", + "CustomT2IAdapterWeights", + "DiffControlNetLoaderAdvancedImport", + "LatentKeyframeBatchedGroupImport", + "LatentKeyframeGroupImport", + "LatentKeyframeImport", + "LatentKeyframeTiming", + "LinearBatchCreativeInterpolation", + "LoadImagesFromDirectory", + "ScaledSoftControlNetWeightsImport", + "SoftControlNetWeights", + "SoftT2IAdapterWeights", + "TimestepKeyframe" + ], + { + "title_aux": "ComfyUI-Creative-Interpolation [Beta]" + } + ], "https://github.com/picturesonpictures/comfy_PoP": [ [ "AdaptiveCannyDetector_PoP", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index f37f4742..194bfa99 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -20,16 +20,6 @@ "install_type": "git-clone", "description": "Nodes: Automatic Segmentation (dnl13), RGB (dnl13)" }, - { - "author": "peteromallet", - "title": "ComfyUI-AnimateDiff-Creative-Interpolation [WIP]", - "reference": "https://github.com/peteromallet/ComfyUI-AnimateDiff-Creative-Interpolation", - "files": [ - "https://github.com/peteromallet/ComfyUI-AnimateDiff-Creative-Interpolation" - ], - "install_type": "git-clone", - "description": "Nodes: Batch Creative Interpolation." - }, { "author": "phineas-pta", "title": "comfy-trt-test [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 80bf57da..3a6bee96 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "author": "palant", + "title": "Extended Save Image for ComfyUI", + "reference": "https://github.com/palant/extended-saveimage-comfyui", + "files": [ + "https://github.com/palant/extended-saveimage-comfyui" + ], + "install_type": "git-clone", + "description": "This custom node is largely identical to the usual Save Image but allows saving images also in JPEG and WEBP formats, the latter with both lossless and lossy compression. Metadata is embedded in the images as usual, and the resulting images can be used to load a workflow." + }, + { + "author": "LonicaMewinsky", + "title": "ComfyBreakAnim", + "reference": "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame", + "files": [ + "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame" + ], + "install_type": "git-clone", + "description": "Nodes:BreakFrames, GetKeyFrames, MakeGrid." + }, + { + "author": "gemell1", + "title": "ComfyUI_GMIC", + "reference": "https://github.com/gemell1/ComfyUI_GMIC", + "files": [ + "https://github.com/gemell1/ComfyUI_GMIC" + ], + "install_type": "git-clone", + "description": "Nodes:GMIC Image Processing." + }, + { + "author": "peteromallet", + "title": "ComfyUI-Creative-Interpolation [Beta]", + "reference": "https://github.com/peteromallet/ComfyUI-Creative-Interpolation", + "files": [ + "https://github.com/peteromallet/ComfyUI-Creative-Interpolation" + ], + "install_type": "git-clone", + "description": "This a ComfyUI node for batch creative interpolation. The goal is to allow you to input a batch of images, and to provide a range of simple settings to control how the images are interpolated between." + }, { "author": "martijnat", "title": "comfyui-previewlatent", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e4d32bc8..2517349b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -727,6 +727,16 @@ "title_aux": "Canvas Tab" } ], + "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": [ + [ + "BreakFrames", + "GetKeyFrames", + "MakeGrid" + ], + { + "title_aux": "ComfyBreakAnim" + } + ], "https://github.com/M1kep/ComfyLiterals": [ [ "Checkpoint", @@ -2711,6 +2721,14 @@ "title_aux": "As_ComfyUI_CustomNodes" } ], + "https://github.com/gemell1/ComfyUI_GMIC": [ + [ + "GmicCliWrapper" + ], + { + "title_aux": "ComfyUI_GMIC" + } + ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -3551,6 +3569,25 @@ "title_aux": "Quality of life Suit:V2" } ], + "https://github.com/ostris/ostris_nodes_comfyui": [ + [ + "LLM Pipe Loader - Ostris", + "LLM Prompt Upsampling - Ostris", + "One Seed - Ostris", + "Text Box - Ostris" + ], + { + "title_aux": "Ostris Nodes ComfyUI" + } + ], + "https://github.com/palant/extended-saveimage-comfyui": [ + [ + "SaveImageExtended" + ], + { + "title_aux": "Extended Save Image for ComfyUI" + } + ], "https://github.com/palant/image-resize-comfyui": [ [ "ImageResize" @@ -3578,6 +3615,28 @@ "title_aux": "comfy_clip_blip_node" } ], + "https://github.com/peteromallet/ComfyUI-Creative-Interpolation": [ + [ + "ACN_AdvancedControlNetApplyImport", + "ControlNetLoaderAdvancedImport", + "CustomControlNetWeights", + "CustomT2IAdapterWeights", + "DiffControlNetLoaderAdvancedImport", + "LatentKeyframeBatchedGroupImport", + "LatentKeyframeGroupImport", + "LatentKeyframeImport", + "LatentKeyframeTiming", + "LinearBatchCreativeInterpolation", + "LoadImagesFromDirectory", + "ScaledSoftControlNetWeightsImport", + "SoftControlNetWeights", + "SoftT2IAdapterWeights", + "TimestepKeyframe" + ], + { + "title_aux": "ComfyUI-Creative-Interpolation [Beta]" + } + ], "https://github.com/picturesonpictures/comfy_PoP": [ [ "AdaptiveCannyDetector_PoP",