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
c2ab91711c
commit
66000ca81b
@ -179,6 +179,11 @@
|
||||
"id":"https://github.com/Haoming02/comfyui-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."
|
||||
},
|
||||
{
|
||||
"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."
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -100,7 +100,7 @@
|
||||
"https://github.com/Fannovel16/ComfyUI-Video-Matting"
|
||||
],
|
||||
"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",
|
||||
@ -1085,6 +1085,16 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"title": "ComfyUI - P2LDGAN Node",
|
||||
|
||||
@ -2299,6 +2299,14 @@
|
||||
"title_aux": "CLIP Directional Prompt Attention"
|
||||
}
|
||||
],
|
||||
"https://github.com/asagi4/ComfyUI-CADS": [
|
||||
[
|
||||
"CADS"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CADS"
|
||||
}
|
||||
],
|
||||
"https://github.com/asagi4/comfyui-prompt-control": [
|
||||
[
|
||||
"CondLinearInterpolate",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"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",
|
||||
"title": "Crystian Node Suite [WIP]",
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
"https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad"
|
||||
],
|
||||
"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",
|
||||
@ -59,7 +59,7 @@
|
||||
"https://github.com/Fannovel16/ComfyUI-Video-Matting"
|
||||
],
|
||||
"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",
|
||||
|
||||
@ -2299,6 +2299,14 @@
|
||||
"title_aux": "CLIP Directional Prompt Attention"
|
||||
}
|
||||
],
|
||||
"https://github.com/asagi4/ComfyUI-CADS": [
|
||||
[
|
||||
"CADS"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CADS"
|
||||
}
|
||||
],
|
||||
"https://github.com/asagi4/comfyui-prompt-control": [
|
||||
[
|
||||
"CondLinearInterpolate",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user