update DB

This commit is contained in:
Dr.Lt.Data 2026-05-11 20:38:32 +09:00
parent 3d1210aa52
commit dc0f66f042
2 changed files with 20 additions and 0 deletions

View File

@ -47183,6 +47183,16 @@
"install_type": "git-clone",
"description": "VolcEngine (火山引擎) video and image generation nodes. Supports Seedance (text-to-video, image-to-video with audio reference) and Seedream (text-to-image, image-to-image) models via Ark API."
},
{
"author": "KingManiya",
"title": "LLM Text Processor",
"reference": "https://github.com/KingManiya/ComfyUI-LLM-text-processor",
"files": [
"https://github.com/KingManiya/ComfyUI-LLM-text-processor"
],
"install_type": "git-clone",
"description": "Process text and images with GGUF LLMs in ComfyUI using llama.cpp, including Qwen3-VL, Qwen3.5, Qwen3.6, Gemma 4, and gpt-oss."
},

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "KingManiya",
"title": "LLM Text Processor",
"reference": "https://github.com/KingManiya/ComfyUI-LLM-text-processor",
"files": [
"https://github.com/KingManiya/ComfyUI-LLM-text-processor"
],
"install_type": "git-clone",
"description": "Process text and images with GGUF LLMs in ComfyUI using llama.cpp, including Qwen3-VL, Qwen3.5, Qwen3.6, Gemma 4, and gpt-oss."
},
{
"author": "gzsiang",
"title": "ComfyUI-VolcEngine",