update DB

This commit is contained in:
Dr.Lt.Data
2024-02-02 23:35:47 +09:00
parent 08e0f8517c
commit 19c9e4a217
7 changed files with 265 additions and 102 deletions

View File

@@ -2497,6 +2497,26 @@
"install_type": "git-clone",
"description": "3D, ScreenShareNode & FloatingVideoNode, SpeechRecognition & SpeechSynthesis, GPT, LoadImagesFromLocal, Layers, Other Nodes, ..."
},
{
"author": "shadowcz007",
"title": "comfyui-ultralytics-yolo",
"reference": "https://github.com/shadowcz007/comfyui-ultralytics-yolo",
"files": [
"https://github.com/shadowcz007/comfyui-ultralytics-yolo"
],
"install_type": "git-clone",
"description": "Nodes:Detect By Label."
},
{
"author": "shadowcz007",
"title": "Consistency Decoder",
"reference": "https://github.com/shadowcz007/comfyui-consistency-decoder",
"files": [
"https://github.com/shadowcz007/comfyui-consistency-decoder"
],
"install_type": "git-clone",
"description": "[a/openai Consistency Decoder](https://github.com/openai/consistencydecoder). After downloading the [a/OpenAI VAE model](https://openaipublic.azureedge.net/diff-vae/c9cebd3132dd9c42936d803e33424145a748843c8f716c0814838bdc8a2fe7cb/decoder.pt), place it in the `model/vae` directory for use."
},
{
"author": "ostris",
"title": "Ostris Nodes ComfyUI",
@@ -3933,6 +3953,26 @@
"install_type": "git-clone",
"description": "A custom node on ComfyUI that saves images in AVIF format. Workflow can be loaded from images saved at this node."
},
{
"author": "pkpkTech",
"title": "ComfyUI-ngrok",
"reference": "https://github.com/pkpkTech/ComfyUI-ngrok",
"files": [
"https://github.com/pkpkTech/ComfyUI-ngrok"
],
"install_type": "git-clone",
"description": "Use ngrok to allow external access to ComfyUI.\nNOTE: Need to manually modify a token inside the __init__.py file."
},
{
"author": "pkpk",
"title": "ComfyUI-TemporaryLoader",
"reference": "https://github.com/pkpkTech/ComfyUI-TemporaryLoader",
"files": [
"https://github.com/pkpkTech/ComfyUI-TemporaryLoader"
],
"install_type": "git-clone",
"description": "This is a custom node of ComfyUI that downloads and loads models from the input URL. The model is temporarily downloaded into memory and not saved to storage.\nThis could be useful when trying out models or when using various models on machines with limited storage. Since the model is downloaded into memory, expect higher memory usage than usual."
},
{
"author": "Crystian",
"title": "Crystools",
@@ -4614,16 +4654,6 @@
"install_type": "git-clone",
"description": "Custom node for ComfyUI that makes parts of the image transparent (face, background...)"
},
{
"author": "pkpkTech",
"title": "ComfyUI-ngrok",
"reference": "https://github.com/pkpkTech/ComfyUI-ngrok",
"files": [
"https://github.com/pkpkTech/ComfyUI-ngrok"
],
"install_type": "git-clone",
"description": "Use ngrok to allow external access to ComfyUI.\nNOTE: Need to manually modify a token inside the __init__.py file."
},
{
"author": "Abdullah Ozmantar",
"title": "InstaSwap Face Swap Node for ComfyUI",
@@ -4794,16 +4824,6 @@
"install_type": "git-clone",
"description": "Nodes:segformer_clothes, segformer_agnostic, segformer_remove_bg, stabel_vition. Nodes for model dress up."
},
{
"author": "shadowcz007",
"title": "comfyui-ultralytics-yolo",
"reference": "https://github.com/shadowcz007/comfyui-ultralytics-yolo",
"files": [
"https://github.com/shadowcz007/comfyui-ultralytics-yolo"
],
"install_type": "git-clone",
"description": "Nodes:Detect By Label."
},
{
"author": "ricklove",
"title": "comfyui-ricklove",
@@ -4856,13 +4876,23 @@
},
{
"author": "trumanwong",
"title": "ComfyUI-NSFW-Detection",
"reference": "https://github.com/trumanwong/ComfyUI-NSFW-Detection",
"files": [
"https://github.com/trumanwong/ComfyUI-NSFW-Detection"
],
"install_type": "git-clone",
"description": "An implementation of NSFW Detection for ComfyUI"
"title": "ComfyUI-NSFW-Detection",
"reference": "https://github.com/trumanwong/ComfyUI-NSFW-Detection",
"files": [
"https://github.com/trumanwong/ComfyUI-NSFW-Detection"
],
"install_type": "git-clone",
"description": "An implementation of NSFW Detection for ComfyUI"
},
{
"author": "TemryL",
"title": "ComfyS3: Amazon S3 Integration for ComfyUI",
"reference": "https://github.com/TemryL/ComfyS3",
"files": [
"https://github.com/TemryL/ComfyS3"
],
"install_type": "git-clone",
"description": "ComfyS3 seamlessly integrates with [a/Amazon S3](https://aws.amazon.com/en/s3/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface."
},