update DB

This commit is contained in:
Dr.Lt.Data
2024-09-16 02:12:53 +09:00
parent 1c19fa9e38
commit 07402c7a90
7 changed files with 2034 additions and 1952 deletions

View File

@@ -14,9 +14,9 @@
"author": "pydn",
"title": "ComfyUI to Python Extension",
"id": "comfyui-to-python-extension",
"reference": "https://github.com/pydn/ComfyUI-to-Python-Extension.git",
"reference": "https://github.com/pydn/ComfyUI-to-Python-Extension",
"files": [
"https://github.com/pydn/ComfyUI-to-Python-Extension.git"
"https://github.com/pydn/ComfyUI-to-Python-Extension"
],
"install_type": "git-clone",
"description": "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment."
@@ -32,6 +32,26 @@
"install_type": "git-clone",
"description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text."
},
{
"author": "BetaDoggo",
"title": "ComfyUI-FastSDCPU",
"reference": "https://github.com/BetaDoggo/ComfyUI-FastSDCPU",
"files": [
"https://github.com/BetaDoggo/ComfyUI-FastSDCPU"
],
"install_type": "git-clone",
"description": "A set of nodes for interfacing with the FastSDCPU webserver."
},
{
"author": "ultimatech-cn",
"title": "FaceSimilarity",
"reference": "https://github.com/ultimatech-cn/FaceSimilarity",
"files": [
"https://github.com/ultimatech-cn/FaceSimilarity/raw/main/faceSimilarity.py"
],
"install_type": "copy",
"description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:"
},
{
"author": "AIFSH",
"title": "RealisDance-ComfyUI",
@@ -677,38 +697,6 @@
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI integrates the Flux-Prompt-Enhance model, allowing you to enhance your prompts directly within your ComfyUI workflows."
},
{
"author": "Isi-dev",
"title": "ComfyUI-Img2DrawingAssistants",
"id": "Img2DrawingAssistants",
"reference": "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants",
"files": [
"https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants"
],
"install_type": "git-clone",
"description": "These are ComfyUI nodes to assist in converting an image to sketches or lineArts."
},
{
"author": "celoron",
"title": "ComfyUI-VisualQueryTemplate",
"reference": "https://github.com/celoron/ComfyUI-VisualQueryTemplate",
"files": [
"https://github.com/celoron/ComfyUI-VisualQueryTemplate"
],
"install_type": "git-clone",
"description": "A ComfyUI node for transforming images into descriptive text using templated visual question answering. Leverages Hugging Face's VQA models with transformers"
},
{
"author": "drmbt",
"title": "comfyui-dreambait-nodes",
"id": "drmbt",
"reference": "https://github.com/drmbt/comfyui-dreambait-nodes",
"files": [
"https://github.com/drmbt/comfyui-dreambait-nodes"
],
"install_type": "git-clone",
"description": "A collection of forks, QoL nodes and utilities for ComfyUI"
}
]
}