mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
999fce6d4c
commit
4b96bf1e4e
@ -3020,6 +3020,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:Q-Align Scoring. Implementation of [a/Q-Align](https://arxiv.org/abs/2312.17090) for ComfyUI"
|
"description": "Nodes:Q-Align Scoring. Implementation of [a/Q-Align](https://arxiv.org/abs/2312.17090) for ComfyUI"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "ZHO-ZHO-ZHO",
|
||||||
|
"title": "ComfyUI-InstantID",
|
||||||
|
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "kenjiqq",
|
"author": "kenjiqq",
|
||||||
"title": "qq-nodes-comfyui",
|
"title": "qq-nodes-comfyui",
|
||||||
|
|||||||
@ -2244,7 +2244,9 @@
|
|||||||
"tri3d-pose-to-image",
|
"tri3d-pose-to-image",
|
||||||
"tri3d-position-hands",
|
"tri3d-position-hands",
|
||||||
"tri3d-position-parts-batch",
|
"tri3d-position-parts-batch",
|
||||||
"tri3d-recolor",
|
"tri3d-recolor-mask",
|
||||||
|
"tri3d-recolor-mask-LAB_space",
|
||||||
|
"tri3d-recolor-mask-RGB_space",
|
||||||
"tri3d-skin-feathered-padded-mask",
|
"tri3d-skin-feathered-padded-mask",
|
||||||
"tri3d-swap-pixels"
|
"tri3d-swap-pixels"
|
||||||
],
|
],
|
||||||
@ -2802,6 +2804,20 @@
|
|||||||
"title_aux": "ComfyUI-Gemini"
|
"title_aux": "ComfyUI-Gemini"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": [
|
||||||
|
[
|
||||||
|
"IDBaseModelLoader_fromhub",
|
||||||
|
"IDBaseModelLoader_local",
|
||||||
|
"IDControlNetLoader",
|
||||||
|
"IDGenerationNode",
|
||||||
|
"ID_Prompt_Styler",
|
||||||
|
"InsightFaceLoader",
|
||||||
|
"Ipadapter_instantidLoader"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-InstantID"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [
|
||||||
[
|
[
|
||||||
"QAlign_Zho"
|
"QAlign_Zho"
|
||||||
@ -3428,6 +3444,7 @@
|
|||||||
"RGB to HSV",
|
"RGB to HSV",
|
||||||
"Rect Grab Cut",
|
"Rect Grab Cut",
|
||||||
"Remap",
|
"Remap",
|
||||||
|
"RemapBarrelDistortion",
|
||||||
"RemapFromInsideParabolas",
|
"RemapFromInsideParabolas",
|
||||||
"RemapFromQuadrilateral (homography)",
|
"RemapFromQuadrilateral (homography)",
|
||||||
"RemapInsideParabolas",
|
"RemapInsideParabolas",
|
||||||
@ -5347,6 +5364,7 @@
|
|||||||
"ImpactCompare",
|
"ImpactCompare",
|
||||||
"ImpactConcatConditionings",
|
"ImpactConcatConditionings",
|
||||||
"ImpactConditionalBranch",
|
"ImpactConditionalBranch",
|
||||||
|
"ImpactConditionalBranchSelMode",
|
||||||
"ImpactConditionalStopIteration",
|
"ImpactConditionalStopIteration",
|
||||||
"ImpactControlBridge",
|
"ImpactControlBridge",
|
||||||
"ImpactControlNetApplySEGS",
|
"ImpactControlNetApplySEGS",
|
||||||
|
|||||||
@ -11,16 +11,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
|
||||||
"author": "ZHO-ZHO-ZHO",
|
|
||||||
"title": "ComfyUI-InstantID (WIP)",
|
|
||||||
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "solarpush",
|
"author": "solarpush",
|
||||||
"title": "comfyui_sendimage_node",
|
"title": "comfyui_sendimage_node",
|
||||||
|
|||||||
@ -10,6 +10,16 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "ZHO-ZHO-ZHO",
|
||||||
|
"title": "ComfyUI-InstantID",
|
||||||
|
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "FlyingFireCo",
|
"author": "FlyingFireCo",
|
||||||
"title": "tiled_ksampler",
|
"title": "tiled_ksampler",
|
||||||
@ -681,26 +691,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "An experiment about combining multiple LoRAs with [a/DARE](https://arxiv.org/pdf/2311.03099.pdf)"
|
"description": "An experiment about combining multiple LoRAs with [a/DARE](https://arxiv.org/pdf/2311.03099.pdf)"
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "tocubed",
|
|
||||||
"title": "ComfyUI-AudioReactor",
|
|
||||||
"reference": "https://github.com/tocubed/ComfyUI-AudioReactor",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/tocubed/ComfyUI-AudioReactor"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Nodes: Shadertoy, Load Audio (from Path), Audio Frame Transform (Shadertoy), Audio Frame Transform (Beats)"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "spacepxl",
|
|
||||||
"title": "ComfyUI-RAVE",
|
|
||||||
"reference": "https://github.com/spacepxl/ComfyUI-RAVE",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/spacepxl/ComfyUI-RAVE"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Unofficial ComfyUI implementation of [a/RAVE](https://rave-video.github.io/)"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2244,7 +2244,9 @@
|
|||||||
"tri3d-pose-to-image",
|
"tri3d-pose-to-image",
|
||||||
"tri3d-position-hands",
|
"tri3d-position-hands",
|
||||||
"tri3d-position-parts-batch",
|
"tri3d-position-parts-batch",
|
||||||
"tri3d-recolor",
|
"tri3d-recolor-mask",
|
||||||
|
"tri3d-recolor-mask-LAB_space",
|
||||||
|
"tri3d-recolor-mask-RGB_space",
|
||||||
"tri3d-skin-feathered-padded-mask",
|
"tri3d-skin-feathered-padded-mask",
|
||||||
"tri3d-swap-pixels"
|
"tri3d-swap-pixels"
|
||||||
],
|
],
|
||||||
@ -2802,6 +2804,20 @@
|
|||||||
"title_aux": "ComfyUI-Gemini"
|
"title_aux": "ComfyUI-Gemini"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": [
|
||||||
|
[
|
||||||
|
"IDBaseModelLoader_fromhub",
|
||||||
|
"IDBaseModelLoader_local",
|
||||||
|
"IDControlNetLoader",
|
||||||
|
"IDGenerationNode",
|
||||||
|
"ID_Prompt_Styler",
|
||||||
|
"InsightFaceLoader",
|
||||||
|
"Ipadapter_instantidLoader"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-InstantID"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [
|
||||||
[
|
[
|
||||||
"QAlign_Zho"
|
"QAlign_Zho"
|
||||||
@ -3428,6 +3444,7 @@
|
|||||||
"RGB to HSV",
|
"RGB to HSV",
|
||||||
"Rect Grab Cut",
|
"Rect Grab Cut",
|
||||||
"Remap",
|
"Remap",
|
||||||
|
"RemapBarrelDistortion",
|
||||||
"RemapFromInsideParabolas",
|
"RemapFromInsideParabolas",
|
||||||
"RemapFromQuadrilateral (homography)",
|
"RemapFromQuadrilateral (homography)",
|
||||||
"RemapInsideParabolas",
|
"RemapInsideParabolas",
|
||||||
@ -5347,6 +5364,7 @@
|
|||||||
"ImpactCompare",
|
"ImpactCompare",
|
||||||
"ImpactConcatConditionings",
|
"ImpactConcatConditionings",
|
||||||
"ImpactConditionalBranch",
|
"ImpactConditionalBranch",
|
||||||
|
"ImpactConditionalBranchSelMode",
|
||||||
"ImpactConditionalStopIteration",
|
"ImpactConditionalStopIteration",
|
||||||
"ImpactControlBridge",
|
"ImpactControlBridge",
|
||||||
"ImpactControlNetApplySEGS",
|
"ImpactControlNetApplySEGS",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user