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

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -1,5 +1,12 @@
{
"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",
"title": "ComfyUI-Manufnode",

View File

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