update DB

This commit is contained in:
Dr.Lt.Data 2025-06-12 12:22:02 +09:00
parent c6cffc92c4
commit b1ef84894a
7 changed files with 1576 additions and 1556 deletions

View File

@ -27445,6 +27445,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI custom node that blends two images in latent space using a mix factor slider." "description": "A ComfyUI custom node that blends two images in latent space using a mix factor slider."
}, },
{
"author": "hassan-sd",
"title": "ComfyUI Image & Prompt Loader",
"id": "hassanprompt",
"reference": "https://github.com/hassan-sd/comfyui-image-prompt-loader",
"files": [
"https://github.com/hassan-sd/comfyui-image-prompt-loader"
],
"install_type": "git-clone",
"description": "Load images with automatic prompt extraction from Civitai URLs, caption files, or EXIF metadata. Features smart dataset detection and dynamic preview updates."
},
@ -27882,17 +27893,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "hassan-sd",
"title": "ComfyUI Image & Prompt Loader",
"id": "hassanprompt",
"reference": "https://github.com/hassan-sd/comfyui-image-prompt-loader",
"files": [
"https://github.com/hassan-sd/comfyui-image-prompt-loader"
],
"install_type": "git-clone",
"description": "Load images with automatic prompt extraction from Civitai URLs, caption files, or EXIF metadata. Features smart dataset detection and dynamic preview updates."
} }
] ]
} }

View File

@ -4700,7 +4700,6 @@
"Zoe_DepthAnythingPreprocessor" "Zoe_DepthAnythingPreprocessor"
], ],
{ {
"author": "tstandley",
"preemptions": [ "preemptions": [
"AIO_Preprocessor", "AIO_Preprocessor",
"AnimalPosePreprocessor", "AnimalPosePreprocessor",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "wildminder",
"title": "ComfyUI-MagCache [WIP]",
"reference": "https://github.com/wildminder/ComfyUI-MagCache",
"files": [
"https://github.com/wildminder/ComfyUI-MagCache"
],
"install_type": "git-clone",
"description": "Magnitude-Aware Cache"
},
{ {
"author": "laubsauger", "author": "laubsauger",
"title": "ComfyUI Storyboard [WIP]", "title": "ComfyUI Storyboard [WIP]",

View File

@ -2332,6 +2332,7 @@
"Flux Empty Latent Image", "Flux Empty Latent Image",
"Flux Image Scale To Total Pixels (Flux Safe)", "Flux Image Scale To Total Pixels (Flux Safe)",
"Image Scale To Total Pixels (SDXL Safe)", "Image Scale To Total Pixels (SDXL Safe)",
"Prompt With Guidance (Flux)",
"Sdxl Empty Latent Image" "Sdxl Empty Latent Image"
], ],
{ {

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "hassan-sd",
"title": "ComfyUI Image & Prompt Loader",
"id": "hassanprompt",
"reference": "https://github.com/hassan-sd/comfyui-image-prompt-loader",
"files": [
"https://github.com/hassan-sd/comfyui-image-prompt-loader"
],
"install_type": "git-clone",
"description": "Load images with automatic prompt extraction from Civitai URLs, caption files, or EXIF metadata. Features smart dataset detection and dynamic preview updates."
},
{ {
"author": "Isi-dev", "author": "Isi-dev",
"title": "ComfyUI-Animation_Nodes_and_Workflows", "title": "ComfyUI-Animation_Nodes_and_Workflows",

View File

@ -4700,7 +4700,6 @@
"Zoe_DepthAnythingPreprocessor" "Zoe_DepthAnythingPreprocessor"
], ],
{ {
"author": "tstandley",
"preemptions": [ "preemptions": [
"AIO_Preprocessor", "AIO_Preprocessor",
"AnimalPosePreprocessor", "AnimalPosePreprocessor",