diff --git a/extension-node-map.json b/extension-node-map.json index 4ece2244..3068e549 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3338,6 +3338,8 @@ "EditableCLIPEncode", "FilterSchedule", "LoRAScheduler", + "PCApplySettings", + "PCScheduleSettings", "PCSplitSampling", "PromptControlSimple", "PromptToSchedule", @@ -3888,6 +3890,21 @@ "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": [ [ "Load MotionBrush", @@ -5306,6 +5323,7 @@ "BboxToInt", "ColorMatch", "ColorToMask", + "CondPassThrough", "ConditioningMultiCombine", "ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine3", @@ -5326,6 +5344,7 @@ "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", "FloatConstant", + "GLIGENTextBoxApplyBatch", "GenerateNoise", "GetImageRangeFromBatch", "GetImagesFromBatchIndexed", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 3f1f878d..ac042801 100644 --- a/node_db/new/custom-node-list.json +++ b/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", "title": "ComfyUI-Qwen-VL-API", @@ -679,16 +689,6 @@ ], "install_type": "git-clone", "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." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4ece2244..3068e549 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3338,6 +3338,8 @@ "EditableCLIPEncode", "FilterSchedule", "LoRAScheduler", + "PCApplySettings", + "PCScheduleSettings", "PCSplitSampling", "PromptControlSimple", "PromptToSchedule", @@ -3888,6 +3890,21 @@ "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": [ [ "Load MotionBrush", @@ -5306,6 +5323,7 @@ "BboxToInt", "ColorMatch", "ColorToMask", + "CondPassThrough", "ConditioningMultiCombine", "ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine3", @@ -5326,6 +5344,7 @@ "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", "FloatConstant", + "GLIGENTextBoxApplyBatch", "GenerateNoise", "GetImageRangeFromBatch", "GetImagesFromBatchIndexed", diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index f96625db..0930d392 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -99,16 +99,6 @@ ], "install_type": "git-clone", "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" } ] } \ No newline at end of file