Browse Source

update DB

pull/397/head
dr.lt.data 10 months ago
parent
commit
3e2cd6e75b
  1. 10
      custom-node-list.json
  2. 18
      extension-node-map.json
  3. 10
      node_db/dev/custom-node-list.json
  4. 10
      node_db/new/custom-node-list.json
  5. 18
      node_db/new/extension-node-map.json

10
custom-node-list.json

@ -3140,6 +3140,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "My Workflows + Auxiliary nodes for Stable Video Diffusion (SVD)" "description": "My Workflows + Auxiliary nodes for Stable Video Diffusion (SVD)"
}, },
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI SegMoE",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/SegMoE: Segmind Mixture of Diffusion Experts](https://github.com/segmind/segmoe) for ComfyUI"
},
{ {
"author": "kenjiqq", "author": "kenjiqq",
"title": "qq-nodes-comfyui", "title": "qq-nodes-comfyui",

18
extension-node-map.json

@ -490,6 +490,7 @@
"PrimereMetaCollector", "PrimereMetaCollector",
"PrimereMetaRead", "PrimereMetaRead",
"PrimereMetaSave", "PrimereMetaSave",
"PrimereMidjourneyStyles",
"PrimereModelKeyword", "PrimereModelKeyword",
"PrimereNetworkTagLoader", "PrimereNetworkTagLoader",
"PrimerePrompt", "PrimerePrompt",
@ -1273,6 +1274,7 @@
"ADE_LoadAnimateDiffModel", "ADE_LoadAnimateDiffModel",
"ADE_LoopedUniformContextOptions", "ADE_LoopedUniformContextOptions",
"ADE_LoopedUniformViewOptions", "ADE_LoopedUniformViewOptions",
"ADE_MaskedLoadLora",
"ADE_MultivalDynamic", "ADE_MultivalDynamic",
"ADE_MultivalScaledMask", "ADE_MultivalScaledMask",
"ADE_NoiseLayerAdd", "ADE_NoiseLayerAdd",
@ -3071,6 +3073,15 @@
"title_aux": "ComfyUI-SVD-ZHO" "title_aux": "ComfyUI-SVD-ZHO"
} }
], ],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": [
[
"SMoE_Generation_Zho",
"SMoE_ModelLoader_Zho"
],
{
"title_aux": "ComfyUI SegMoE"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [
[ [
"AlphaChanelAddByMask", "AlphaChanelAddByMask",
@ -4052,6 +4063,7 @@
"LayerColor: RGB", "LayerColor: RGB",
"LayerColor: YUV", "LayerColor: YUV",
"LayerFilter: ChannelShake", "LayerFilter: ChannelShake",
"LayerFilter: ColorMap",
"LayerFilter: GaussianBlur", "LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur", "LayerFilter: MotionBlur",
"LayerFilter: SkinBeauty", "LayerFilter: SkinBeauty",
@ -4636,6 +4648,7 @@
], ],
"https://github.com/dfl/comfyui-clip-with-break": [ "https://github.com/dfl/comfyui-clip-with-break": [
[ [
"AdvancedCLIPTextEncodeWithBreak",
"CLIPTextEncodeWithBreak" "CLIPTextEncodeWithBreak"
], ],
{ {
@ -7106,11 +7119,14 @@
"DifferenceChecker", "DifferenceChecker",
"DilateErodeMask", "DilateErodeMask",
"EnhanceDetail", "EnhanceDetail",
"ExposureAdjust",
"GuidedFilterAlpha", "GuidedFilterAlpha",
"ImageConstant", "ImageConstant",
"LatentStats", "LatentStats",
"OffsetLatentImage", "OffsetLatentImage",
"RemapRange" "RemapRange",
"Tonemap",
"UnTonemap"
], ],
{ {
"title_aux": "ComfyUI-Image-Filters" "title_aux": "ComfyUI-Image-Filters"

10
node_db/dev/custom-node-list.json

@ -10,6 +10,16 @@
}, },
{
"author": "LotzF",
"title": "ComfyUI simple ChatGPT completion [UNSAFE]",
"reference": "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion",
"files": [
"https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion"
],
"install_type": "git-clone",
"description": "A simple node to request ChatGPT completions. [w/Do not share your workflows including the API key! I'll take no responsibility for your leaked keys.]"
},
{ {
"author": "dezi-ai", "author": "dezi-ai",
"title": "ComfyUI Animate LCM", "title": "ComfyUI Animate LCM",

10
node_db/new/custom-node-list.json

@ -10,6 +10,16 @@
}, },
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI SegMoE",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [a/SegMoE: Segmind Mixture of Diffusion Experts](https://github.com/segmind/segmoe) for ComfyUI"
},
{ {
"author": "ZHO-ZHO-ZHO", "author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-SVD-ZHO", "title": "ComfyUI-SVD-ZHO",

18
node_db/new/extension-node-map.json

@ -490,6 +490,7 @@
"PrimereMetaCollector", "PrimereMetaCollector",
"PrimereMetaRead", "PrimereMetaRead",
"PrimereMetaSave", "PrimereMetaSave",
"PrimereMidjourneyStyles",
"PrimereModelKeyword", "PrimereModelKeyword",
"PrimereNetworkTagLoader", "PrimereNetworkTagLoader",
"PrimerePrompt", "PrimerePrompt",
@ -1273,6 +1274,7 @@
"ADE_LoadAnimateDiffModel", "ADE_LoadAnimateDiffModel",
"ADE_LoopedUniformContextOptions", "ADE_LoopedUniformContextOptions",
"ADE_LoopedUniformViewOptions", "ADE_LoopedUniformViewOptions",
"ADE_MaskedLoadLora",
"ADE_MultivalDynamic", "ADE_MultivalDynamic",
"ADE_MultivalScaledMask", "ADE_MultivalScaledMask",
"ADE_NoiseLayerAdd", "ADE_NoiseLayerAdd",
@ -3071,6 +3073,15 @@
"title_aux": "ComfyUI-SVD-ZHO" "title_aux": "ComfyUI-SVD-ZHO"
} }
], ],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": [
[
"SMoE_Generation_Zho",
"SMoE_ModelLoader_Zho"
],
{
"title_aux": "ComfyUI SegMoE"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [
[ [
"AlphaChanelAddByMask", "AlphaChanelAddByMask",
@ -4052,6 +4063,7 @@
"LayerColor: RGB", "LayerColor: RGB",
"LayerColor: YUV", "LayerColor: YUV",
"LayerFilter: ChannelShake", "LayerFilter: ChannelShake",
"LayerFilter: ColorMap",
"LayerFilter: GaussianBlur", "LayerFilter: GaussianBlur",
"LayerFilter: MotionBlur", "LayerFilter: MotionBlur",
"LayerFilter: SkinBeauty", "LayerFilter: SkinBeauty",
@ -4636,6 +4648,7 @@
], ],
"https://github.com/dfl/comfyui-clip-with-break": [ "https://github.com/dfl/comfyui-clip-with-break": [
[ [
"AdvancedCLIPTextEncodeWithBreak",
"CLIPTextEncodeWithBreak" "CLIPTextEncodeWithBreak"
], ],
{ {
@ -7106,11 +7119,14 @@
"DifferenceChecker", "DifferenceChecker",
"DilateErodeMask", "DilateErodeMask",
"EnhanceDetail", "EnhanceDetail",
"ExposureAdjust",
"GuidedFilterAlpha", "GuidedFilterAlpha",
"ImageConstant", "ImageConstant",
"LatentStats", "LatentStats",
"OffsetLatentImage", "OffsetLatentImage",
"RemapRange" "RemapRange",
"Tonemap",
"UnTonemap"
], ],
{ {
"title_aux": "ComfyUI-Image-Filters" "title_aux": "ComfyUI-Image-Filters"

Loading…
Cancel
Save