update DB

This commit is contained in:
Dr.Lt.Data 2025-09-01 12:05:21 +09:00
parent 44241fb967
commit cfb815d879
9 changed files with 1062 additions and 993 deletions

View File

@ -32035,13 +32035,13 @@
},
{
"author": "Artificial-Sweetener",
"title": "WhiteRabbit: Master the Flow of Time",
"title": "WhiteRabbit",
"reference": "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit",
"files": [
"https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit"
],
"install_type": "git-clone",
"description": "This is comfyui-WhiteRabbit, a nodepack designed to help you work with video from within ComfyUI.\nThe Rabbit's specialty is looping through time to help you create seamless looping video, but that's not all she brings to the tea party. Quality, arbitrary framerate resampling and super fast image resizing are also part of the kit!\nWhile some of these nodes certainly can be used for single-image tasks, every one of them is designed with efficient batch handling in mind and that means the performance gains compound, letting you process whole video clips as fast as possible within your hardware constraints."
"description": "A nodepack designed to help you work with video from within ComfyUI that specializes in handling image batches efficiency and creating video loops."
},
{
"author": "hujuying",
@ -32053,6 +32053,17 @@
"install_type": "git-clone",
"description": "This is a universal custom node for ComfyUI that supports both Text-to-Image and Image-to-Image generation by calling various models via the official ModelScope API."
},
{
"author": "chaserhkj",
"title": "Chaser's Custom Nodes",
"reference": "https://github.com/chaserhkj/ComfyUI-Chaser-nodes",
"files": [
"https://github.com/chaserhkj/ComfyUI-Chaser-nodes"
],
"install_type": "git-clone",
"description": "NODES: Upload image(s) to WebDAV, Upload video as WebM to WebDAV, Load image from WebDAV, Evaluate S-Expr with integer output, Evaluate S-Expr with float output"
},

View File

