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

View File

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