mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
c13daf5399
commit
9ffcc2b2d8
@ -110,6 +110,16 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"title": "CLIPSeg",
|
||||
@ -1412,6 +1422,26 @@
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
|
||||
@ -290,6 +290,14 @@
|
||||
"title_aux": "ComfyUI-Frame-Interpolation"
|
||||
}
|
||||
],
|
||||
"https://github.com/Fannovel16/ComfyUI-Loopchain": [
|
||||
[
|
||||
"EmptyLatentImageLoop"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Loopchain"
|
||||
}
|
||||
],
|
||||
"https://github.com/Fannovel16/comfy_controlnet_preprocessors": [
|
||||
[
|
||||
"AnimeLineArtPreprocessor",
|
||||
@ -845,6 +853,15 @@
|
||||
"title_aux": "stability-ComfyUI-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Sxela/ComfyWarp": [
|
||||
[
|
||||
"LoadFrame",
|
||||
"LoadFrameSequence"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyWarp"
|
||||
}
|
||||
],
|
||||
"https://github.com/TeaCrab/ComfyUI-TeaNodes": [
|
||||
[
|
||||
"TC_ColorFill",
|
||||
@ -995,6 +1012,7 @@
|
||||
"Image to Latent Mask",
|
||||
"Image to Noise",
|
||||
"Image to Seed",
|
||||
"Images to Linear",
|
||||
"Images to RGB",
|
||||
"Inset Image Bounds",
|
||||
"Integer place counter",
|
||||
@ -1767,6 +1785,7 @@
|
||||
"ImpactSimpleDetectorSEGS",
|
||||
"ImpactSimpleDetectorSEGSPipe",
|
||||
"ImpactStringSelector",
|
||||
"ImpactSwitch",
|
||||
"ImpactValueReceiver",
|
||||
"ImpactValueSender",
|
||||
"ImpactWildcardEncode",
|
||||
@ -1802,8 +1821,6 @@
|
||||
"SAMDetectorCombined",
|
||||
"SAMDetectorSegmented",
|
||||
"SAMLoader",
|
||||
"SEGEdit",
|
||||
"SEGPick",
|
||||
"SEGSDetailer",
|
||||
"SEGSPaste",
|
||||
"SEGSPreview",
|
||||
@ -2132,12 +2149,22 @@
|
||||
"AV_UploadImage",
|
||||
"ImageMuxer",
|
||||
"LoadImageFromUrl",
|
||||
"SDXLAspectRatioSelector",
|
||||
"StringToInt"
|
||||
],
|
||||
{
|
||||
"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": [
|
||||
[
|
||||
"DiscoDiffusion_DiscoDiffusion",
|
||||
|
||||
@ -1,5 +1,35 @@
|
||||
{
|
||||
"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",
|
||||
"title": "bsz-cui-extras",
|
||||
|
||||
@ -290,6 +290,14 @@
|
||||
"title_aux": "ComfyUI-Frame-Interpolation"
|
||||
}
|
||||
],
|
||||
"https://github.com/Fannovel16/ComfyUI-Loopchain": [
|
||||
[
|
||||
"EmptyLatentImageLoop"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Loopchain"
|
||||
}
|
||||
],
|
||||
"https://github.com/Fannovel16/comfy_controlnet_preprocessors": [
|
||||
[
|
||||
"AnimeLineArtPreprocessor",
|
||||
@ -845,6 +853,15 @@
|
||||
"title_aux": "stability-ComfyUI-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Sxela/ComfyWarp": [
|
||||
[
|
||||
"LoadFrame",
|
||||
"LoadFrameSequence"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyWarp"
|
||||
}
|
||||
],
|
||||
"https://github.com/TeaCrab/ComfyUI-TeaNodes": [
|
||||
[
|
||||
"TC_ColorFill",
|
||||
@ -995,6 +1012,7 @@
|
||||
"Image to Latent Mask",
|
||||
"Image to Noise",
|
||||
"Image to Seed",
|
||||
"Images to Linear",
|
||||
"Images to RGB",
|
||||
"Inset Image Bounds",
|
||||
"Integer place counter",
|
||||
@ -1767,6 +1785,7 @@
|
||||
"ImpactSimpleDetectorSEGS",
|
||||
"ImpactSimpleDetectorSEGSPipe",
|
||||
"ImpactStringSelector",
|
||||
"ImpactSwitch",
|
||||
"ImpactValueReceiver",
|
||||
"ImpactValueSender",
|
||||
"ImpactWildcardEncode",
|
||||
@ -1802,8 +1821,6 @@
|
||||
"SAMDetectorCombined",
|
||||
"SAMDetectorSegmented",
|
||||
"SAMLoader",
|
||||
"SEGEdit",
|
||||
"SEGPick",
|
||||
"SEGSDetailer",
|
||||
"SEGSPaste",
|
||||
"SEGSPreview",
|
||||
@ -2132,12 +2149,22 @@
|
||||
"AV_UploadImage",
|
||||
"ImageMuxer",
|
||||
"LoadImageFromUrl",
|
||||
"SDXLAspectRatioSelector",
|
||||
"StringToInt"
|
||||
],
|
||||
{
|
||||
"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": [
|
||||
[
|
||||
"DiscoDiffusion_DiscoDiffusion",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user