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