update DB

This commit is contained in:
dr.lt.data 2023-08-24 10:44:19 +09:00
parent c13daf5399
commit 9ffcc2b2d8
4 changed files with 118 additions and 4 deletions

View File

@ -110,6 +110,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: KSampler Gradually Adding More Denoise (efficient)" "description": "Nodes: KSampler Gradually Adding More Denoise (efficient)"
}, },
{
"author": "Fannovel16",
"title": "ComfyUI-Loopchain",
"reference": "https://github.com/Fannovel16/ComfyUI-Loopchain",
"files": [
"https://github.com/Fannovel16/ComfyUI-Loopchain"
],
"install_type": "git-clone",
"description": "Nodes: EmptyLatentImageLoop"
},
{ {
"author": "biegert", "author": "biegert",
"title": "CLIPSeg", "title": "CLIPSeg",
@ -1412,6 +1422,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:TdxhImageToSize, TdxhImageToSizeAdvanced, TdxhLoraLoader, TdxhIntInput, TdxhFloatInput, TdxhStringInput. Some nodes for stable diffusion comfyui. Sometimes it helps conveniently to use less nodes for doing the same things." "description": "Nodes:TdxhImageToSize, TdxhImageToSizeAdvanced, TdxhLoraLoader, TdxhIntInput, TdxhFloatInput, TdxhStringInput. Some nodes for stable diffusion comfyui. Sometimes it helps conveniently to use less nodes for doing the same things."
}, },
{
"author": "Sxela",
"title": "ComfyWarp",
"reference": "https://github.com/Sxela/ComfyWarp",
"files": [
"https://github.com/Sxela/ComfyWarp"
],
"install_type": "git-clone",
"description": "Nodes:LoadFrameSequence, LoadFrame"
},
{
"author": "skfoo",
"title": "ComfyUI-Coziness",
"reference": "https://github.com/skfoo/ComfyUI-Coziness",
"files": [
"https://github.com/skfoo/ComfyUI-Coziness"
],
"install_type": "git-clone",
"description": "Nodes:MultiLora Loader, Lora Text Extractor. Provides a node for assisting in loading loras through text."
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

View File

@ -290,6 +290,14 @@
"title_aux": "ComfyUI-Frame-Interpolation" "title_aux": "ComfyUI-Frame-Interpolation"
} }
], ],
"https://github.com/Fannovel16/ComfyUI-Loopchain": [
[
"EmptyLatentImageLoop"
],
{
"title_aux": "ComfyUI-Loopchain"
}
],
"https://github.com/Fannovel16/comfy_controlnet_preprocessors": [ "https://github.com/Fannovel16/comfy_controlnet_preprocessors": [
[ [
"AnimeLineArtPreprocessor", "AnimeLineArtPreprocessor",
@ -845,6 +853,15 @@
"title_aux": "stability-ComfyUI-nodes" "title_aux": "stability-ComfyUI-nodes"
} }
], ],
"https://github.com/Sxela/ComfyWarp": [
[
"LoadFrame",
"LoadFrameSequence"
],
{
"title_aux": "ComfyWarp"
}
],
"https://github.com/TeaCrab/ComfyUI-TeaNodes": [ "https://github.com/TeaCrab/ComfyUI-TeaNodes": [
[ [
"TC_ColorFill", "TC_ColorFill",
@ -995,6 +1012,7 @@
"Image to Latent Mask", "Image to Latent Mask",
"Image to Noise", "Image to Noise",
"Image to Seed", "Image to Seed",
"Images to Linear",
"Images to RGB", "Images to RGB",
"Inset Image Bounds", "Inset Image Bounds",
"Integer place counter", "Integer place counter",
@ -1767,6 +1785,7 @@
"ImpactSimpleDetectorSEGS", "ImpactSimpleDetectorSEGS",
"ImpactSimpleDetectorSEGSPipe", "ImpactSimpleDetectorSEGSPipe",
"ImpactStringSelector", "ImpactStringSelector",
"ImpactSwitch",
"ImpactValueReceiver", "ImpactValueReceiver",
"ImpactValueSender", "ImpactValueSender",
"ImpactWildcardEncode", "ImpactWildcardEncode",
@ -1802,8 +1821,6 @@
"SAMDetectorCombined", "SAMDetectorCombined",
"SAMDetectorSegmented", "SAMDetectorSegmented",
"SAMLoader", "SAMLoader",
"SEGEdit",
"SEGPick",
"SEGSDetailer", "SEGSDetailer",
"SEGSPaste", "SEGSPaste",
"SEGSPreview", "SEGSPreview",
@ -2132,12 +2149,22 @@
"AV_UploadImage", "AV_UploadImage",
"ImageMuxer", "ImageMuxer",
"LoadImageFromUrl", "LoadImageFromUrl",
"SDXLAspectRatioSelector",
"StringToInt" "StringToInt"
], ],
{ {
"title_aux": "comfyui-art-venture" "title_aux": "comfyui-art-venture"
} }
], ],
"https://github.com/skfoo/ComfyUI-Coziness": [
[
"LoraTextExtractor-b1f83aa2",
"MultiLoraLoader-70bf3d77"
],
{
"title_aux": "ComfyUI-Coziness"
}
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[ [
"DiscoDiffusion_DiscoDiffusion", "DiscoDiffusion_DiscoDiffusion",

View File

@ -1,5 +1,35 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "skfoo",
"title": "ComfyUI-Coziness",
"reference": "https://github.com/skfoo/ComfyUI-Coziness",
"files": [
"https://github.com/skfoo/ComfyUI-Coziness"
],
"install_type": "git-clone",
"description": "Nodes:MultiLora Loader, Lora Text Extractor. Provides a node for assisting in loading loras through text."
},
{
"author": "Fannovel16",
"title": "ComfyUI-Loopchain",
"reference": "https://github.com/Fannovel16/ComfyUI-Loopchain",
"files": [
"https://github.com/Fannovel16/ComfyUI-Loopchain"
],
"install_type": "git-clone",
"description": "Nodes: EmptyLatentImageLoop"
},
{
"author": "Sxela",
"title": "ComfyWarp",
"reference": "https://github.com/Sxela/ComfyWarp",
"files": [
"https://github.com/Sxela/ComfyWarp"
],
"install_type": "git-clone",
"description": "Nodes:LoadFrameSequence, LoadFrame"
},
{ {
"author": "Beinsezii", "author": "Beinsezii",
"title": "bsz-cui-extras", "title": "bsz-cui-extras",

View File

@ -290,6 +290,14 @@
"title_aux": "ComfyUI-Frame-Interpolation" "title_aux": "ComfyUI-Frame-Interpolation"
} }
], ],
"https://github.com/Fannovel16/ComfyUI-Loopchain": [
[
"EmptyLatentImageLoop"
],
{
"title_aux": "ComfyUI-Loopchain"
}
],
"https://github.com/Fannovel16/comfy_controlnet_preprocessors": [ "https://github.com/Fannovel16/comfy_controlnet_preprocessors": [
[ [
"AnimeLineArtPreprocessor", "AnimeLineArtPreprocessor",
@ -845,6 +853,15 @@
"title_aux": "stability-ComfyUI-nodes" "title_aux": "stability-ComfyUI-nodes"
} }
], ],
"https://github.com/Sxela/ComfyWarp": [
[
"LoadFrame",
"LoadFrameSequence"
],
{
"title_aux": "ComfyWarp"
}
],
"https://github.com/TeaCrab/ComfyUI-TeaNodes": [ "https://github.com/TeaCrab/ComfyUI-TeaNodes": [
[ [
"TC_ColorFill", "TC_ColorFill",
@ -995,6 +1012,7 @@
"Image to Latent Mask", "Image to Latent Mask",
"Image to Noise", "Image to Noise",
"Image to Seed", "Image to Seed",
"Images to Linear",
"Images to RGB", "Images to RGB",
"Inset Image Bounds", "Inset Image Bounds",
"Integer place counter", "Integer place counter",
@ -1767,6 +1785,7 @@
"ImpactSimpleDetectorSEGS", "ImpactSimpleDetectorSEGS",
"ImpactSimpleDetectorSEGSPipe", "ImpactSimpleDetectorSEGSPipe",
"ImpactStringSelector", "ImpactStringSelector",
"ImpactSwitch",
"ImpactValueReceiver", "ImpactValueReceiver",
"ImpactValueSender", "ImpactValueSender",
"ImpactWildcardEncode", "ImpactWildcardEncode",
@ -1802,8 +1821,6 @@
"SAMDetectorCombined", "SAMDetectorCombined",
"SAMDetectorSegmented", "SAMDetectorSegmented",
"SAMLoader", "SAMLoader",
"SEGEdit",
"SEGPick",
"SEGSDetailer", "SEGSDetailer",
"SEGSPaste", "SEGSPaste",
"SEGSPreview", "SEGSPreview",
@ -2132,12 +2149,22 @@
"AV_UploadImage", "AV_UploadImage",
"ImageMuxer", "ImageMuxer",
"LoadImageFromUrl", "LoadImageFromUrl",
"SDXLAspectRatioSelector",
"StringToInt" "StringToInt"
], ],
{ {
"title_aux": "comfyui-art-venture" "title_aux": "comfyui-art-venture"
} }
], ],
"https://github.com/skfoo/ComfyUI-Coziness": [
[
"LoraTextExtractor-b1f83aa2",
"MultiLoraLoader-70bf3d77"
],
{
"title_aux": "ComfyUI-Coziness"
}
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[ [
"DiscoDiffusion_DiscoDiffusion", "DiscoDiffusion_DiscoDiffusion",