mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
f33bc127dc
commit
dd7314bf10
@ -23031,6 +23031,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "TTS with Zyphra Zonos"
|
||||
},
|
||||
{
|
||||
"author": "BuffMcBigHuge",
|
||||
"title": "ComfyUI-Google-AI-Studio",
|
||||
"reference": "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio",
|
||||
"files": [
|
||||
"https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Google AI Studio by BuffMcBigHuge"
|
||||
},
|
||||
{
|
||||
"author": "BahaC",
|
||||
"title": "ComfyUI Zonos TTS Node",
|
||||
|
||||
@ -2905,6 +2905,17 @@
|
||||
"title_aux": "BRIA AI API nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": [
|
||||
[
|
||||
"GoogleAIStudioImageGen",
|
||||
"GoogleAIStudioMultiSpeakerTTS",
|
||||
"GoogleAIStudioTTS",
|
||||
"GoogleAIStudioTextGen"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Google-AI-Studio"
|
||||
}
|
||||
],
|
||||
"https://github.com/BuffMcBigHuge/ComfyUI-Zonos": [
|
||||
[
|
||||
"ZonosEmotion",
|
||||
@ -19587,6 +19598,7 @@
|
||||
"SetLatentNoiseMask",
|
||||
"SetUnionControlNetType",
|
||||
"SkipLayerGuidanceDiT",
|
||||
"SkipLayerGuidanceDiTSimple",
|
||||
"SkipLayerGuidanceSD3",
|
||||
"SolidMask",
|
||||
"SplitImageWithAlpha",
|
||||
|
||||
3144
github-stats.json
3144
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -2443,6 +2443,7 @@
|
||||
"MergeImageChannels",
|
||||
"random_any",
|
||||
"show_type",
|
||||
"timer",
|
||||
"translator_m2m100",
|
||||
"translators"
|
||||
],
|
||||
@ -4874,6 +4875,7 @@
|
||||
"SetLatentNoiseMask",
|
||||
"SetUnionControlNetType",
|
||||
"SkipLayerGuidanceDiT",
|
||||
"SkipLayerGuidanceDiTSimple",
|
||||
"SkipLayerGuidanceSD3",
|
||||
"SolidMask",
|
||||
"SplitImageWithAlpha",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "BuffMcBigHuge",
|
||||
"title": "ComfyUI-Google-AI-Studio",
|
||||
"reference": "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio",
|
||||
"files": [
|
||||
"https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Google AI Studio by BuffMcBigHuge"
|
||||
},
|
||||
{
|
||||
"author": "Hazukiaoi",
|
||||
"title": "LM Studio Tools for ComfyUI",
|
||||
@ -686,37 +696,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Upscale your videos with this SeedVR2"
|
||||
},
|
||||
{
|
||||
"author": "Yuan-ManX",
|
||||
"title": "ComfyUI-OmniGen2",
|
||||
"reference": "https://github.com/Yuan-ManX/ComfyUI-OmniGen2",
|
||||
"files": [
|
||||
"https://github.com/Yuan-ManX/ComfyUI-OmniGen2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-OmniGen2 is now available in ComfyUI, OmniGen2 is a powerful and efficient unified multimodal model. Its architecture is composed of two key components: a 3B Vision-Language Model (VLM) and a 4B diffusion model."
|
||||
},
|
||||
{
|
||||
"author": "aleolidev",
|
||||
"title": "Kaizen Package",
|
||||
"id": "kaizen_package",
|
||||
"reference": "https://github.com/aleolidev/comfy_kaizen_package",
|
||||
"files": [
|
||||
"https://github.com/aleolidev/comfy_kaizen_package"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom image processing nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "joeriben",
|
||||
"title": "AI4ArtsEd Nodes",
|
||||
"reference": "https://github.com/joeriben/ai4artsed_comfyui_nodes",
|
||||
"files": [
|
||||
"https://github.com/joeriben/ai4artsed_comfyui_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for the project AI for Arts Education"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -2905,6 +2905,17 @@
|
||||
"title_aux": "BRIA AI API nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": [
|
||||
[
|
||||
"GoogleAIStudioImageGen",
|
||||
"GoogleAIStudioMultiSpeakerTTS",
|
||||
"GoogleAIStudioTTS",
|
||||
"GoogleAIStudioTextGen"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Google-AI-Studio"
|
||||
}
|
||||
],
|
||||
"https://github.com/BuffMcBigHuge/ComfyUI-Zonos": [
|
||||
[
|
||||
"ZonosEmotion",
|
||||
@ -19587,6 +19598,7 @@
|
||||
"SetLatentNoiseMask",
|
||||
"SetUnionControlNetType",
|
||||
"SkipLayerGuidanceDiT",
|
||||
"SkipLayerGuidanceDiTSimple",
|
||||
"SkipLayerGuidanceSD3",
|
||||
"SolidMask",
|
||||
"SplitImageWithAlpha",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user