diff --git a/custom-node-list.json b/custom-node-list.json index 0fac6b05..36235016 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9821,9 +9821,9 @@ "author": "DarKDinDoN", "title": "ComfyUI Checkpoint Automatic Config", "id": "checkpoint-autoconfig", - "reference": "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config", + "reference": "https://github.com/mech-tools/comfyui-checkpoint-automatic-config", "files": [ - "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config" + "https://github.com/mech-tools/comfyui-checkpoint-automatic-config" ], "install_type": "git-clone", "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", "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." + }, diff --git a/extension-node-map.json b/extension-node-map.json index d7350624..3900fbba 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1719,15 +1719,6 @@ "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": [ [ "AdvancedPromptInjection", @@ -14588,6 +14579,16 @@ "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": [ [ "Base64ToImage", @@ -15465,6 +15466,15 @@ "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": [ [ "Animation Builder (mtb)", @@ -18205,6 +18215,7 @@ "FoxFaceShaperModels", "FoxFaceWarp", "FoxGenSwapPathText", + "FoxGetImageScaleBySize", "FoxGrowMaskWithBlur", "FoxImageAdd", "FoxImageConcanate", diff --git a/github-stats.json b/github-stats.json index a371e025..7dda3c52 100644 --- a/github-stats.json +++ b/github-stats.json @@ -4754,6 +4754,11 @@ "last_update": "2024-07-07 03:45:48", "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": { "stars": 40, "last_update": "2024-09-04 07:44:41", @@ -4999,6 +5004,11 @@ "last_update": "2024-05-22 20:43:37", "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": { "stars": 408, "last_update": "2024-09-05 12:50:48", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 30123a38..39673a6a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -34,6 +34,16 @@ "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." }, + { + "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", "title": "ComfyUI_YoloSegment_Mask", @@ -686,17 +696,6 @@ ], "install_type": "git-clone", "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)" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d7350624..3900fbba 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1719,15 +1719,6 @@ "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": [ [ "AdvancedPromptInjection", @@ -14588,6 +14579,16 @@ "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": [ [ "Base64ToImage", @@ -15465,6 +15466,15 @@ "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": [ [ "Animation Builder (mtb)", @@ -18205,6 +18215,7 @@ "FoxFaceShaperModels", "FoxFaceWarp", "FoxGenSwapPathText", + "FoxGetImageScaleBySize", "FoxGrowMaskWithBlur", "FoxImageAdd", "FoxImageConcanate",