update DB

This commit is contained in:
Dr.Lt.Data 2025-08-05 08:57:36 +09:00
parent 44a3191be3
commit c8b7db6c38
5 changed files with 756 additions and 722 deletions

View File

@ -8747,6 +8747,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is a ComfyUI plugin for [a/HYPIR (Harnessing Diffusion-Yielded Score Priors for Image Restoration)](https://github.com/XPixelGroup/HYPIR), a state-of-the-art image restoration model based on Stable Diffusion 2.1." "description": "This is a ComfyUI plugin for [a/HYPIR (Harnessing Diffusion-Yielded Score Priors for Image Restoration)](https://github.com/XPixelGroup/HYPIR), a state-of-the-art image restoration model based on Stable Diffusion 2.1."
}, },
{
"author": "11dogzi",
"title": "Qwen-Image ComfyUI",
"reference": "https://github.com/11dogzi/Comfyui-Qwen-Image",
"files": [
"https://github.com/11dogzi/Comfyui-Qwen-Image"
],
"install_type": "git-clone",
"description": "This is a custom node package that integrates the Qwen-Image model into ComfyUI."
},
{ {
"author": "BXYMartin", "author": "BXYMartin",
"title": "ComfyUI-InstantIDUtils", "title": "ComfyUI-InstantIDUtils",
@ -25995,6 +26005,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A non real-time ComfyUI implementation of Kyutai TTS" "description": "A non real-time ComfyUI implementation of Kyutai TTS"
}, },
{
"author": "BobRandomNumber",
"title": "ComfyUI-TLBVFI",
"reference": "https://github.com/BobRandomNumber/ComfyUI-TLBVFI",
"files": [
"https://github.com/BobRandomNumber/ComfyUI-TLBVFI"
],
"install_type": "git-clone",
"description": "wrapper for the TLB-VFI: Temporal-Aware Latent Brownian Bridge Diffusion for Video Frame Interpolation project"
},
{ {
"author": "santiagosamuel3455", "author": "santiagosamuel3455",
"title": "ComfyUI-GeminiImageToPrompt", "title": "ComfyUI-GeminiImageToPrompt",

View File

@ -19917,6 +19917,7 @@
], ],
"https://github.com/chrisgoringe/cg-image-filter": [ "https://github.com/chrisgoringe/cg-image-filter": [
[ [
"Any List to String",
"Batch from Image List", "Batch from Image List",
"Image Filter", "Image Filter",
"Image List From Batch", "Image List From Batch",
@ -19924,6 +19925,7 @@
"Masked Section", "Masked Section",
"Pick from List", "Pick from List",
"Split String by Commas", "Split String by Commas",
"String List from Strings",
"String to Float", "String to Float",
"String to Int", "String to Int",
"Text Image Filter", "Text Image Filter",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "BobRandomNumber",
"title": "ComfyUI-TLBVFI",
"reference": "https://github.com/BobRandomNumber/ComfyUI-TLBVFI",
"files": [
"https://github.com/BobRandomNumber/ComfyUI-TLBVFI"
],
"install_type": "git-clone",
"description": "wrapper for the TLB-VFI: Temporal-Aware Latent Brownian Bridge Diffusion for Video Frame Interpolation project"
},
{
"author": "11dogzi",
"title": "Qwen-Image ComfyUI",
"reference": "https://github.com/11dogzi/Comfyui-Qwen-Image",
"files": [
"https://github.com/11dogzi/Comfyui-Qwen-Image"
],
"install_type": "git-clone",
"description": "This is a custom node package that integrates the Qwen-Image model into ComfyUI."
},
{ {
"author": "alFrame", "author": "alFrame",
"title": "AF - Edit Generated Prompt", "title": "AF - Edit Generated Prompt",
@ -668,16 +688,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A lightweight version of the custom nodes originally developed by [a/ManglerFTW](https://github.com/ManglerFTW/ComfyI2I) for performing image-to-image tasks in ComfyUI." "description": "A lightweight version of the custom nodes originally developed by [a/ManglerFTW](https://github.com/ManglerFTW/ComfyI2I) for performing image-to-image tasks in ComfyUI."
},
{
"author": "tauraloke",
"title": "ComfyUI-Unfake-Pixels",
"reference": "https://github.com/tauraloke/ComfyUI-Unfake-Pixels",
"files": [
"https://github.com/tauraloke/ComfyUI-Unfake-Pixels"
],
"install_type": "git-clone",
"description": "A ComfyUI node for pixel art scaling. Automatically detects the pixel scale using an edge-aware method (Sobel filter + voting on tiles) and downscales the image to that pixel size, reducing color palette."
} }
] ]
} }

View File

@ -19917,6 +19917,7 @@
], ],
"https://github.com/chrisgoringe/cg-image-filter": [ "https://github.com/chrisgoringe/cg-image-filter": [
[ [
"Any List to String",
"Batch from Image List", "Batch from Image List",
"Image Filter", "Image Filter",
"Image List From Batch", "Image List From Batch",
@ -19924,6 +19925,7 @@
"Masked Section", "Masked Section",
"Pick from List", "Pick from List",
"Split String by Commas", "Split String by Commas",
"String List from Strings",
"String to Float", "String to Float",
"String to Int", "String to Int",
"Text Image Filter", "Text Image Filter",