update DB

This commit is contained in:
Dr.Lt.Data 2024-09-05 23:32:06 +09:00
parent 2e4d1d51e5
commit 3d0d201208
5 changed files with 72 additions and 31 deletions

View File

@ -9821,9 +9821,9 @@
"author": "DarKDinDoN", "author": "DarKDinDoN",
"title": "ComfyUI Checkpoint Automatic Config", "title": "ComfyUI Checkpoint Automatic Config",
"id": "checkpoint-autoconfig", "id": "checkpoint-autoconfig",
"reference": "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config", "reference": "https://github.com/mech-tools/comfyui-checkpoint-automatic-config",
"files": [ "files": [
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config" "https://github.com/mech-tools/comfyui-checkpoint-automatic-config"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node was designed to help with checkpoint configuration. Fee free to add new checkpoint configurations!" "description": "This node was designed to help with checkpoint configuration. Fee free to add new checkpoint configurations!"
@ -14181,6 +14181,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES:Object Mask.\nNOTE:push [a/yolov8x-seg.pt](https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8x-seg.pt) in models/yolo" "description": "NODES:Object Mask.\nNOTE:push [a/yolov8x-seg.pt](https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8x-seg.pt) in models/yolo"
}, },
{
"author": "lldacing",
"title": "ComfyUI_BiRefNet_ll",
"reference": "https://github.com/lldacing/ComfyUI_BiRefNet_ll",
"files": [
"https://github.com/lldacing/ComfyUI_BiRefNet_ll"
],
"install_type": "git-clone",
"description": "NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet."
},

View File

@ -1719,15 +1719,6 @@
"title_aux": "ComfyUI-Depth2Mask" "title_aux": "ComfyUI-Depth2Mask"
} }
], ],
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [
[
"CheckpointAutomaticConfig",
"ConfigPipe"
],
{
"title_aux": "ComfyUI Checkpoint Automatic Config"
}
],
"https://github.com/DataCTE/prompt_injection": [ "https://github.com/DataCTE/prompt_injection": [
[ [
"AdvancedPromptInjection", "AdvancedPromptInjection",
@ -14588,6 +14579,16 @@
"title_aux": "ComfyUI AnyNode: Any Node you ask for" "title_aux": "ComfyUI AnyNode: Any Node you ask for"
} }
], ],
"https://github.com/lldacing/ComfyUI_BiRefNet_ll": [
[
"LoadBiRefNetModelByName",
"LoadRembgByBiRefNetModel",
"RembgByBiRefNet"
],
{
"title_aux": "ComfyUI_BiRefNet_ll"
}
],
"https://github.com/lldacing/comfyui-easyapi-nodes": [ "https://github.com/lldacing/comfyui-easyapi-nodes": [
[ [
"Base64ToImage", "Base64ToImage",
@ -15465,6 +15466,15 @@
"title_aux": "ComfyUI-Prompt-Expansion" "title_aux": "ComfyUI-Prompt-Expansion"
} }
], ],
"https://github.com/mech-tools/comfyui-checkpoint-automatic-config": [
[
"CheckpointAutomaticConfig",
"ConfigPipe"
],
{
"title_aux": "ComfyUI Checkpoint Automatic Config"
}
],
"https://github.com/melMass/comfy_mtb": [ "https://github.com/melMass/comfy_mtb": [
[ [
"Animation Builder (mtb)", "Animation Builder (mtb)",
@ -18205,6 +18215,7 @@
"FoxFaceShaperModels", "FoxFaceShaperModels",
"FoxFaceWarp", "FoxFaceWarp",
"FoxGenSwapPathText", "FoxGenSwapPathText",
"FoxGetImageScaleBySize",
"FoxGrowMaskWithBlur", "FoxGrowMaskWithBlur",
"FoxImageAdd", "FoxImageAdd",
"FoxImageConcanate", "FoxImageConcanate",

View File

@ -4754,6 +4754,11 @@
"last_update": "2024-07-07 03:45:48", "last_update": "2024-07-07 03:45:48",
"author_account_age_days": 172 "author_account_age_days": 172
}, },
"https://github.com/lldacing/ComfyUI_BiRefNet_ll": {
"stars": 1,
"last_update": "2024-09-05 13:54:49",
"author_account_age_days": 2166
},
"https://github.com/lldacing/comfyui-easyapi-nodes": { "https://github.com/lldacing/comfyui-easyapi-nodes": {
"stars": 40, "stars": 40,
"last_update": "2024-09-04 07:44:41", "last_update": "2024-09-04 07:44:41",
@ -4999,6 +5004,11 @@
"last_update": "2024-05-22 20:43:37", "last_update": "2024-05-22 20:43:37",
"author_account_age_days": 3276 "author_account_age_days": 3276
}, },
"https://github.com/mech-tools/comfyui-checkpoint-automatic-config": {
"stars": 4,
"last_update": "2024-09-05 14:23:29",
"author_account_age_days": 4513
},
"https://github.com/melMass/comfy_mtb": { "https://github.com/melMass/comfy_mtb": {
"stars": 408, "stars": 408,
"last_update": "2024-09-05 12:50:48", "last_update": "2024-09-05 12:50:48",

View File

@ -34,6 +34,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This repository provides custom nodes for ComfyUI that enable pixel art style image processing, including downscaling, upscaling, color quantization, and resolution adjustments." "description": "This repository provides custom nodes for ComfyUI that enable pixel art style image processing, including downscaling, upscaling, color quantization, and resolution adjustments."
}, },
{
"author": "lldacing",
"title": "ComfyUI_BiRefNet_ll",
"reference": "https://github.com/lldacing/ComfyUI_BiRefNet_ll",
"files": [
"https://github.com/lldacing/ComfyUI_BiRefNet_ll"
],
"install_type": "git-clone",
"description": "NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet."
},
{ {
"author": "Trgtuan10", "author": "Trgtuan10",
"title": "ComfyUI_YoloSegment_Mask", "title": "ComfyUI_YoloSegment_Mask",
@ -686,17 +696,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Quick connections, Circuit board connections" "description": "Quick connections, Circuit board connections"
},
{
"author": "hyejinlee12",
"title": "ComfyUI-Fill-Image-for-Outpainting",
"id": "LoadFiles",
"reference": "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting",
"files": [
"https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting"
],
"install_type": "git-clone",
"description": "This node is to fill image for outpainting(inpainting)\nFill image using cv2 methods(cv2_ns, cv2_telea and edge_pad)"
} }
] ]
} }

