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

@ -384,6 +384,7 @@ When you run the `scan.sh` script:
* https://github.com/icefairy64/comfyui-model-tilt
* https://github.com/andrewharp/ComfyUI-EasyNodes
* https://github.com/SimithWang/comfyui-renameImages
* https://github.com/Tcheko243/ComfyUI-Photographer-Alpha7-Nodes
## Roadmap

View File

@ -3230,7 +3230,7 @@
"https://github.com/drustan-hawk/primitive-types"
],
"install_type": "git-clone",
"description": "This repository contains typed primitives for ComfyUI. The motivation for these primitives is that the standard primitive node cannot be routed."
"description": "Small collection of typed primitive nodes."
},
{
"author": "shadowcz007",
@ -8447,6 +8447,17 @@
"install_type": "git-clone",
"description": "a node for [a/AuraSR](https://github.com/fal-ai/aura-sr)"
},
{
"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": "Koishi-Star",
"title": "Euler-Smea-Dyn-Sampler",

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"

File diff suppressed because it is too large Load Diff

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."
}
]
}