mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
c9d7fc62ba
commit
280ed0322c
@ -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",
|
||||
|
||||
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user