mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
cb9ee336a5
commit
7e70b94327
@ -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
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user