update DB

This commit is contained in:
Dr.Lt.Data 2023-12-16 09:34:03 +09:00
parent cb9ee336a5
commit 7e70b94327
6 changed files with 129 additions and 3 deletions

View File

@ -229,6 +229,7 @@ NODE_CLASS_MAPPINGS.update({
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
* https://github.com/senshilabs/NINJA-plugin * https://github.com/senshilabs/NINJA-plugin
* https://github.com/MockbaTheBorg/Nodes * https://github.com/MockbaTheBorg/Nodes
* https://github.com/StartHua/Comfyui_GPT_Story
## Roadmap ## Roadmap

View File

@ -3421,6 +3421,37 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Mask to Image (2lab), Image to Mask (2lab)." "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"
},

View File

@ -1038,6 +1038,22 @@
"title_aux": "ComfyUI_TravelSuite" "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": [ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": [
[ [
"WebcamNode" "WebcamNode"
@ -1620,6 +1636,14 @@
"title_aux": "ComfyUI_Mexx_Styler" "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": [ "https://github.com/Stability-AI/stability-ComfyUI-nodes": [
[ [
"ColorBlend", "ColorBlend",
@ -2807,7 +2831,8 @@
], ],
"https://github.com/bvhari/ComfyUI_PerpNeg": [ "https://github.com/bvhari/ComfyUI_PerpNeg": [
[ [
"KSamplerAdvancedPerpNeg" "KSamplerAdvancedPerpNeg",
"PerpNegAlt"
], ],
{ {
"title_aux": "ComfyUI_PerpNeg [WIP]" "title_aux": "ComfyUI_PerpNeg [WIP]"
@ -3073,6 +3098,7 @@
"ModelSamplingContinuousEDM", "ModelSamplingContinuousEDM",
"ModelSamplingDiscrete", "ModelSamplingDiscrete",
"PatchModelAddDownscale", "PatchModelAddDownscale",
"PerpNeg",
"PolyexponentialScheduler", "PolyexponentialScheduler",
"PorterDuffImageComposite", "PorterDuffImageComposite",
"PreviewImage", "PreviewImage",

View File

@ -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", "author": "komojini",
"title": "ComfyUI_Prompt_Template_CustomNodes", "title": "ComfyUI_Prompt_Template_CustomNodes",

View File

@ -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." "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", "author": "AI2lab",
"title": "comfyUI-tool-2lab", "title": "comfyUI-tool-2lab",

View File

@ -1038,6 +1038,22 @@
"title_aux": "ComfyUI_TravelSuite" "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": [ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": [
[ [
"WebcamNode" "WebcamNode"
@ -1620,6 +1636,14 @@
"title_aux": "ComfyUI_Mexx_Styler" "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": [ "https://github.com/Stability-AI/stability-ComfyUI-nodes": [
[ [
"ColorBlend", "ColorBlend",
@ -2807,7 +2831,8 @@
], ],
"https://github.com/bvhari/ComfyUI_PerpNeg": [ "https://github.com/bvhari/ComfyUI_PerpNeg": [
[ [
"KSamplerAdvancedPerpNeg" "KSamplerAdvancedPerpNeg",
"PerpNegAlt"
], ],
{ {
"title_aux": "ComfyUI_PerpNeg [WIP]" "title_aux": "ComfyUI_PerpNeg [WIP]"
@ -3073,6 +3098,7 @@
"ModelSamplingContinuousEDM", "ModelSamplingContinuousEDM",
"ModelSamplingDiscrete", "ModelSamplingDiscrete",
"PatchModelAddDownscale", "PatchModelAddDownscale",
"PerpNeg",
"PolyexponentialScheduler", "PolyexponentialScheduler",
"PorterDuffImageComposite", "PorterDuffImageComposite",
"PreviewImage", "PreviewImage",