From e704f26391d8e1296bf0a0924fbbd0b0f37ad395 Mon Sep 17 00:00:00 2001 From: mariobilly <207792730+mariobilly@users.noreply.github.com> Date: Sun, 6 Sep 2026 16:08:22 +0300 Subject: [PATCH 1/4] Add MSCH custom node packages --- custom-node-list.json | 150 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b8c78cc7e..70d3c2854 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,155 @@ { "custom_nodes": [ + { + "author": "mariobilly", + "title": "MSCH A2V", + "reference": "https://github.com/mariobilly/msch-a2v", + "files": [ + "https://github.com/mariobilly/msch-a2v" + ], + "install_type": "git-clone", + "description": "Beat-synced prompt sequencing, shot planning, MiniMax H3 sampling, assembly and pixel upscaling for music videos." + }, + { + "author": "mariobilly", + "title": "MSCH Code Matrix", + "reference": "https://github.com/mariobilly/msch-code-matrix", + "files": [ + "https://github.com/mariobilly/msch-code-matrix" + ], + "install_type": "git-clone", + "description": "Convert images and video frames into ASCII portraits, binary art and animated Matrix-style glyph patterns." + }, + { + "author": "mariobilly", + "title": "MSCH Edge ASCII", + "reference": "https://github.com/mariobilly/msch-edge-ascii", + "files": [ + "https://github.com/mariobilly/msch-edge-ascii" + ], + "install_type": "git-clone", + "description": "Contour-aligned ASCII strokes, halftone fills and animated marks for photos and native ComfyUI video." + }, + { + "author": "mariobilly", + "title": "MSCH Lyric Sync", + "reference": "https://github.com/mariobilly/msch-lyric-sync", + "files": [ + "https://github.com/mariobilly/msch-lyric-sync" + ], + "install_type": "git-clone", + "description": "Align pasted lyrics to audio and render bilingual captions or animated lyric mosaics with editable color palettes." + }, + { + "author": "mariobilly", + "title": "MSCH MCP Bridge", + "reference": "https://github.com/mariobilly/msch-mcp-bridge", + "files": [ + "https://github.com/mariobilly/msch-mcp-bridge" + ], + "install_type": "git-clone", + "description": "Local ComfyUI browser bridge for changing widget values, setting node modes and reading the current graph." + }, + { + "author": "mariobilly", + "title": "MSCH Pointillism", + "reference": "https://github.com/mariobilly/msch-pointillism", + "files": [ + "https://github.com/mariobilly/msch-pointillism" + ], + "install_type": "git-clone", + "description": "Animate color-sampled dots over paper with distortion, ink bleed, grain and frame-hold controls." + }, + { + "author": "mariobilly", + "title": "MSCH Puppet Face", + "reference": "https://github.com/mariobilly/msch-puppet-face", + "files": [ + "https://github.com/mariobilly/msch-puppet-face" + ], + "install_type": "git-clone", + "description": "Face landmark and animated cursor overlays with self-contained OpenCV video loading and MP4 saving." + }, + { + "author": "mariobilly", + "title": "MSCH Scan FX", + "reference": "https://github.com/mariobilly/msch-scanfx", + "files": [ + "https://github.com/mariobilly/msch-scanfx" + ], + "install_type": "git-clone", + "description": "Stack up to eight thermal, night-vision, hologram, HUD, radar, glitch and other scan effects inside an optional mask." + }, + { + "author": "mariobilly", + "title": "MSCH Slideshow", + "reference": "https://github.com/mariobilly/msch-slideshow", + "files": [ + "https://github.com/mariobilly/msch-slideshow" + ], + "install_type": "git-clone", + "description": "Photo slideshow studio with animated layouts, beat analysis, subject framing, editable shot plans and streamed video export." + }, + { + "author": "mariobilly", + "title": "MSCH Slideshow Forge", + "reference": "https://github.com/mariobilly/msch-slideshow-forge", + "files": [ + "https://github.com/mariobilly/msch-slideshow-forge" + ], + "install_type": "git-clone", + "description": "Build editable photo timelines and render procedural Ken Burns motion and transitions using PyTorch and Kornia." + }, + { + "author": "mariobilly", + "title": "MSCH Synkit FX", + "reference": "https://github.com/mariobilly/msch-synkitfx", + "files": [ + "https://github.com/mariobilly/msch-synkitfx" + ], + "install_type": "git-clone", + "description": "Animated metaball halftones and feature-tracking HUD boxes with labels, connectors, native VIDEO and overlay masks." + }, + { + "author": "mariobilly", + "title": "MSCH Theme", + "reference": "https://github.com/mariobilly/msch-theme", + "files": [ + "https://github.com/mariobilly/msch-theme" + ], + "install_type": "git-clone", + "description": "Apply the MSCH carbon, steel, bone and acid-accent palette to compatible custom node cards." + }, + { + "author": "mariobilly", + "title": "MSCH TimeSlice", + "reference": "https://github.com/mariobilly/msch-timeslice", + "files": [ + "https://github.com/mariobilly/msch-timeslice" + ], + "install_type": "git-clone", + "description": "Temporal displacement of video bands and cubes with time-offset color ramps, RGB spread and jitter." + }, + { + "author": "mariobilly", + "title": "MSCH Typort", + "reference": "https://github.com/mariobilly/msch-typort", + "files": [ + "https://github.com/mariobilly/msch-typort" + ], + "install_type": "git-clone", + "description": "Layered animated typography studio with Arabic text, keyframes, audio reactions and transparent or composite exports." + }, + { + "author": "mariobilly", + "title": "MSCH Warp Wiggle", + "reference": "https://github.com/mariobilly/msch-warp-wiggle", + "files": [ + "https://github.com/mariobilly/msch-warp-wiggle" + ], + "install_type": "git-clone", + "description": "Warped transitions between video clips, animated single-clip distortion and matching HUD overlays." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider", From 8f91f5791f1b72dd48374ac4b1fb2fb1f5c2d565 Mon Sep 17 00:00:00 2001 From: mariobilly <207792730+mariobilly@users.noreply.github.com> Date: Sun, 6 Sep 2026 19:06:32 +0300 Subject: [PATCH 2/4] Replace separate MSCH entries with one unified node pack --- custom-node-list.json | 155 +++--------------------------------------- 1 file changed, 9 insertions(+), 146 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 70d3c2854..0f4a88e5b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2,153 +2,13 @@ "custom_nodes": [ { "author": "mariobilly", - "title": "MSCH A2V", - "reference": "https://github.com/mariobilly/msch-a2v", + "title": "MSCH Nodes", + "reference": "https://github.com/mariobilly/msch-comfyui-nodes", "files": [ - "https://github.com/mariobilly/msch-a2v" + "https://github.com/mariobilly/msch-comfyui-nodes" ], "install_type": "git-clone", - "description": "Beat-synced prompt sequencing, shot planning, MiniMax H3 sampling, assembly and pixel upscaling for music videos." - }, - { - "author": "mariobilly", - "title": "MSCH Code Matrix", - "reference": "https://github.com/mariobilly/msch-code-matrix", - "files": [ - "https://github.com/mariobilly/msch-code-matrix" - ], - "install_type": "git-clone", - "description": "Convert images and video frames into ASCII portraits, binary art and animated Matrix-style glyph patterns." - }, - { - "author": "mariobilly", - "title": "MSCH Edge ASCII", - "reference": "https://github.com/mariobilly/msch-edge-ascii", - "files": [ - "https://github.com/mariobilly/msch-edge-ascii" - ], - "install_type": "git-clone", - "description": "Contour-aligned ASCII strokes, halftone fills and animated marks for photos and native ComfyUI video." - }, - { - "author": "mariobilly", - "title": "MSCH Lyric Sync", - "reference": "https://github.com/mariobilly/msch-lyric-sync", - "files": [ - "https://github.com/mariobilly/msch-lyric-sync" - ], - "install_type": "git-clone", - "description": "Align pasted lyrics to audio and render bilingual captions or animated lyric mosaics with editable color palettes." - }, - { - "author": "mariobilly", - "title": "MSCH MCP Bridge", - "reference": "https://github.com/mariobilly/msch-mcp-bridge", - "files": [ - "https://github.com/mariobilly/msch-mcp-bridge" - ], - "install_type": "git-clone", - "description": "Local ComfyUI browser bridge for changing widget values, setting node modes and reading the current graph." - }, - { - "author": "mariobilly", - "title": "MSCH Pointillism", - "reference": "https://github.com/mariobilly/msch-pointillism", - "files": [ - "https://github.com/mariobilly/msch-pointillism" - ], - "install_type": "git-clone", - "description": "Animate color-sampled dots over paper with distortion, ink bleed, grain and frame-hold controls." - }, - { - "author": "mariobilly", - "title": "MSCH Puppet Face", - "reference": "https://github.com/mariobilly/msch-puppet-face", - "files": [ - "https://github.com/mariobilly/msch-puppet-face" - ], - "install_type": "git-clone", - "description": "Face landmark and animated cursor overlays with self-contained OpenCV video loading and MP4 saving." - }, - { - "author": "mariobilly", - "title": "MSCH Scan FX", - "reference": "https://github.com/mariobilly/msch-scanfx", - "files": [ - "https://github.com/mariobilly/msch-scanfx" - ], - "install_type": "git-clone", - "description": "Stack up to eight thermal, night-vision, hologram, HUD, radar, glitch and other scan effects inside an optional mask." - }, - { - "author": "mariobilly", - "title": "MSCH Slideshow", - "reference": "https://github.com/mariobilly/msch-slideshow", - "files": [ - "https://github.com/mariobilly/msch-slideshow" - ], - "install_type": "git-clone", - "description": "Photo slideshow studio with animated layouts, beat analysis, subject framing, editable shot plans and streamed video export." - }, - { - "author": "mariobilly", - "title": "MSCH Slideshow Forge", - "reference": "https://github.com/mariobilly/msch-slideshow-forge", - "files": [ - "https://github.com/mariobilly/msch-slideshow-forge" - ], - "install_type": "git-clone", - "description": "Build editable photo timelines and render procedural Ken Burns motion and transitions using PyTorch and Kornia." - }, - { - "author": "mariobilly", - "title": "MSCH Synkit FX", - "reference": "https://github.com/mariobilly/msch-synkitfx", - "files": [ - "https://github.com/mariobilly/msch-synkitfx" - ], - "install_type": "git-clone", - "description": "Animated metaball halftones and feature-tracking HUD boxes with labels, connectors, native VIDEO and overlay masks." - }, - { - "author": "mariobilly", - "title": "MSCH Theme", - "reference": "https://github.com/mariobilly/msch-theme", - "files": [ - "https://github.com/mariobilly/msch-theme" - ], - "install_type": "git-clone", - "description": "Apply the MSCH carbon, steel, bone and acid-accent palette to compatible custom node cards." - }, - { - "author": "mariobilly", - "title": "MSCH TimeSlice", - "reference": "https://github.com/mariobilly/msch-timeslice", - "files": [ - "https://github.com/mariobilly/msch-timeslice" - ], - "install_type": "git-clone", - "description": "Temporal displacement of video bands and cubes with time-offset color ramps, RGB spread and jitter." - }, - { - "author": "mariobilly", - "title": "MSCH Typort", - "reference": "https://github.com/mariobilly/msch-typort", - "files": [ - "https://github.com/mariobilly/msch-typort" - ], - "install_type": "git-clone", - "description": "Layered animated typography studio with Arabic text, keyframes, audio reactions and transparent or composite exports." - }, - { - "author": "mariobilly", - "title": "MSCH Warp Wiggle", - "reference": "https://github.com/mariobilly/msch-warp-wiggle", - "files": [ - "https://github.com/mariobilly/msch-warp-wiggle" - ], - "install_type": "git-clone", - "description": "Warped transitions between video clips, animated single-clip distortion and matching HUD overlays." + "description": "One install for the full MSCH collection: 35 video effects, slideshow, typography, lyric-sync and MiniMax H3 nodes, plus theme and editor bridge. Replaces the separate msch-* packs." }, { "author": "Carasibana", @@ -45164,7 +45024,7 @@ "install_type": "git-clone", "description": "Prompt Style Selector with Preview, Multiple Selecting, Search and Local Base." }, - { + { "author": "DemonAlone", "title": "DemonAlone-JS_Addon-ComfyUI", "reference": "https://github.com/DemonAlone/DemonAlone-JS_Addon-ComfyUI", @@ -60881,7 +60741,10 @@ ], "install_type": "git-clone", "description": "Professional ACES and EXR workflow nodes with OCIO 2.1 support and sequence loading.", - "pip": ["opencolorio>=2.2.0", "openexr>=3.2.0"] + "pip": [ + "opencolorio>=2.2.0", + "openexr>=3.2.0" + ] }, { "author": "Neurad", From 05b84d270c97f43568786f2995b60f8605ba9e56 Mon Sep 17 00:00:00 2001 From: mariobilly <207792730+mariobilly@users.noreply.github.com> Date: Sun, 6 Sep 2026 19:11:34 +0300 Subject: [PATCH 3/4] Preserve unrelated Manager database formatting --- custom-node-list.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0f4a88e5b..8c3649d29 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45004,7 +45004,7 @@ "install_type": "git-clone", "description": "Passthrough node that instantly unloads any running ollama model mid workflow. No API calls, just accepts plain string as a model name and executes 'ollama stop ' command in your system." }, - { + { "author": "DemonAlone", "title": "DemonAlone-nodes-ComfyUI", "reference": "https://github.com/DemonAlone/DemonAlone-nodes-ComfyUI", @@ -45014,7 +45014,7 @@ "install_type": "git-clone", "description": "A collection of nodes that provide dynamic dropdown selectors for Samplers, Schedulers, Checkpoints, and Diffusion Models, outputting a comma-separated string for use in XY plots." }, - { + { "author": "DemonAlone", "title": "DemonAlone-StyleSelector-ComfyUI", "reference": "https://github.com/DemonAlone/DemonAlone-StyleSelector-ComfyUI", @@ -45024,7 +45024,7 @@ "install_type": "git-clone", "description": "Prompt Style Selector with Preview, Multiple Selecting, Search and Local Base." }, - { + { "author": "DemonAlone", "title": "DemonAlone-JS_Addon-ComfyUI", "reference": "https://github.com/DemonAlone/DemonAlone-JS_Addon-ComfyUI", @@ -60741,10 +60741,7 @@ ], "install_type": "git-clone", "description": "Professional ACES and EXR workflow nodes with OCIO 2.1 support and sequence loading.", - "pip": [ - "opencolorio>=2.2.0", - "openexr>=3.2.0" - ] + "pip": ["opencolorio>=2.2.0", "openexr>=3.2.0"] }, { "author": "Neurad", From 9c2ceda51f06d0938c4a9e68cd9b58fd6093f561 Mon Sep 17 00:00:00 2001 From: mariobilly <207792730+mariobilly@users.noreply.github.com> Date: Sun, 6 Sep 2026 19:14:04 +0300 Subject: [PATCH 4/4] Keep existing Manager entries byte-for-byte unchanged --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8c3649d29..79c39442a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45004,7 +45004,7 @@ "install_type": "git-clone", "description": "Passthrough node that instantly unloads any running ollama model mid workflow. No API calls, just accepts plain string as a model name and executes 'ollama stop ' command in your system." }, - { + { "author": "DemonAlone", "title": "DemonAlone-nodes-ComfyUI", "reference": "https://github.com/DemonAlone/DemonAlone-nodes-ComfyUI", @@ -45014,7 +45014,7 @@ "install_type": "git-clone", "description": "A collection of nodes that provide dynamic dropdown selectors for Samplers, Schedulers, Checkpoints, and Diffusion Models, outputting a comma-separated string for use in XY plots." }, - { + { "author": "DemonAlone", "title": "DemonAlone-StyleSelector-ComfyUI", "reference": "https://github.com/DemonAlone/DemonAlone-StyleSelector-ComfyUI",