update DB

This commit is contained in:
Dr.Lt.Data 2025-10-01 07:51:07 +09:00
parent 11a317493e
commit abb15e06d3
6 changed files with 1655 additions and 1659 deletions

View File

@ -25245,6 +25245,7 @@
"RobustImageRangeExtractor", "RobustImageRangeExtractor",
"SeedPromptGenerator", "SeedPromptGenerator",
"ShrugASRNode", "ShrugASRNode",
"ShrugPromptBatchFromFile",
"ShrugPrompter", "ShrugPrompter",
"SmartImageRangeExtractor", "SmartImageRangeExtractor",
"TextCleanup", "TextCleanup",
@ -38033,7 +38034,8 @@
"https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": [ "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": [
[ [
"WanViTPoseEstimator", "WanViTPoseEstimator",
"WanViTPoseRetargeter" "WanViTPoseRetargeter",
"WanViTPoseRetargeterToSrc"
], ],
{ {
"title_aux": "ComfyUI-WanViTPoseRetargeter" "title_aux": "ComfyUI-WanViTPoseRetargeter"

File diff suppressed because it is too large Load Diff

View File

@ -330,16 +330,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "unloads models from VRAM in comfyui after a set period of time" "description": "unloads models from VRAM in comfyui after a set period of time"
}, },
{
"author": "yokoyoko9053",
"title": "comfyui-sequential-prompt",
"reference": "https://github.com/yokoyoko9053/comfyui-sequential-prompt",
"files": [
"https://github.com/yokoyoko9053/comfyui-sequential-prompt"
],
"install_type": "git-clone",
"description": "NODES: SQPrompt"
},
{ {
"author": "polygoningenieur", "author": "polygoningenieur",
"title": "ComfyUI-Diffusion-SDXL-Video", "title": "ComfyUI-Diffusion-SDXL-Video",
@ -3266,10 +3256,10 @@
}, },
{ {
"author": "usman2003", "author": "usman2003",
"title": "ComfyUI-Classifiers", "title": "ComfyUI-Gender-Classifier",
"reference": "https://github.com/usman2003/ComfyUI-Classifiers", "reference": "https://github.com/usman2003/ComfyUI-Gender-Classifier",
"files": [ "files": [
"https://github.com/usman2003/ComfyUI-Classifiers" "https://github.com/usman2003/ComfyUI-Gender-Classifier"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: Gender Classification" "description": "NODES: Gender Classification"

View File

@ -10801,12 +10801,12 @@
"title_aux": "ComfyUI-Dist [WIP]" "title_aux": "ComfyUI-Dist [WIP]"
} }
], ],
"https://github.com/usman2003/ComfyUI-Classifiers": [ "https://github.com/usman2003/ComfyUI-Gender-Classifier": [
[ [
"GenderClassificationNode" "GenderClassificationNode"
], ],
{ {
"title_aux": "ComfyUI-Classifiers" "title_aux": "ComfyUI-Gender-Classifier"
} }
], ],
"https://github.com/usrname0/ComfyUI-AllergicPack": [ "https://github.com/usrname0/ComfyUI-AllergicPack": [
@ -11437,14 +11437,6 @@
"title_aux": "ComfyUI-Dropbox-API [WIP]" "title_aux": "ComfyUI-Dropbox-API [WIP]"
} }
], ],
"https://github.com/yokoyoko9053/comfyui-sequential-prompt": [
[
"YokoYoko.Tec"
],
{
"title_aux": "comfyui-sequential-prompt"
}
],
"https://github.com/yuvraj108c/ComfyUI-HYPIR": [ "https://github.com/yuvraj108c/ComfyUI-HYPIR": [
[ [
"HYPIRProcess", "HYPIRProcess",

File diff suppressed because it is too large Load Diff

View File

@ -25245,6 +25245,7 @@
"RobustImageRangeExtractor", "RobustImageRangeExtractor",
"SeedPromptGenerator", "SeedPromptGenerator",
"ShrugASRNode", "ShrugASRNode",
"ShrugPromptBatchFromFile",
"ShrugPrompter", "ShrugPrompter",
"SmartImageRangeExtractor", "SmartImageRangeExtractor",
"TextCleanup", "TextCleanup",
@ -38033,7 +38034,8 @@
"https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": [ "https://github.com/red-polo/ComfyUI-WanViTPoseRetargeter": [
[ [
"WanViTPoseEstimator", "WanViTPoseEstimator",
"WanViTPoseRetargeter" "WanViTPoseRetargeter",
"WanViTPoseRetargeterToSrc"
], ],
{ {
"title_aux": "ComfyUI-WanViTPoseRetargeter" "title_aux": "ComfyUI-WanViTPoseRetargeter"