mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-20 03:42:59 +08:00
update DB
This commit is contained in:
parent
c9d7fc62ba
commit
280ed0322c
@ -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,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."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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…
Reference in New Issue
Block a user