update DB

This commit is contained in:
Dr.Lt.Data 2024-03-09 09:46:15 +09:00
parent 7f2d59fabc
commit ebdc72681c
2 changed files with 31 additions and 32 deletions

View File

@ -5868,6 +5868,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node creates a sequence of frames by moving and scaling a subject image over a background image." "description": "This node creates a sequence of frames by moving and scaling a subject image over a background image."
}, },
{
"author": "hackkhai",
"title": "ComfyUI-Image-Matting",
"reference": "https://github.com/hackkhai/ComfyUI-Image-Matting",
"files": [
"https://github.com/hackkhai/ComfyUI-Image-Matting"
],
"install_type": "git-clone",
"description": "This node improves the quality of the image mask. more suitable for image composite matting"
},
@ -6233,16 +6243,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": "hackkhai",
"title": "ComfyUI-Image-Matting",
"reference": "https://github.com/hackkhai/ComfyUI-Image-Matting",
"files": [
"https://github.com/hackkhai/ComfyUI-Image-Matting"
],
"install_type": "git-clone",
"description": "This node improves the quality of the image mask. more suitable for image composite matting"
} }
] ]
} }

View File

@ -10,6 +10,26 @@
}, },
{
"author": "hackkhai",
"title": "ComfyUI-Image-Matting",
"reference": "https://github.com/hackkhai/ComfyUI-Image-Matting",
"files": [
"https://github.com/hackkhai/ComfyUI-Image-Matting"
],
"install_type": "git-clone",
"description": "This node improves the quality of the image mask. more suitable for image composite matting"
},
{
"author": "diSty",
"title": "ComfyUI Frame Maker",
"reference": "https://github.com/diStyApps/ComfyUI_FrameMaker",
"files": [
"https://github.com/diStyApps/ComfyUI_FrameMaker"
],
"install_type": "git-clone",
"description": "This node creates a sequence of frames by moving and scaling a subject image over a background image."
},
{ {
"author": "laksjdjf", "author": "laksjdjf",
"title": "LoRTnoC-ComfyUI", "title": "LoRTnoC-ComfyUI",
@ -671,27 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A janky implementation of Sonar sampling (momentum-based sampling) for ComfyUI." "description": "A janky implementation of Sonar sampling (momentum-based sampling) for ComfyUI."
},
{
"author": "StartHua",
"title": "comfyui_segformer_b2_clothes",
"reference": "https://github.com/StartHua/Comfyui_segformer_b2_clothes",
"files": [
"https://github.com/StartHua/Comfyui_segformer_b2_clothes"
],
"install_type": "git-clone",
"description": "SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)"
},
{
"author": "AshMartian",
"title": "Dir Gir",
"reference": "https://github.com/AshMartian/ComfyUI-DirGir",
"files": [
"https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py",
"https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py"
],
"install_type": "copy",
"description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering."
} }
] ]
} }