update DB

This commit is contained in:
Dr.Lt.Data
2024-06-14 10:07:48 +09:00
parent b5e383cadc
commit fa1ab99dc2
5 changed files with 1368 additions and 1187 deletions

View File

@@ -6695,6 +6695,17 @@
"install_type": "git-clone",
"description": "ComfyUI nodes to use [a/FLATTEN: optical FLow-guided ATTENtion for consistent text-to-video editing](https://github.com/yrcong/flatten)."
},
{
"author": "logtd",
"title": "ComfyUI-FLATTEN",
"id": "flatten",
"reference": "https://github.com/logtd/ComfyUI-FlattenFlow",
"files": [
"https://github.com/logtd/ComfyUI-FlattenFlow"
],
"install_type": "git-clone",
"description": "An alternate trajectory processor for ComfyUI-FLATTEN\nNOTE:When using this trajectory type FLATTEN will use roughly 1/4 VRAM and be ~20% faster at the cost of some consistency (especially when injection_steps are low)."
},
{
"author": "logtd",
"title": "ComfyUI-RAVE Attention",
@@ -8019,6 +8030,17 @@
"install_type": "git-clone",
"description": "Use RetinaFace to detect and automatically crop faces."
},
{
"author": "liusida",
"title": "ComfyUI-SD3-nodes",
"id": "sd3-nodes",
"reference": "https://github.com/liusida/ComfyUI-SD3-nodes",
"files": [
"https://github.com/liusida/ComfyUI-SD3-nodes"
],
"install_type": "git-clone",
"description": "Nodes that support Stable Diffusion 3 Medium better."
},
{
"author": "jtydhr88",
"title": "ComfyUI-Workflow-Encrypt",
@@ -10209,6 +10231,29 @@
"install_type": "git-clone",
"description": "A prompt generator and CLIP encoder using AI provided by Ollama."
},
{
"author": "toxicwind",
"title": "TTools for ComfyUI",
"id": "ttools",
"reference": "https://github.com/toxicwind/ComfyUI-TTools",
"files": [
"https://github.com/toxicwind/ComfyUI-TTools"
],
"install_type": "git-clone",
"description": "Text Randomization and Formatting, JSON Extraction and Processing, SD3 Resolution Solver"
},
{
"author": "Yanick112",
"title": "ComfyUI-ToSVG",
"id": "tosvg",
"reference": "https://github.com/Yanick112/ComfyUI-ToSVG",
"files": [
"https://github.com/Yanick112/ComfyUI-ToSVG"
],
"install_type": "git-clone",
"description": "This project converts raster images into SVG format using the [a/VTracer](https://github.com/visioncortex/vtracer) library. It's a handy tool for designers and developers who need to work with vector graphics programmatically."
},