update DB

This commit is contained in:
Dr.Lt.Data 2023-12-07 00:47:25 +09:00
parent c2ab91711c
commit 66000ca81b
6 changed files with 44 additions and 3 deletions

View File

@ -179,6 +179,11 @@
"id":"https://github.com/Haoming02/comfyui-diffusion-cg", "id":"https://github.com/Haoming02/comfyui-diffusion-cg",
"tags":"diffusion-cg", "tags":"diffusion-cg",
"description": "This extension provides custom nodes for [a/SD Webui Diffusion Color Grading](https://github.com/Haoming02/sd-webui-diffusion-cg) functionality." "description": "This extension provides custom nodes for [a/SD Webui Diffusion Color Grading](https://github.com/Haoming02/sd-webui-diffusion-cg) functionality."
},
{
"id":"https://github.com/asagi4/ComfyUI-CADS",
"tags":"diffusion-cg",
"description": "This extension provides custom nodes for [a/sd-webui-cads](https://github.com/v0xie/sd-webui-cads) functionality."
} }
] ]
} }

View File

@ -100,7 +100,7 @@
"https://github.com/Fannovel16/ComfyUI-Video-Matting" "https://github.com/Fannovel16/ComfyUI-Video-Matting"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A minimalistic implementation of [Robust Video Matting (RVM)](https://github.com/PeterL1n/RobustVideoMatting/) in ComfyUI" "description": "A minimalistic implementation of [a/Robust Video Matting (RVM)](https://github.com/PeterL1n/RobustVideoMatting/) in ComfyUI"
}, },
{ {
"author": "biegert", "author": "biegert",
@ -1085,6 +1085,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes for convenient prompt editing. The aim is to make basic generations in ComfyUI completely prompt-controllable." "description": "Nodes for convenient prompt editing. The aim is to make basic generations in ComfyUI completely prompt-controllable."
}, },
{
"author": "asagi4",
"title": "ComfyUI-CADS",
"reference": "https://github.com/asagi4/ComfyUI-CADS",
"files": [
"https://github.com/asagi4/ComfyUI-CADS"
],
"install_type": "git-clone",
"description": "Attempts to implement [a/CADS](https://arxiv.org/abs/2310.17347) for ComfyUI. Credit also to the [a/A1111 implementation](https://github.com/v0xie/sd-webui-cads/tree/main) that I used as a reference."
},
{ {
"author": "jamesWalker55", "author": "jamesWalker55",
"title": "ComfyUI - P2LDGAN Node", "title": "ComfyUI - P2LDGAN Node",

View File

@ -2299,6 +2299,14 @@
"title_aux": "CLIP Directional Prompt Attention" "title_aux": "CLIP Directional Prompt Attention"
} }
], ],
"https://github.com/asagi4/ComfyUI-CADS": [
[
"CADS"
],
{
"title_aux": "ComfyUI-CADS"
}
],
"https://github.com/asagi4/comfyui-prompt-control": [ "https://github.com/asagi4/comfyui-prompt-control": [
[ [
"CondLinearInterpolate", "CondLinearInterpolate",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "glibsonoran",
"title": "Plush-for-ComfyUI",
"reference": "https://github.com/glibsonoran/Plush-for-ComfyUI",
"files": [
"https://github.com/glibsonoran/Plush-for-ComfyUI"
],
"install_type": "git-clone",
"description": "Nodes: Style Prompt, OAI Dall_e Image"
},
{ {
"author": "crystian", "author": "crystian",
"title": "Crystian Node Suite [WIP]", "title": "Crystian Node Suite [WIP]",

View File

@ -28,7 +28,7 @@
"https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad" "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Two-finger scrolling (vertical and horizontal) to pan the canvas. Two-finger pinch to zoom in and out. Command-scroll up and down to zoom in and out. Fixes [comfyanonymous/ComfyUI#2059](https://github.com/comfyanonymous/ComfyUI/issues/2059)." "description": "Two-finger scrolling (vertical and horizontal) to pan the canvas. Two-finger pinch to zoom in and out. Command-scroll up and down to zoom in and out. Fixes [a/comfyanonymous/ComfyUI#2059](https://github.com/comfyanonymous/ComfyUI/issues/2059)."
}, },
{ {
"author": "SoftMeng", "author": "SoftMeng",
@ -59,7 +59,7 @@
"https://github.com/Fannovel16/ComfyUI-Video-Matting" "https://github.com/Fannovel16/ComfyUI-Video-Matting"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A minimalistic implementation of [Robust Video Matting (RVM)](https://github.com/PeterL1n/RobustVideoMatting/) in ComfyUI" "description": "A minimalistic implementation of [a/Robust Video Matting (RVM)](https://github.com/PeterL1n/RobustVideoMatting/) in ComfyUI"
}, },
{ {
"author": "Dream Project", "author": "Dream Project",

View File

@ -2299,6 +2299,14 @@
"title_aux": "CLIP Directional Prompt Attention" "title_aux": "CLIP Directional Prompt Attention"
} }
], ],
"https://github.com/asagi4/ComfyUI-CADS": [
[
"CADS"
],
{
"title_aux": "ComfyUI-CADS"
}
],
"https://github.com/asagi4/comfyui-prompt-control": [ "https://github.com/asagi4/comfyui-prompt-control": [
[ [
"CondLinearInterpolate", "CondLinearInterpolate",