mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
26b347c04c
commit
14544ca63d
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
5292
github-stats.json
5292
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -272,6 +272,7 @@
|
||||
"SimpleJsonArrayHandle",
|
||||
"SimpleJsonObjectHandle",
|
||||
"VideoFrameSize",
|
||||
"VideoSizeAndFps",
|
||||
"VideoTimeAndFPS",
|
||||
"Wan22StepHandle"
|
||||
],
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user