update DB

This commit is contained in:
Dr.Lt.Data 2024-07-06 09:55:59 +09:00
parent 386af67a4c
commit de89992257
5 changed files with 702 additions and 703 deletions

View File

@ -11124,6 +11124,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:BBOXPadding, BBOXResize, ResizeKeepRatio." "description": "Nodes:BBOXPadding, BBOXResize, ResizeKeepRatio."
}, },
{
"author": "Smuzzies",
"title": "comfyui_meme_maker",
"reference": "https://github.com/Smuzzies/comfyui_meme_maker",
"files": [
"https://github.com/Smuzzies/comfyui_meme_maker"
],
"install_type": "copy",
"description": "Meme Maker Node for ComfyUI."
},

View File

@ -12442,6 +12442,7 @@
"PettyPaintImageColorsToMasks", "PettyPaintImageColorsToMasks",
"PettyPaintImageCompositeMasked", "PettyPaintImageCompositeMasked",
"PettyPaintImageDims", "PettyPaintImageDims",
"PettyPaintImageMaskCropper",
"PettyPaintImagePlacement", "PettyPaintImagePlacement",
"PettyPaintImageSave", "PettyPaintImageSave",
"PettyPaintImageStore", "PettyPaintImageStore",

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,16 @@
{
"author": "Smuzzies",
"title": "comfyui_meme_maker",
"reference": "https://github.com/Smuzzies/comfyui_meme_maker",
"files": [
"https://github.com/Smuzzies/comfyui_meme_maker"
],
"install_type": "copy",
"description": "Meme Maker Node for ComfyUI."
},
{ {
"author": "kijai", "author": "kijai",
"title": "ComfyUI-LivePortraitKJ", "title": "ComfyUI-LivePortraitKJ",
@ -682,28 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "[a/https://huggingface.co/microsoft/Florence-2-large-ft](https://huggingface.co/microsoft/Florence-2-large-ft)\nLarge or base model, support for captioning and bbox task modes, more coming soon." "description": "[a/https://huggingface.co/microsoft/Florence-2-large-ft](https://huggingface.co/microsoft/Florence-2-large-ft)\nLarge or base model, support for captioning and bbox task modes, more coming soon."
},
{
"author": "kijai",
"title": "ComfyUI-LuminaWrapper",
"id": "lumina",
"reference": "https://github.com/kijai/ComfyUI-LuminaWrapper",
"files": [
"https://github.com/kijai/ComfyUI-LuminaWrapper"
],
"install_type": "git-clone",
"description": "ComfyUI wrapper nodes for Lumina models"
},
{
"author": "kadirnar",
"title": "ComfyUI-YOLO",
"id": "comfy-yolo",
"reference": "https://github.com/kadirnar/ComfyUI-YOLO",
"files": [
"https://github.com/kadirnar/ComfyUI-YOLO"
],
"install_type": "git-clone",
"description": "Nodes:Load Ultralytics Model, Ultralytics Inference, Ultralytics Visualization, Convert to Dictionary, BBox to XYWH"
} }
] ]
} }

View File

@ -12442,6 +12442,7 @@
"PettyPaintImageColorsToMasks", "PettyPaintImageColorsToMasks",
"PettyPaintImageCompositeMasked", "PettyPaintImageCompositeMasked",
"PettyPaintImageDims", "PettyPaintImageDims",
"PettyPaintImageMaskCropper",
"PettyPaintImagePlacement", "PettyPaintImagePlacement",
"PettyPaintImageSave", "PettyPaintImageSave",
"PettyPaintImageStore", "PettyPaintImageStore",