mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 10:22:59 +08:00
update DB
This commit is contained in:
parent
5126f7caef
commit
e09f2ef6b9
@ -4926,7 +4926,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "davask",
|
"author": "davask",
|
||||||
"title": "ComfyUI-MarasIT-Nodes",
|
"title": "MarasIT Nodes",
|
||||||
"reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes",
|
"reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/davask/ComfyUI-MarasIT-Nodes"
|
"https://github.com/davask/ComfyUI-MarasIT-Nodes"
|
||||||
@ -4944,6 +4944,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: Get Danbooru, Tag Encode"
|
"description": "Nodes: Get Danbooru, Tag Encode"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "dfl",
|
||||||
|
"title": "comfyui-clip-with-break",
|
||||||
|
"reference": "https://github.com/dfl/comfyui-clip-with-break",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/dfl/comfyui-clip-with-break"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Clip text encoder with BREAK formatting like A1111 (uses conditioning concat)"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -992,6 +992,10 @@
|
|||||||
"Post to Discord w/ Webhook"
|
"Post to Discord w/ Webhook"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
"author": "Hiero",
|
||||||
|
"description": "Just some nodes that I wanted/needed, so I made them.",
|
||||||
|
"nickname": "HNodes",
|
||||||
|
"title": "Hiero-Nodes",
|
||||||
"title_aux": "ComfyUI-Hiero-Nodes"
|
"title_aux": "ComfyUI-Hiero-Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3135,6 +3139,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/abyz22/image_control": [
|
"https://github.com/abyz22/image_control": [
|
||||||
[
|
[
|
||||||
|
"abyz22_Convertpipe",
|
||||||
|
"abyz22_Editpipe",
|
||||||
"abyz22_FirstNonNull",
|
"abyz22_FirstNonNull",
|
||||||
"abyz22_FromBasicPipe_v2",
|
"abyz22_FromBasicPipe_v2",
|
||||||
"abyz22_Frompipe",
|
"abyz22_Frompipe",
|
||||||
@ -3150,6 +3156,7 @@
|
|||||||
"abyz22_blendimages",
|
"abyz22_blendimages",
|
||||||
"abyz22_bypass",
|
"abyz22_bypass",
|
||||||
"abyz22_drawmask",
|
"abyz22_drawmask",
|
||||||
|
"abyz22_lamaInpaint",
|
||||||
"abyz22_lamaPreprocessor",
|
"abyz22_lamaPreprocessor",
|
||||||
"abyz22_makecircles",
|
"abyz22_makecircles",
|
||||||
"abyz22_setimageinfo",
|
"abyz22_setimageinfo",
|
||||||
@ -4543,7 +4550,7 @@
|
|||||||
"MarasitBusNode"
|
"MarasitBusNode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-MarasIT-Nodes"
|
"title_aux": "MarasIT Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
|
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
|
||||||
@ -4592,6 +4599,18 @@
|
|||||||
"title_aux": "demofusion-comfyui"
|
"title_aux": "demofusion-comfyui"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/dfl/comfyui-clip-with-break": [
|
||||||
|
[
|
||||||
|
"CLIPTextEncodeWithBreak"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"author": "dfl",
|
||||||
|
"description": "CLIP text encoder that does BREAK prompting like A1111",
|
||||||
|
"nickname": "CLIP with BREAK",
|
||||||
|
"title": "CLIP with BREAK syntax",
|
||||||
|
"title_aux": "comfyui-clip-with-break"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
|
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
|
||||||
[
|
[
|
||||||
"PixelArtAddDitherPattern",
|
"PixelArtAddDitherPattern",
|
||||||
|
|||||||
@ -10,6 +10,16 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "dfl",
|
||||||
|
"title": "comfyui-clip-with-break",
|
||||||
|
"reference": "https://github.com/dfl/comfyui-clip-with-break",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/dfl/comfyui-clip-with-break"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Clip text encoder with BREAK formatting like A1111 (uses conditioning concat)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "yffyhk",
|
"author": "yffyhk",
|
||||||
"title": "comfyui_auto_danbooru",
|
"title": "comfyui_auto_danbooru",
|
||||||
@ -42,7 +52,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "davask",
|
"author": "davask",
|
||||||
"title": "ComfyUI-MarasIT-Nodes",
|
"title": "MarasIT Nodes",
|
||||||
"reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes",
|
"reference": "https://github.com/davask/ComfyUI-MarasIT-Nodes",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/davask/ComfyUI-MarasIT-Nodes"
|
"https://github.com/davask/ComfyUI-MarasIT-Nodes"
|
||||||
|
|||||||
@ -992,6 +992,10 @@
|
|||||||
"Post to Discord w/ Webhook"
|
"Post to Discord w/ Webhook"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
"author": "Hiero",
|
||||||
|
"description": "Just some nodes that I wanted/needed, so I made them.",
|
||||||
|
"nickname": "HNodes",
|
||||||
|
"title": "Hiero-Nodes",
|
||||||
"title_aux": "ComfyUI-Hiero-Nodes"
|
"title_aux": "ComfyUI-Hiero-Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -3135,6 +3139,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/abyz22/image_control": [
|
"https://github.com/abyz22/image_control": [
|
||||||
[
|
[
|
||||||
|
"abyz22_Convertpipe",
|
||||||
|
"abyz22_Editpipe",
|
||||||
"abyz22_FirstNonNull",
|
"abyz22_FirstNonNull",
|
||||||
"abyz22_FromBasicPipe_v2",
|
"abyz22_FromBasicPipe_v2",
|
||||||
"abyz22_Frompipe",
|
"abyz22_Frompipe",
|
||||||
@ -3150,6 +3156,7 @@
|
|||||||
"abyz22_blendimages",
|
"abyz22_blendimages",
|
||||||
"abyz22_bypass",
|
"abyz22_bypass",
|
||||||
"abyz22_drawmask",
|
"abyz22_drawmask",
|
||||||
|
"abyz22_lamaInpaint",
|
||||||
"abyz22_lamaPreprocessor",
|
"abyz22_lamaPreprocessor",
|
||||||
"abyz22_makecircles",
|
"abyz22_makecircles",
|
||||||
"abyz22_setimageinfo",
|
"abyz22_setimageinfo",
|
||||||
@ -4543,7 +4550,7 @@
|
|||||||
"MarasitBusNode"
|
"MarasitBusNode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-MarasIT-Nodes"
|
"title_aux": "MarasIT Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
|
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
|
||||||
@ -4592,6 +4599,18 @@
|
|||||||
"title_aux": "demofusion-comfyui"
|
"title_aux": "demofusion-comfyui"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/dfl/comfyui-clip-with-break": [
|
||||||
|
[
|
||||||
|
"CLIPTextEncodeWithBreak"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"author": "dfl",
|
||||||
|
"description": "CLIP text encoder that does BREAK prompting like A1111",
|
||||||
|
"nickname": "CLIP with BREAK",
|
||||||
|
"title": "CLIP with BREAK syntax",
|
||||||
|
"title_aux": "comfyui-clip-with-break"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
|
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
|
||||||
[
|
[
|
||||||
"PixelArtAddDitherPattern",
|
"PixelArtAddDitherPattern",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user