mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-06-23 00:09:25 +08:00
feat(custom-node-list): register 4 SAFE candidates (skbv0/palettedirector, akatz-ai/seamless-tiling, 1girluniversity/scail2-longvideocontext, systms-ai/timeslice-nodes)
This commit is contained in:
parent
e886d03d31
commit
3a48b149bb
@ -16178,6 +16178,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Custom nodes for performing basic math operations"
|
"description": "Custom nodes for performing basic math operations"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "akatz-ai",
|
||||||
|
"title": "Akatz Seamless Tiling",
|
||||||
|
"reference": "https://github.com/akatz-ai/Akatz-Seamless-Tiling",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/akatz-ai/Akatz-Seamless-Tiling"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI nodes for seamless tiling and Akatz workflow utilities."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "teward",
|
"author": "teward",
|
||||||
"title": "Comfy-Sentry",
|
"title": "Comfy-Sentry",
|
||||||
@ -23006,6 +23016,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A small arcade shooter that runs inside the ComfyUI canvas where players survive swarms of API nodes."
|
"description": "A small arcade shooter that runs inside the ComfyUI canvas where players survive swarms of API nodes."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "skbv0",
|
||||||
|
"title": "Palette Director",
|
||||||
|
"reference": "https://github.com/SKBv0/ComfyUI_PaletteDirector",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/SKBv0/ComfyUI_PaletteDirector"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI nodes for palette-card image conditioning and structured palette prompts."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "civen-cn",
|
"author": "civen-cn",
|
||||||
"title": "ComfyUI Whisper Translator",
|
"title": "ComfyUI Whisper Translator",
|
||||||
@ -52987,6 +53007,26 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Download models from HuggingFace (no API key) and manage your local ComfyUI models (list, move, delete) from a built-in panel."
|
"description": "Download models from HuggingFace (no API key) and manage your local ComfyUI models (list, move, delete) from a built-in panel."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "TODO",
|
||||||
|
"title": "ComfyUI-SCAIL2-LongVideoContext",
|
||||||
|
"reference": "https://github.com/1GirlUniversity/ComfyUI-SCAIL2-LongVideoContext",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/1GirlUniversity/ComfyUI-SCAIL2-LongVideoContext"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Smart context window model patches for SCAIL-2 long video workflows in ComfyUI."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "systms-ai",
|
||||||
|
"title": "TimeSlice Nodes",
|
||||||
|
"reference": "https://github.com/systms-ai/TimeSlice-Nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/systms-ai/TimeSlice-Nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Temporal slit-scan / time-displacement effects for ComfyUI — angled, animated and dual-source slicing on a shared engine."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "ntdviet",
|
"author": "ntdviet",
|
||||||
"title": "ntdviet/comfyui-ext",
|
"title": "ntdviet/comfyui-ext",
|
||||||
|
|||||||
@ -1,5 +1,45 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "skbv0",
|
||||||
|
"title": "Palette Director",
|
||||||
|
"reference": "https://github.com/SKBv0/ComfyUI_PaletteDirector",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/SKBv0/ComfyUI_PaletteDirector"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI nodes for palette-card image conditioning and structured palette prompts."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "akatz-ai",
|
||||||
|
"title": "Akatz Seamless Tiling",
|
||||||
|
"reference": "https://github.com/akatz-ai/Akatz-Seamless-Tiling",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/akatz-ai/Akatz-Seamless-Tiling"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI nodes for seamless tiling and Akatz workflow utilities."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "TODO",
|
||||||
|
"title": "ComfyUI-SCAIL2-LongVideoContext",
|
||||||
|
"reference": "https://github.com/1GirlUniversity/ComfyUI-SCAIL2-LongVideoContext",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/1GirlUniversity/ComfyUI-SCAIL2-LongVideoContext"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Smart context window model patches for SCAIL-2 long video workflows in ComfyUI."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "systms-ai",
|
||||||
|
"title": "TimeSlice Nodes",
|
||||||
|
"reference": "https://github.com/systms-ai/TimeSlice-Nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/systms-ai/TimeSlice-Nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Temporal slit-scan / time-displacement effects for ComfyUI — angled, animated and dual-source slicing on a shared engine."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "ahkimkoo",
|
"author": "ahkimkoo",
|
||||||
"title": "ComfyUI MIDI Edit",
|
"title": "ComfyUI MIDI Edit",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user