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
276b9a843b
commit
d8ad8d39fb
@ -2677,6 +2677,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:GradientPatchModelAddDownscale (Kohya Deep Shrink)."
|
||||
},
|
||||
{
|
||||
"author": "Feidorian",
|
||||
"title": "feidorian-ComfyNodes",
|
||||
"reference": "https://github.com/Feidorian/feidorian-ComfyNodes",
|
||||
"nodename_pattern": "^Feidorian_",
|
||||
"files": [
|
||||
"https://github.com/Feidorian/feidorian-ComfyNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension provides various custom nodes. literals, loaders, logic, output, switches"
|
||||
},
|
||||
{
|
||||
"author": "Off-Live",
|
||||
"title": "ComfyUI-off-suite",
|
||||
|
||||
@ -59,10 +59,12 @@
|
||||
"https://github.com/Amorano/Jovimetrix": [
|
||||
[
|
||||
"\u2697\ufe0f Blend (jov)",
|
||||
"\u2697\ufe0f Blend Mask (jov)",
|
||||
"\u2728 Shape Generator (jov)",
|
||||
"\ud83c\udf08 HSV (jov)",
|
||||
"\ud83c\udf31 Transform (jov)",
|
||||
"\ud83c\udf87 Expand (jov)",
|
||||
"\ud83c\udf87 Extend (jov)",
|
||||
"\ud83d\udcc9 Threshold (jov)",
|
||||
"\ud83d\udcf7 WebCam (jov)",
|
||||
"\ud83d\udd06 Pixel Shader (jov)",
|
||||
"\ud83d\udd06 Pixel Shader Image (jov)",
|
||||
@ -75,8 +77,7 @@
|
||||
],
|
||||
{
|
||||
"author": "amorano",
|
||||
"description": "",
|
||||
"nickname": "Jovimetrix",
|
||||
"description": "Procedural & Compositing. Includes a Webcam node.",
|
||||
"title": "Jovimetrix Composition Pack",
|
||||
"title_aux": "Jovimetrix Composition Nodes"
|
||||
}
|
||||
@ -493,7 +494,9 @@
|
||||
],
|
||||
"https://github.com/Fictiverse/ComfyUI_Fictiverse": [
|
||||
[
|
||||
"Add Noise to Image with Mask",
|
||||
"Color correction",
|
||||
"Displace Image with Depth",
|
||||
"Displace Images with Mask"
|
||||
],
|
||||
{
|
||||
@ -773,6 +776,7 @@
|
||||
"Checkpoint",
|
||||
"Float",
|
||||
"Int",
|
||||
"KepStringLiteral",
|
||||
"Lora",
|
||||
"Operation",
|
||||
"String"
|
||||
@ -1404,10 +1408,12 @@
|
||||
],
|
||||
"https://github.com/THtianhao/ComfyUI-FaceChain": [
|
||||
[
|
||||
"FCStyleLoraLoad",
|
||||
"FC_CropBottom",
|
||||
"FC_CropMask",
|
||||
"FC_FaceDetection",
|
||||
"FC_FaceFusion",
|
||||
"FC_LoraMerge",
|
||||
"FC_ReplaceImage",
|
||||
"FC_Segment",
|
||||
"FC_StyleLoraLoad"
|
||||
],
|
||||
@ -2993,6 +2999,7 @@
|
||||
"BatchCropFromMaskAdvanced",
|
||||
"BatchUncrop",
|
||||
"BatchUncropAdvanced",
|
||||
"BboxToInt",
|
||||
"ColorMatch",
|
||||
"ColorToMask",
|
||||
"ConditioningMultiCombine",
|
||||
@ -3004,6 +3011,7 @@
|
||||
"CreateFadeMask",
|
||||
"CreateFluidMask",
|
||||
"CreateGradientMask",
|
||||
"CreateMagicMask",
|
||||
"CreateShapeMask",
|
||||
"CreateTextMask",
|
||||
"CreateVoronoiMask",
|
||||
@ -3943,7 +3951,6 @@
|
||||
"AV_ParametersPipeToPrompts",
|
||||
"AV_PromptsToParametersPipe",
|
||||
"AV_SAMLoader",
|
||||
"AV_UploadImage",
|
||||
"AV_VAELoader",
|
||||
"AspectRatioSelector",
|
||||
"BLIPCaption",
|
||||
|
||||
@ -120,16 +120,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Experimental node for SSD-1B. This node is not need for latest comfyui."
|
||||
},
|
||||
{
|
||||
"author": "Feidorian",
|
||||
"title": "feidorian-nodes",
|
||||
"reference": "https://github.com/Feidorian/feidorian-ComfyNodes",
|
||||
"files": [
|
||||
"https://github.com/Feidorian/feidorian-ComfyNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Feidorian_WorkflowImageLoader"
|
||||
},
|
||||
{
|
||||
"author": "flowtyone",
|
||||
"title": "comfyui-flowty-lcm",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "Feidorian",
|
||||
"title": "feidorian-ComfyNodes",
|
||||
"reference": "https://github.com/Feidorian/feidorian-ComfyNodes",
|
||||
"nodename_pattern": "^Feidorian_",
|
||||
"files": [
|
||||
"https://github.com/Feidorian/feidorian-ComfyNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension provides various custom nodes. literals, loaders, logic, output, switches"
|
||||
},
|
||||
{
|
||||
"author": "kinfolk0117",
|
||||
"title": "ComfyUI_GradientDeepShrink",
|
||||
|
||||
@ -59,10 +59,12 @@
|
||||
"https://github.com/Amorano/Jovimetrix": [
|
||||
[
|
||||
"\u2697\ufe0f Blend (jov)",
|
||||
"\u2697\ufe0f Blend Mask (jov)",
|
||||
"\u2728 Shape Generator (jov)",
|
||||
"\ud83c\udf08 HSV (jov)",
|
||||
"\ud83c\udf31 Transform (jov)",
|
||||
"\ud83c\udf87 Expand (jov)",
|
||||
"\ud83c\udf87 Extend (jov)",
|
||||
"\ud83d\udcc9 Threshold (jov)",
|
||||
"\ud83d\udcf7 WebCam (jov)",
|
||||
"\ud83d\udd06 Pixel Shader (jov)",
|
||||
"\ud83d\udd06 Pixel Shader Image (jov)",
|
||||
@ -75,8 +77,7 @@
|
||||
],
|
||||
{
|
||||
"author": "amorano",
|
||||
"description": "",
|
||||
"nickname": "Jovimetrix",
|
||||
"description": "Procedural & Compositing. Includes a Webcam node.",
|
||||
"title": "Jovimetrix Composition Pack",
|
||||
"title_aux": "Jovimetrix Composition Nodes"
|
||||
}
|
||||
@ -493,7 +494,9 @@
|
||||
],
|
||||
"https://github.com/Fictiverse/ComfyUI_Fictiverse": [
|
||||
[
|
||||
"Add Noise to Image with Mask",
|
||||
"Color correction",
|
||||
"Displace Image with Depth",
|
||||
"Displace Images with Mask"
|
||||
],
|
||||
{
|
||||
@ -773,6 +776,7 @@
|
||||
"Checkpoint",
|
||||
"Float",
|
||||
"Int",
|
||||
"KepStringLiteral",
|
||||
"Lora",
|
||||
"Operation",
|
||||
"String"
|
||||
@ -1404,10 +1408,12 @@
|
||||
],
|
||||
"https://github.com/THtianhao/ComfyUI-FaceChain": [
|
||||
[
|
||||
"FCStyleLoraLoad",
|
||||
"FC_CropBottom",
|
||||
"FC_CropMask",
|
||||
"FC_FaceDetection",
|
||||
"FC_FaceFusion",
|
||||
"FC_LoraMerge",
|
||||
"FC_ReplaceImage",
|
||||
"FC_Segment",
|
||||
"FC_StyleLoraLoad"
|
||||
],
|
||||
@ -2993,6 +2999,7 @@
|
||||
"BatchCropFromMaskAdvanced",
|
||||
"BatchUncrop",
|
||||
"BatchUncropAdvanced",
|
||||
"BboxToInt",
|
||||
"ColorMatch",
|
||||
"ColorToMask",
|
||||
"ConditioningMultiCombine",
|
||||
@ -3004,6 +3011,7 @@
|
||||
"CreateFadeMask",
|
||||
"CreateFluidMask",
|
||||
"CreateGradientMask",
|
||||
"CreateMagicMask",
|
||||
"CreateShapeMask",
|
||||
"CreateTextMask",
|
||||
"CreateVoronoiMask",
|
||||
@ -3943,7 +3951,6 @@
|
||||
"AV_ParametersPipeToPrompts",
|
||||
"AV_PromptsToParametersPipe",
|
||||
"AV_SAMLoader",
|
||||
"AV_UploadImage",
|
||||
"AV_VAELoader",
|
||||
"AspectRatioSelector",
|
||||
"BLIPCaption",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user