mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
82f31603eb
commit
d547952bc5
@ -2889,6 +2889,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:Any List, Image Accumulator Start, Image Accumulator End, Load Lines From Text File, XY Grid Helper, Slice List, Axis To String/Int/Float/Model, ..."
|
"description": "Nodes:Any List, Image Accumulator Start, Image Accumulator End, Load Lines From Text File, XY Grid Helper, Slice List, Axis To String/Int/Float/Model, ..."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "80sVectorz",
|
||||||
|
"title": "ComfyUI-Static-Primitives",
|
||||||
|
"reference": "https://github.com/80sVectorz/ComfyUI-Static-Primitives",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/80sVectorz/ComfyUI-Static-Primitives"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Adds Static Primitives to ComfyUI. Mostly to work with reroute nodes"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Off-Live",
|
"author": "Off-Live",
|
||||||
"title": "ComfyUI-off-suite",
|
"title": "ComfyUI-off-suite",
|
||||||
|
|||||||
@ -28,6 +28,17 @@
|
|||||||
"title_aux": "ComfyUI-safety-checker"
|
"title_aux": "ComfyUI-safety-checker"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/80sVectorz/ComfyUI-Static-Primitives": [
|
||||||
|
[
|
||||||
|
"FloatStaticPrimitive",
|
||||||
|
"IntStaticPrimitive",
|
||||||
|
"StringMlStaticPrimitive",
|
||||||
|
"StringStaticPrimitive"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Static-Primitives"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AIrjen/OneButtonPrompt": [
|
"https://github.com/AIrjen/OneButtonPrompt": [
|
||||||
[
|
[
|
||||||
"CreatePromptVariant",
|
"CreatePromptVariant",
|
||||||
@ -3623,6 +3634,7 @@
|
|||||||
"MaskListToMaskBatch",
|
"MaskListToMaskBatch",
|
||||||
"MaskPainter",
|
"MaskPainter",
|
||||||
"MaskToSEGS",
|
"MaskToSEGS",
|
||||||
|
"MaskToSEGS_for_AnimateDiff",
|
||||||
"MasksToMaskList",
|
"MasksToMaskList",
|
||||||
"MediaPipeFaceMeshToSEGS",
|
"MediaPipeFaceMeshToSEGS",
|
||||||
"NoiseInjectionDetailerHookProvider",
|
"NoiseInjectionDetailerHookProvider",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "80sVectorz",
|
||||||
|
"title": "ComfyUI-Static-Primitives",
|
||||||
|
"reference": "https://github.com/80sVectorz/ComfyUI-Static-Primitives",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/80sVectorz/ComfyUI-Static-Primitives"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Adds Static Primitives to ComfyUI. Mostly to work with reroute nodes"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "kenjiqq",
|
"author": "kenjiqq",
|
||||||
"title": "qq-nodes-comfyui",
|
"title": "qq-nodes-comfyui",
|
||||||
|
|||||||
@ -28,6 +28,17 @@
|
|||||||
"title_aux": "ComfyUI-safety-checker"
|
"title_aux": "ComfyUI-safety-checker"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/80sVectorz/ComfyUI-Static-Primitives": [
|
||||||
|
[
|
||||||
|
"FloatStaticPrimitive",
|
||||||
|
"IntStaticPrimitive",
|
||||||
|
"StringMlStaticPrimitive",
|
||||||
|
"StringStaticPrimitive"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Static-Primitives"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AIrjen/OneButtonPrompt": [
|
"https://github.com/AIrjen/OneButtonPrompt": [
|
||||||
[
|
[
|
||||||
"CreatePromptVariant",
|
"CreatePromptVariant",
|
||||||
@ -3623,6 +3634,7 @@
|
|||||||
"MaskListToMaskBatch",
|
"MaskListToMaskBatch",
|
||||||
"MaskPainter",
|
"MaskPainter",
|
||||||
"MaskToSEGS",
|
"MaskToSEGS",
|
||||||
|
"MaskToSEGS_for_AnimateDiff",
|
||||||
"MasksToMaskList",
|
"MasksToMaskList",
|
||||||
"MediaPipeFaceMeshToSEGS",
|
"MediaPipeFaceMeshToSEGS",
|
||||||
"NoiseInjectionDetailerHookProvider",
|
"NoiseInjectionDetailerHookProvider",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user