@ -2435,7 +2435,7 @@
"UpscaleWithModelAdvanced"
],
{
"title_aux": "WhiteRabbit: Master the Flow of Time"
"title_aux": "WhiteRabbit"
}
],
"https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": [
@ -20275,6 +20275,18 @@
"title_aux": "ComfyUI BFL API Pro Nodes"
}
],
"https://github.com/chaserhkj/ComfyUI-Chaser-nodes": [
[
"EvalFloatExpr",
"EvalIntExpr",
"LoadImageFromWebDAV",
"UploadImagesToWebDAV",
"UploadWebMToWebDAV"
],
{
"title_aux": "Chaser's Custom Nodes"
}
],
"https://github.com/checkbins/checkbin-comfy": [
[
"Checkbin Get Image Bin",
@ -26541,8 +26553,7 @@
],
"https://github.com/hujuying/ComfyUI-ModelScope-API": [
[
"ModelScopeAPI",
"ModelScopeKontextAPI"
"ModelScopeAPI"
],
{
"title_aux": "ComfyUI ModelScope API Node"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "chaserhkj",
"title": "Chaser's Custom Nodes",
"reference": "https://github.com/chaserhkj/ComfyUI-Chaser-nodes",
"files": [
"https://github.com/chaserhkj/ComfyUI-Chaser-nodes"
],
"install_type": "git-clone",
"description": "NODES: Upload image(s) to WebDAV, Upload video as WebM to WebDAV, Load image from WebDAV, Evaluate S-Expr with integer output, Evaluate S-Expr with float output"
},
{
"author": "numq",
"title": "comfyui-camera-capture-node",
"reference": "https://github.com/numq/comfyui-camera-capture-node",
"files": [
"https://github.com/numq/comfyui-camera-capture-node"
],
"install_type": "git-clone",
"description": "NODES: Camera Capture"
},
{
"author": "pickles",
"title": "PyPromptGenerator [UNSAFE]",
@ -180,16 +200,6 @@
"install_type": "git-clone",
"description": "NODES: Empty Random Latent Image, Filename Prompt Extractor, My Image Save, Queue Batch Fixed Seed, Text Cleaner, Text Splitter[w/This nodepack contains a node that can write files to an arbitrary path.]"
},
{
"author": "SatadalAI",
"title": "Combined Upscale Node for ComfyUI [WIP]",
"reference": "https://github.com/SatadalAI/SATA_UtilityNode",
"files": [
"https://github.com/SatadalAI/SATA_UtilityNode"
],
"install_type": "git-clone",
"description": "Combined_Upscale is a custom ComfyUI node designed for high-quality image enhancement workflows. It intelligently combines model-based upscaling with efficient CPU-based resizing, offering granular control over output dimensions and quality. Ideal for asset pipelines, UI prototyping, and generative workflows.\nNOTE: The files in the repo are not organized."
},
{
"author": "borisfaley",
"title": "ComfyUI-ACES-EXR-OCIOr [UNSAFE]",

View File

@ -3259,15 +3259,6 @@
"title_aux": "HiDreamSampler for ComfyUI [WIP]"
}
],
"https://github.com/SatadalAI/SATA_UtilityNode": [
[
"Prompt_Machine",
"Upscale_Machine"
],
{
"title_aux": "Combined Upscale Node for ComfyUI [WIP]"
}
],
"https://github.com/SaulQcy/comfy_saul_plugin": [
[
"Blend Images",
@ -5074,6 +5065,8 @@
],
"https://github.com/chaserhkj/ComfyUI-Chaser-nodes": [
[
"EvalFloatExpr",
"EvalIntExpr",
"LoadImageFromWebDAV",
"UploadImagesToWebDAV",
"UploadWebMToWebDAV"
@ -8636,6 +8629,14 @@
"title_aux": "ComfyUI_Cluster [WIP]"
}
],
"https://github.com/numq/comfyui-camera-capture-node": [
[
"CameraCapture"
],
{
"title_aux": "comfyui-camera-capture-node"
}
],
"https://github.com/odedgranot/comfyui-ffmpeg-node": [
[
"FFmpegNode"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "SatadalAI",
"title": "Combined Upscale Node for ComfyUI [REMOVED]",
"reference": "https://github.com/SatadalAI/SATA_UtilityNode",
"files": [
"https://github.com/SatadalAI/SATA_UtilityNode"
],
"install_type": "git-clone",
"description": "Combined_Upscale is a custom ComfyUI node designed for high-quality image enhancement workflows. It intelligently combines model-based upscaling with efficient CPU-based resizing, offering granular control over output dimensions and quality. Ideal for asset pipelines, UI prototyping, and generative workflows.\nNOTE: The files in the repo are not organized."
},
{
"author": "netroxin",
"title": "Netro_wildcards [REMOVED]",

View File

@ -12,13 +12,13 @@
},
{
"author": "Artificial-Sweetener",
"title": "WhiteRabbit: Master the Flow of Time",
"title": "WhiteRabbit",
"reference": "https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit",
"files": [
"https://github.com/Artificial-Sweetener/comfyui-WhiteRabbit"
],
"install_type": "git-clone",
"description": "This is comfyui-WhiteRabbit, a nodepack designed to help you work with video from within ComfyUI.\nThe Rabbit's specialty is looping through time to help you create seamless looping video, but that's not all she brings to the tea party. Quality, arbitrary framerate resampling and super fast image resizing are also part of the kit!\nWhile some of these nodes certainly can be used for single-image tasks, every one of them is designed with efficient batch handling in mind and that means the performance gains compound, letting you process whole video clips as fast as possible within your hardware constraints."
"description": "A nodepack designed to help you work with video from within ComfyUI that specializes in handling image batches efficiency and creating video loops."
},
{
"author": "hujuying",

View File

@ -2435,7 +2435,7 @@
"UpscaleWithModelAdvanced"
],
{
"title_aux": "WhiteRabbit: Master the Flow of Time"
"title_aux": "WhiteRabbit"
}
],
"https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": [
@ -20275,6 +20275,18 @@
"title_aux": "ComfyUI BFL API Pro Nodes"
}
],
"https://github.com/chaserhkj/ComfyUI-Chaser-nodes": [
[
"EvalFloatExpr",
"EvalIntExpr",
"LoadImageFromWebDAV",
"UploadImagesToWebDAV",
"UploadWebMToWebDAV"
],
{
"title_aux": "Chaser's Custom Nodes"
}
],
"https://github.com/checkbins/checkbin-comfy": [
[
"Checkbin Get Image Bin",
@ -26541,8 +26553,7 @@
],
"https://github.com/hujuying/ComfyUI-ModelScope-API": [
[
"ModelScopeAPI",
"ModelScopeKontextAPI"
"ModelScopeAPI"
],
{
"title_aux": "ComfyUI ModelScope API Node"