Browse Source

update DB

pull/381/head
dr.lt.data 10 months ago
parent
commit
280ed0322c
  1. 19
      extension-node-map.json
  2. 20
      node_db/new/custom-node-list.json
  3. 19
      node_db/new/extension-node-map.json
  4. 10
      node_db/tutorial/custom-node-list.json

19
extension-node-map.json

@ -3338,6 +3338,8 @@
"EditableCLIPEncode", "EditableCLIPEncode",
"FilterSchedule", "FilterSchedule",
"LoRAScheduler", "LoRAScheduler",
"PCApplySettings",
"PCScheduleSettings",
"PCSplitSampling", "PCSplitSampling",
"PromptControlSimple", "PromptControlSimple",
"PromptToSchedule", "PromptToSchedule",
@ -3888,6 +3890,21 @@
"title_aux": "ComfyUI-MotionCtrl-SVD" "title_aux": "ComfyUI-MotionCtrl-SVD"
} }
], ],
"https://github.com/chaojie/ComfyUI-Pymunk": [
[
"PygameRun",
"PygameSurface",
"PymunkDynamicBox",
"PymunkDynamicCircle",
"PymunkRun",
"PymunkShapeMerge",
"PymunkSpace",
"PymunkStaticLine"
],
{
"title_aux": "ComfyUI-Pymunk"
}
],
"https://github.com/chaojie/ComfyUI-RAFT": [ "https://github.com/chaojie/ComfyUI-RAFT": [
[ [
"Load MotionBrush", "Load MotionBrush",
@ -5306,6 +5323,7 @@
"BboxToInt", "BboxToInt",
"ColorMatch", "ColorMatch",
"ColorToMask", "ColorToMask",
"CondPassThrough",
"ConditioningMultiCombine", "ConditioningMultiCombine",
"ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine",
"ConditioningSetMaskAndCombine3", "ConditioningSetMaskAndCombine3",
@ -5326,6 +5344,7 @@
"FilterZeroMasksAndCorrespondingImages", "FilterZeroMasksAndCorrespondingImages",
"FlipSigmasAdjusted", "FlipSigmasAdjusted",
"FloatConstant", "FloatConstant",
"GLIGENTextBoxApplyBatch",
"GenerateNoise", "GenerateNoise",
"GetImageRangeFromBatch", "GetImageRangeFromBatch",
"GetImagesFromBatchIndexed", "GetImagesFromBatchIndexed",

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

@ -10,6 +10,16 @@
}, },
{
"author": "chaojie",
"title": "ComfyUI-Pymunk",
"reference": "https://github.com/chaojie/ComfyUI-Pymunk",
"files": [
"https://github.com/chaojie/ComfyUI-Pymunk"
],
"install_type": "git-clone",
"description": "Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python"
},
{ {
"author": "ZHO-ZHO-ZHO", "author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-Qwen-VL-API", "title": "ComfyUI-Qwen-VL-API",
@ -679,16 +689,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection." "description": "Nodes: LoadImageFromBase64. Loads an image and its transparency mask from a base64-encoded data URI for easy API connection."
},
{
"author": "shiimizu",
"title": "Tiled Diffusion & VAE for ComfyUI",
"reference": "https://github.com/shiimizu/ComfyUI-TiledDiffusion",
"files": [
"https://github.com/shiimizu/ComfyUI-TiledDiffusion"
],
"install_type": "git-clone",
"description": "The extension enables large image drawing & upscaling with limited VRAM via the following techniques:\n1.Two SOTA diffusion tiling algorithms: [a/Mixture of Diffusers](https://github.com/albarji/mixture-of-diffusers) and [a/MultiDiffusion](https://github.com/omerbt/MultiDiffusion)\n2.pkuliyi2015's Tiled VAE algorithm."
} }
] ]
} }

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

@ -3338,6 +3338,8 @@
"EditableCLIPEncode", "EditableCLIPEncode",
"FilterSchedule", "FilterSchedule",
"LoRAScheduler", "LoRAScheduler",
"PCApplySettings",
"PCScheduleSettings",
"PCSplitSampling", "PCSplitSampling",
"PromptControlSimple", "PromptControlSimple",
"PromptToSchedule", "PromptToSchedule",
@ -3888,6 +3890,21 @@
"title_aux": "ComfyUI-MotionCtrl-SVD" "title_aux": "ComfyUI-MotionCtrl-SVD"
} }
], ],
"https://github.com/chaojie/ComfyUI-Pymunk": [
[
"PygameRun",
"PygameSurface",
"PymunkDynamicBox",
"PymunkDynamicCircle",
"PymunkRun",
"PymunkShapeMerge",
"PymunkSpace",
"PymunkStaticLine"
],
{
"title_aux": "ComfyUI-Pymunk"
}
],
"https://github.com/chaojie/ComfyUI-RAFT": [ "https://github.com/chaojie/ComfyUI-RAFT": [
[ [
"Load MotionBrush", "Load MotionBrush",
@ -5306,6 +5323,7 @@
"BboxToInt", "BboxToInt",
"ColorMatch", "ColorMatch",
"ColorToMask", "ColorToMask",
"CondPassThrough",
"ConditioningMultiCombine", "ConditioningMultiCombine",
"ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine",
"ConditioningSetMaskAndCombine3", "ConditioningSetMaskAndCombine3",
@ -5326,6 +5344,7 @@
"FilterZeroMasksAndCorrespondingImages", "FilterZeroMasksAndCorrespondingImages",
"FlipSigmasAdjusted", "FlipSigmasAdjusted",
"FloatConstant", "FloatConstant",
"GLIGENTextBoxApplyBatch",
"GenerateNoise", "GenerateNoise",
"GetImageRangeFromBatch", "GetImageRangeFromBatch",
"GetImagesFromBatchIndexed", "GetImagesFromBatchIndexed",

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

@ -99,16 +99,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Load Image Dedup" "description": "Nodes:Load Image Dedup"
},
{
"author": "chaojie",
"title": "ComfyUI-Pymunk",
"reference": "https://github.com/chaojie/ComfyUI-Pymunk",
"files": [
"https://github.com/chaojie/ComfyUI-Pymunk"
],
"install_type": "git-clone",
"description": "Nodes:PymunkSpace, PymunkRun, PymunkStaticLine, PymunkDynamicBox"
} }
] ]
} }
Loading…
Cancel
Save