update DB

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

View File

@ -47193,6 +47193,16 @@
"install_type": "git-clone", "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." "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": "AabhasTech",
"title": "ComfyUI Fast Preview",
"reference": "https://github.com/AabhasTech/ComfyUI_Fast_Preview",
"files": [
"https://github.com/AabhasTech/ComfyUI_Fast_Preview"
],
"install_type": "git-clone",
"description": "A lightweight node to compress and preview images using the temp directory, displaying file sizes on the node UI."
},

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "AabhasTech",
"title": "ComfyUI Fast Preview",
"reference": "https://github.com/AabhasTech/ComfyUI_Fast_Preview",
"files": [
"https://github.com/AabhasTech/ComfyUI_Fast_Preview"
],
"install_type": "git-clone",
"description": "A lightweight node to compress and preview images using the temp directory, displaying file sizes on the node UI."
},
{ {
"author": "KingManiya", "author": "KingManiya",
"title": "LLM Text Processor", "title": "LLM Text Processor",