View File

@ -1719,15 +1719,6 @@
"title_aux": "ComfyUI-Depth2Mask" "title_aux": "ComfyUI-Depth2Mask"
} }
], ],
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [
[
"CheckpointAutomaticConfig",
"ConfigPipe"
],
{
"title_aux": "ComfyUI Checkpoint Automatic Config"
}
],
"https://github.com/DataCTE/prompt_injection": [ "https://github.com/DataCTE/prompt_injection": [
[ [
"AdvancedPromptInjection", "AdvancedPromptInjection",
@ -14588,6 +14579,16 @@
"title_aux": "ComfyUI AnyNode: Any Node you ask for" "title_aux": "ComfyUI AnyNode: Any Node you ask for"
} }
], ],
"https://github.com/lldacing/ComfyUI_BiRefNet_ll": [
[
"LoadBiRefNetModelByName",
"LoadRembgByBiRefNetModel",
"RembgByBiRefNet"
],
{
"title_aux": "ComfyUI_BiRefNet_ll"
}
],
"https://github.com/lldacing/comfyui-easyapi-nodes": [ "https://github.com/lldacing/comfyui-easyapi-nodes": [
[ [
"Base64ToImage", "Base64ToImage",
@ -15465,6 +15466,15 @@
"title_aux": "ComfyUI-Prompt-Expansion" "title_aux": "ComfyUI-Prompt-Expansion"
} }
], ],
"https://github.com/mech-tools/comfyui-checkpoint-automatic-config": [
[
"CheckpointAutomaticConfig",
"ConfigPipe"
],
{
"title_aux": "ComfyUI Checkpoint Automatic Config"
}
],
"https://github.com/melMass/comfy_mtb": [ "https://github.com/melMass/comfy_mtb": [
[ [
"Animation Builder (mtb)", "Animation Builder (mtb)",
@ -18205,6 +18215,7 @@
"FoxFaceShaperModels", "FoxFaceShaperModels",
"FoxFaceWarp", "FoxFaceWarp",
"FoxGenSwapPathText", "FoxGenSwapPathText",
"FoxGetImageScaleBySize",
"FoxGrowMaskWithBlur", "FoxGrowMaskWithBlur",
"FoxImageAdd", "FoxImageAdd",
"FoxImageConcanate", "FoxImageConcanate",