update DB

This commit is contained in:
Dr.Lt.Data
2024-06-30 23:51:18 +09:00
parent a6178ef069
commit 4ecc540ce3
8 changed files with 901 additions and 825 deletions

View File

@@ -10,6 +10,16 @@
},
{
"author": "willblaschko",
"title": "ComfyUI-Unload-Models",
"reference": "https://github.com/willblaschko/ComfyUI-Unload-Models",
"files": [
"https://github.com/willblaschko/ComfyUI-Unload-Models"
],
"install_type": "git-clone",
"description": "This repository provides developers with a way to better manage their ComfyUI model memory. It includes nodes that allow developers to either unload all models or unload one model at a time. These nodes are designed as pass-through nodes, so they can be used anywhere in the flow. The nodes can be found in the 'Unload Model' section.[w/These are massive hammers, and it could be possible to break things, please don't use them if you need finesse.]"
},
{
"author": "kijai",
"title": "ComfyUI-OpenDiTWrapper [WIP]",

View File

@@ -13,6 +13,17 @@
{
"author": "AIFSH",
"title": "ComfyUI-MARS5-TTS",
"id": "mars5-tts",
"reference": "https://github.com/AIFSH/ComfyUI-MARS5-TTS",
"files": [
"https://github.com/AIFSH/ComfyUI-MARS5-TTS"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/MARS5-TTS](https://github.com/Camb-ai/MARS5-TTS)"
},
{
"author": "MrSamSeen",
"title": "ComfyUI_SSStereoscope",

View File

@@ -305,6 +305,17 @@
"title_aux": "ComfyUI-Live2DViewer"
}
],
"https://github.com/AIFSH/ComfyUI-MARS5-TTS": [
[
"LoadAudioPath",
"MARS5TTS_Node",
"PreViewAudio",
"TTSTextEncode"
],
{
"title_aux": "ComfyUI-MARS5-TTS"
}
],
"https://github.com/AIFSH/ComfyUI-MimicBrush": [
[
"MimicBrushNode"
@@ -474,6 +485,7 @@
"> Get Mean Color",
"> Int",
"> Int to Text",
"> Layer Weights (for IPAMS)",
"> Light Source Mask",
"> Load Image",
"> Load Image From Folder",
@@ -8644,7 +8656,8 @@
"SaveImageAdvanced",
"SavePosEmbeds",
"VAEDecode_to_folder",
"VideoFrameSelector"
"VideoFrameSelector",
"WidthHeightPicker"
],
{
"title_aux": "Various custom nodes by Eden.art"
@@ -15418,7 +15431,8 @@
],
"https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": [
[
"FastStyleTransfer"
"FastStyleTransfer",
"TrainFastStyleTransfer"
],
{
"title_aux": "ComfyUI-Fast-Style-Transfer"

View File

@@ -219,6 +219,16 @@
],
"install_type": "git-clone",
"description": "Nodes:ClipTextEncodeBC, SaveAnyText, SimpleText"
},
{
"author": "sonyeon-sj",
"title": "ComfyUI-easy_ImageSize_Selecter",
"reference": "https://github.com/sonyeon-sj/ComfyUI-easy_ImageSize_Selecter",
"files": [
"https://github.com/sonyeon-sj/ComfyUI-easy_ImageSize_Selecter"
],
"install_type": "git-clone",
"description": "Custom node for ComfyUI Select the image size from the preset and select Vertical and Horizontal to output Width and Height."
}
]
}