From 7e70b943279e3ffdb41addd6588fbbfd15efbe16 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 16 Dec 2023 09:34:03 +0900 Subject: [PATCH] update DB --- README.md | 1 + custom-node-list.json | 31 ++++++++++++++++++++++++++ extension-node-map.json | 28 +++++++++++++++++++++++- node_db/dev/custom-node-list.json | 10 +++++++++ node_db/new/custom-node-list.json | 34 ++++++++++++++++++++++++++++- node_db/new/extension-node-map.json | 28 +++++++++++++++++++++++- 6 files changed, 129 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9c460f..5425333 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ NODE_CLASS_MAPPINGS.update({ * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension * https://github.com/senshilabs/NINJA-plugin * https://github.com/MockbaTheBorg/Nodes +* https://github.com/StartHua/Comfyui_GPT_Story ## Roadmap diff --git a/custom-node-list.json b/custom-node-list.json index 3f2d371..d856042 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3421,6 +3421,37 @@ "install_type": "git-clone", "description": "Nodes:Mask to Image (2lab), Image to Mask (2lab)." }, + { + "author": "SpaceKendo", + "title": "Text to video for Stable Video Diffusion in ComfyUI", + "reference": "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid", + "files": [ + "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid" + ], + "install_type": "git-clone", + "description": "This is node replaces the init_image conditioning for the [a/Stable Video Diffusion](https://github.com/SpaceKendo/ComfyUI-svd_txt2vid) image to video model with text embeds, together with a conditioning frame. The conditioning frame is a set of latents." + }, + { + "author": "NimaNzrii", + "title": "comfyui-popup_preview", + "reference": "https://github.com/NimaNzrii/comfyui-popup_preview", + "files": [ + "https://github.com/NimaNzrii/comfyui-popup_preview" + ], + "install_type": "git-clone", + "description": "popup preview for comfyui" + }, + { + "author": "NimaNzrii", + "title": "comfyui-photoshop", + "reference": "https://github.com/NimaNzrii/comfyui-photoshop", + "files": [ + "https://github.com/NimaNzrii/comfyui-photoshop" + ], + "install_type": "git-clone", + "description": "Photoshop node inside of ComfyUi, send and get data from Photoshop" + }, + diff --git a/extension-node-map.json b/extension-node-map.json index 05c3feb..114fcef 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1038,6 +1038,22 @@ "title_aux": "ComfyUI_TravelSuite" } ], + "https://github.com/NimaNzrii/comfyui-photoshop": [ + [ + "PhotoshopToComfyUI" + ], + { + "title_aux": "comfyui-photoshop" + } + ], + "https://github.com/NimaNzrii/comfyui-popup_preview": [ + [ + "PreviewPopup" + ], + { + "title_aux": "comfyui-popup_preview" + } + ], "https://github.com/Niutonian/ComfyUi-NoodleWebcam": [ [ "WebcamNode" @@ -1620,6 +1636,14 @@ "title_aux": "ComfyUI_Mexx_Styler" } ], + "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": [ + [ + "SVD_txt2vid_ConditioningwithLatent" + ], + { + "title_aux": "Text to video for Stable Video Diffusion in ComfyUI" + } + ], "https://github.com/Stability-AI/stability-ComfyUI-nodes": [ [ "ColorBlend", @@ -2807,7 +2831,8 @@ ], "https://github.com/bvhari/ComfyUI_PerpNeg": [ [ - "KSamplerAdvancedPerpNeg" + "KSamplerAdvancedPerpNeg", + "PerpNegAlt" ], { "title_aux": "ComfyUI_PerpNeg [WIP]" @@ -3073,6 +3098,7 @@ "ModelSamplingContinuousEDM", "ModelSamplingDiscrete", "PatchModelAddDownscale", + "PerpNeg", "PolyexponentialScheduler", "PorterDuffImageComposite", "PreviewImage", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index ab1f079..455c8eb 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "foglerek", + "title": "comfyui-cem-tools", + "reference": "https://github.com/foglerek/comfyui-cem-tools", + "files": [ + "https://github.com/foglerek/comfyui-cem-tools" + ], + "install_type": "git-clone", + "description": "Nodes:ProcessImageBatch" + }, { "author": "komojini", "title": "ComfyUI_Prompt_Template_CustomNodes", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0d1aff3..2025a98 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,39 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel." }, - + + { + "author": "SpaceKendo", + "title": "Text to video for Stable Video Diffusion in ComfyUI", + "reference": "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid", + "files": [ + "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid" + ], + "install_type": "git-clone", + "description": "This is node replaces the init_image conditioning for the [a/Stable Video Diffusion](https://github.com/SpaceKendo/ComfyUI-svd_txt2vid) image to video model with text embeds, together with a conditioning frame. The conditioning frame is a set of latents." + }, + { + "author": "NimaNzrii", + "title": "comfyui-photoshop", + "reference": "https://github.com/NimaNzrii/comfyui-photoshop", + "files": [ + "https://github.com/NimaNzrii/comfyui-photoshop" + ], + "install_type": "git-clone", + "description": "Photoshop node inside of ComfyUi, send and get data from Photoshop" + }, + { + "author": "NimaNzrii", + "title": "comfyui-popup_preview", + "reference": "https://github.com/NimaNzrii/comfyui-popup_preview", + "files": [ + "https://github.com/NimaNzrii/comfyui-popup_preview" + ], + "install_type": "git-clone", + "description": "popup preview for comfyui" + }, + + { "author": "AI2lab", "title": "comfyUI-tool-2lab", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 05c3feb..114fcef 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1038,6 +1038,22 @@ "title_aux": "ComfyUI_TravelSuite" } ], + "https://github.com/NimaNzrii/comfyui-photoshop": [ + [ + "PhotoshopToComfyUI" + ], + { + "title_aux": "comfyui-photoshop" + } + ], + "https://github.com/NimaNzrii/comfyui-popup_preview": [ + [ + "PreviewPopup" + ], + { + "title_aux": "comfyui-popup_preview" + } + ], "https://github.com/Niutonian/ComfyUi-NoodleWebcam": [ [ "WebcamNode" @@ -1620,6 +1636,14 @@ "title_aux": "ComfyUI_Mexx_Styler" } ], + "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": [ + [ + "SVD_txt2vid_ConditioningwithLatent" + ], + { + "title_aux": "Text to video for Stable Video Diffusion in ComfyUI" + } + ], "https://github.com/Stability-AI/stability-ComfyUI-nodes": [ [ "ColorBlend", @@ -2807,7 +2831,8 @@ ], "https://github.com/bvhari/ComfyUI_PerpNeg": [ [ - "KSamplerAdvancedPerpNeg" + "KSamplerAdvancedPerpNeg", + "PerpNegAlt" ], { "title_aux": "ComfyUI_PerpNeg [WIP]" @@ -3073,6 +3098,7 @@ "ModelSamplingContinuousEDM", "ModelSamplingDiscrete", "PatchModelAddDownscale", + "PerpNeg", "PolyexponentialScheduler", "PorterDuffImageComposite", "PreviewImage",