update DB

This commit is contained in:
Dr.Lt.Data 2025-09-14 08:21:21 +09:00
parent 26b347c04c
commit 14544ca63d
6 changed files with 2676 additions and 2656 deletions

View File

@ -32718,7 +32718,14 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom ComfyUI nodes integrating Ollama to generate and enhance positive/negative prompts for Stable Diffusion workflows." "description": "Custom ComfyUI nodes integrating Ollama to generate and enhance positive/negative prompts for Stable Diffusion workflows."
}, },
{
"author": "fr0nky0ng",
"title": "ComfyUI-Face-Comparator",
"description": "This is a node to detect the similarity between two faces",
"install_type": "git-clone",
"reference": "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator"
},
@ -33165,13 +33172,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": "fr0nky0ng",
"title": "ComfyUI-Face-Comparator",
"description": "This is a node to detect the similarity between two faces",
"install_type": "git-clone",
"reference": "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator"
} }
] ]
} }

View File

@ -30480,6 +30480,7 @@
"FantasyPortraitModelLoader", "FantasyPortraitModelLoader",
"FantasyTalkingModelLoader", "FantasyTalkingModelLoader",
"FantasyTalkingWav2VecEmbeds", "FantasyTalkingWav2VecEmbeds",
"HuMoEmbeds",
"LandmarksToImage", "LandmarksToImage",
"LoadVQVAE", "LoadVQVAE",
"LoadWanVideoClipTextEncoder", "LoadWanVideoClipTextEncoder",
@ -30567,7 +30568,8 @@
"WanVideoVACEStartToEndFrame", "WanVideoVACEStartToEndFrame",
"WanVideoVAELoader", "WanVideoVAELoader",
"WanVideoVRAMManagement", "WanVideoVRAMManagement",
"Wav2VecModelLoader" "Wav2VecModelLoader",
"WhisperModelLoader"
], ],
{ {
"title_aux": "ComfyUI-WanVideoWrapper" "title_aux": "ComfyUI-WanVideoWrapper"
@ -36179,8 +36181,11 @@
], ],
"https://github.com/phyblas/nsfw-shorier_comfyui": [ "https://github.com/phyblas/nsfw-shorier_comfyui": [
[ [
"CensorNsfwPart",
"FilterNsfw", "FilterNsfw",
"FilterNsfwWithText", "FilterNsfwWithText",
"FindNsfwPart",
"FindNudenetPart",
"GetNsfwScore", "GetNsfwScore",
"IsNsfw", "IsNsfw",
"ReplaceIfNsfw", "ReplaceIfNsfw",
@ -37676,6 +37681,7 @@
], ],
"https://github.com/ru4ls/ComfyUI_Wan": [ "https://github.com/ru4ls/ComfyUI_Wan": [
[ [
"WanI2VEffectGenerator",
"WanI2VGenerator", "WanI2VGenerator",
"WanII2VGenerator", "WanII2VGenerator",
"WanT2IGenerator", "WanT2IGenerator",

File diff suppressed because it is too large Load Diff

View File

@ -272,6 +272,7 @@
"SimpleJsonArrayHandle", "SimpleJsonArrayHandle",
"SimpleJsonObjectHandle", "SimpleJsonObjectHandle",
"VideoFrameSize", "VideoFrameSize",
"VideoSizeAndFps",
"VideoTimeAndFPS", "VideoTimeAndFPS",
"Wan22StepHandle" "Wan22StepHandle"
], ],

View File

@ -1,5 +1,12 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "fr0nky0ng",
"title": "ComfyUI-Face-Comparator",
"description": "This is a node to detect the similarity between two faces",
"install_type": "git-clone",
"reference": "https://github.com/fr0nky0ng/ComfyUI-Face-Comparator"
},
{ {
"author": "snicolast", "author": "snicolast",
"title": "ComfyUI-Manufnode", "title": "ComfyUI-Manufnode",

View File

@ -30480,6 +30480,7 @@
"FantasyPortraitModelLoader", "FantasyPortraitModelLoader",
"FantasyTalkingModelLoader", "FantasyTalkingModelLoader",
"FantasyTalkingWav2VecEmbeds", "FantasyTalkingWav2VecEmbeds",
"HuMoEmbeds",
"LandmarksToImage", "LandmarksToImage",
"LoadVQVAE", "LoadVQVAE",
"LoadWanVideoClipTextEncoder", "LoadWanVideoClipTextEncoder",
@ -30567,7 +30568,8 @@
"WanVideoVACEStartToEndFrame", "WanVideoVACEStartToEndFrame",
"WanVideoVAELoader", "WanVideoVAELoader",
"WanVideoVRAMManagement", "WanVideoVRAMManagement",
"Wav2VecModelLoader" "Wav2VecModelLoader",
"WhisperModelLoader"
], ],
{ {
"title_aux": "ComfyUI-WanVideoWrapper" "title_aux": "ComfyUI-WanVideoWrapper"
@ -36179,8 +36181,11 @@
], ],
"https://github.com/phyblas/nsfw-shorier_comfyui": [ "https://github.com/phyblas/nsfw-shorier_comfyui": [
[ [
"CensorNsfwPart",
"FilterNsfw", "FilterNsfw",
"FilterNsfwWithText", "FilterNsfwWithText",
"FindNsfwPart",
"FindNudenetPart",
"GetNsfwScore", "GetNsfwScore",
"IsNsfw", "IsNsfw",
"ReplaceIfNsfw", "ReplaceIfNsfw",
@ -37676,6 +37681,7 @@
], ],
"https://github.com/ru4ls/ComfyUI_Wan": [ "https://github.com/ru4ls/ComfyUI_Wan": [
[ [
"WanI2VEffectGenerator",
"WanI2VGenerator", "WanI2VGenerator",
"WanII2VGenerator", "WanII2VGenerator",
"WanT2IGenerator", "WanT2IGenerator",