update DB

This commit is contained in:
Dr.Lt.Data 2024-06-05 23:07:53 +09:00
parent ddae329fbf
commit 753231ffa8
5 changed files with 252 additions and 227 deletions

View File

@ -9901,6 +9901,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is a ComfyUI node that processes your input text with the [a/Unprompted templating language](https://github.com/ThereforeGames/unprompted). Early alpha release.\n" "description": "This is a ComfyUI node that processes your input text with the [a/Unprompted templating language](https://github.com/ThereforeGames/unprompted). Early alpha release.\n"
}, },
{
"author": "Tool Of North america",
"title": "Easy automatic (square) image cropper using Yolo",
"id": "tooldigital",
"reference": "https://github.com/tooldigital/ComfyUI-Yolo-Cropper",
"files": [
"https://github.com/tooldigital/ComfyUI-Yolo-Cropper"
],
"install_type": "git-clone",
"description": "A very simple and easy to use node to automaticaaly create (square) image crops and masks using YoloV8. This can be very useful when using controlnet and ip adapters"
},
@ -10295,17 +10306,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Tool Of North america",
"title": "Easy automatic (square) image cropper using Yolo",
"id": "tooldigital",
"reference": "https://github.com/tooldigital/ComfyUI-Yolo-Cropper",
"files": [
"https://github.com/tooldigital/ComfyUI-Yolo-Cropper"
],
"install_type": "copy",
"description": "A very simple and easy to use node to automaticaaly create (square) image crops and masks using YoloV8. This can be very useful when using controlnet and ip adapters"
} }
] ]
} }

View File

@ -2797,6 +2797,7 @@
"HueShift", "HueShift",
"ImageDimensions", "ImageDimensions",
"ImageResizeLong", "ImageResizeLong",
"ImageZigzag",
"IndoorBackgrounds", "IndoorBackgrounds",
"IndoorDir", "IndoorDir",
"IntEvaluate", "IntEvaluate",
@ -3354,6 +3355,7 @@
[ [
"AudioBatchValueNode", "AudioBatchValueNode",
"AudioTranscriptionNode", "AudioTranscriptionNode",
"DownloadAudio",
"ImageRepeatInterleavedNode", "ImageRepeatInterleavedNode",
"LatentRepeatInterleavedNode", "LatentRepeatInterleavedNode",
"LoadAudio", "LoadAudio",
@ -6112,6 +6114,7 @@
], ],
"https://github.com/bobmagicii/comfykit-custom-nodes": [ "https://github.com/bobmagicii/comfykit-custom-nodes": [
[ [
"LoraThree",
"LoraWithMeta", "LoraWithMeta",
"TypecasterImage", "TypecasterImage",
"TypecasterLatent" "TypecasterLatent"
@ -8114,6 +8117,8 @@
"If ANY execute A else B", "If ANY execute A else B",
"ImageDescriptionNode", "ImageDescriptionNode",
"LatentTypeConversion", "LatentTypeConversion",
"LoadImagesByFilename",
"LoadPosEmbeds",
"LoadRandomImage", "LoadRandomImage",
"MaskFromRGB", "MaskFromRGB",
"MaskFromRGB_KMeans", "MaskFromRGB_KMeans",
@ -9058,6 +9063,7 @@
"ACE_ImageRemoveBackground", "ACE_ImageRemoveBackground",
"ACE_ImageSaveToCloud", "ACE_ImageSaveToCloud",
"ACE_Integer", "ACE_Integer",
"ACE_MaskBlur",
"ACE_Seed", "ACE_Seed",
"ACE_Text", "ACE_Text",
"ACE_TextConcatenate", "ACE_TextConcatenate",
@ -12636,7 +12642,8 @@
], ],
"https://github.com/smthemex/ComfyUI_ID_Animator": [ "https://github.com/smthemex/ComfyUI_ID_Animator": [
[ [
"ID_Animator" "ID_Animator",
"ID_Repo_Choice"
], ],
{ {
"title_aux": "ComfyUI_ID_Animator" "title_aux": "ComfyUI_ID_Animator"

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,18 @@
{
"author": "Tool Of North america",
"title": "Easy automatic (square) image cropper using Yolo",
"id": "tooldigital",
"reference": "https://github.com/tooldigital/ComfyUI-Yolo-Cropper",
"files": [
"https://github.com/tooldigital/ComfyUI-Yolo-Cropper"
],
"install_type": "git-clone",
"description": "A very simple and easy to use node to automaticaaly create (square) image crops and masks using YoloV8. This can be very useful when using controlnet and ip adapters"
},
{ {
"author": "ThereforeGames", "author": "ThereforeGames",
"title": "ComfyUI-Unprompted", "title": "ComfyUI-Unprompted",

View File

@ -2797,6 +2797,7 @@
"HueShift", "HueShift",
"ImageDimensions", "ImageDimensions",
"ImageResizeLong", "ImageResizeLong",
"ImageZigzag",
"IndoorBackgrounds", "IndoorBackgrounds",
"IndoorDir", "IndoorDir",
"IntEvaluate", "IntEvaluate",
@ -3354,6 +3355,7 @@
[ [
"AudioBatchValueNode", "AudioBatchValueNode",
"AudioTranscriptionNode", "AudioTranscriptionNode",
"DownloadAudio",
"ImageRepeatInterleavedNode", "ImageRepeatInterleavedNode",
"LatentRepeatInterleavedNode", "LatentRepeatInterleavedNode",
"LoadAudio", "LoadAudio",
@ -6112,6 +6114,7 @@
], ],
"https://github.com/bobmagicii/comfykit-custom-nodes": [ "https://github.com/bobmagicii/comfykit-custom-nodes": [
[ [
"LoraThree",
"LoraWithMeta", "LoraWithMeta",
"TypecasterImage", "TypecasterImage",
"TypecasterLatent" "TypecasterLatent"
@ -8114,6 +8117,8 @@
"If ANY execute A else B", "If ANY execute A else B",
"ImageDescriptionNode", "ImageDescriptionNode",
"LatentTypeConversion", "LatentTypeConversion",
"LoadImagesByFilename",
"LoadPosEmbeds",
"LoadRandomImage", "LoadRandomImage",
"MaskFromRGB", "MaskFromRGB",
"MaskFromRGB_KMeans", "MaskFromRGB_KMeans",
@ -9058,6 +9063,7 @@
"ACE_ImageRemoveBackground", "ACE_ImageRemoveBackground",
"ACE_ImageSaveToCloud", "ACE_ImageSaveToCloud",
"ACE_Integer", "ACE_Integer",
"ACE_MaskBlur",
"ACE_Seed", "ACE_Seed",
"ACE_Text", "ACE_Text",
"ACE_TextConcatenate", "ACE_TextConcatenate",
@ -12636,7 +12642,8 @@
], ],
"https://github.com/smthemex/ComfyUI_ID_Animator": [ "https://github.com/smthemex/ComfyUI_ID_Animator": [
[ [
"ID_Animator" "ID_Animator",
"ID_Repo_Choice"
], ],
{ {
"title_aux": "ComfyUI_ID_Animator" "title_aux": "ComfyUI_ID_Animator"