From ea4d4fa46e3bd63e83a9b4883247ab80d086ca88 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 5 Dec 2023 13:05:16 +0900 Subject: [PATCH] fix: channel badge layout update DB --- __init__.py | 2 +- custom-node-list.json | 31 +++++++++++++++++++++++++++++ extension-node-map.json | 17 ++++++++++++++++ js/comfyui-manager.js | 7 +++++-- node_db/new/custom-node-list.json | 31 +++++++++++++++++++++++++++++ node_db/new/extension-node-map.json | 17 ++++++++++++++++ 6 files changed, 102 insertions(+), 3 deletions(-) diff --git a/__init__.py b/__init__.py index c09018fd..ed1efe11 100644 --- a/__init__.py +++ b/__init__.py @@ -17,7 +17,7 @@ import http.client import re import signal -version = "V1.6.3" +version = "V1.6.4" print(f"### Loading: ComfyUI-Manager ({version})") diff --git a/custom-node-list.json b/custom-node-list.json index 61b824fd..91639642 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2969,6 +2969,16 @@ "install_type": "git-clone", "description": "Nodes: ComfyUI Mexx Styler, ComfyUI Mexx Styler Advanced" }, + { + "author": "SoftMeng", + "title": "ComfyUI_Mexx_Poster", + "reference": "https://github.com/SoftMeng/ComfyUI_Mexx_Poster", + "files": [ + "https://github.com/SoftMeng/ComfyUI_Mexx_Poster" + ], + "install_type": "git-clone", + "description": "Nodes: ComfyUI_Mexx_Poster" + }, { "author": "wmatson", "title": "easy-comfy-nodes", @@ -3059,6 +3069,27 @@ "install_type": "git-clone", "description": "Real-time input output node for ComfyUI by NDI. Leveraging the powerful linking capabilities of NDI, you can access NDI video stream frames and send images generated by the model to NDI video streams." }, + { + "author": "subtleGradient", + "title": "Touchpad two-finger gesture support for macOS", + "reference": "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad", + "files": [ + "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad" + ], + "install_type": "git-clone", + "description": "Two-finger scrolling (vertical and horizontal) to pan the canvas. Two-finger pinch to zoom in and out. Command-scroll up and down to zoom in and out. Fixes [comfyanonymous/ComfyUI#2059](https://github.com/comfyanonymous/ComfyUI/issues/2059)." + }, + { + "author": "zcfrank1st", + "title": "comfyui_visual_anagram", + "reference": "https://github.com/zcfrank1st/comfyui_visual_anagrams", + "files": [ + "https://github.com/zcfrank1st/comfyui_visual_anagrams" + ], + "pip": ["ndi-python"], + "install_type": "git-clone", + "description": "Nodes:visual_anagrams_sample, visual_anagrams_animate" + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index db8bccf6..0a3058ec 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1489,6 +1489,14 @@ "title_aux": "Chatbox Overlay node for ComfyUI" } ], + "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": [ + [ + "ComfyUI_Mexx_Poster" + ], + { + "title_aux": "ComfyUI_Mexx_Poster" + } + ], "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": [ [ "MexxSDXLPromptStyler", @@ -5304,6 +5312,15 @@ "title_aux": "ComfyUI Yolov8" } ], + "https://github.com/zcfrank1st/comfyui_visual_anagrams": [ + [ + "VisualAnagramsAnimate", + "VisualAnagramsSample" + ], + { + "title_aux": "comfyui_visual_anagram" + } + ], "https://github.com/zer0TF/cute-comfy": [ [ "Cute.Placeholder" diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index 1e167aa4..3f834af9 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -39,12 +39,15 @@ docStyle.innerHTML = ` height: 23px; font-size: 13px; border-radius: 5px; - left: 250px; - top: 38px; + left: 5px; + top: 5px; align-content: center; justify-content: center; text-align: center; font-weight: bold; + float: left; + vertical-align: middle; + position: relative; } .cm-notice-board { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 5dbd12ad..d4e4299a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,36 @@ { "custom_nodes": [ + { + "author": "zcfrank1st", + "title": "comfyui_visual_anagram", + "reference": "https://github.com/zcfrank1st/comfyui_visual_anagrams", + "files": [ + "https://github.com/zcfrank1st/comfyui_visual_anagrams" + ], + "pip": ["ndi-python"], + "install_type": "git-clone", + "description": "Nodes:visual_anagrams_sample, visual_anagrams_animate" + }, + { + "author": "subtleGradient", + "title": "Touchpad two-finger gesture support for macOS", + "reference": "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad", + "files": [ + "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad" + ], + "install_type": "git-clone", + "description": "Two-finger scrolling (vertical and horizontal) to pan the canvas. Two-finger pinch to zoom in and out. Command-scroll up and down to zoom in and out. Fixes [comfyanonymous/ComfyUI#2059](https://github.com/comfyanonymous/ComfyUI/issues/2059)." + }, + { + "author": "SoftMeng", + "title": "ComfyUI_Mexx_Poster", + "reference": "https://github.com/SoftMeng/ComfyUI_Mexx_Poster", + "files": [ + "https://github.com/SoftMeng/ComfyUI_Mexx_Poster" + ], + "install_type": "git-clone", + "description": "Nodes: ComfyUI_Mexx_Poster" + }, { "author": "ningxiaoxiao", "title": "comfyui-NDI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index db8bccf6..0a3058ec 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1489,6 +1489,14 @@ "title_aux": "Chatbox Overlay node for ComfyUI" } ], + "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": [ + [ + "ComfyUI_Mexx_Poster" + ], + { + "title_aux": "ComfyUI_Mexx_Poster" + } + ], "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": [ [ "MexxSDXLPromptStyler", @@ -5304,6 +5312,15 @@ "title_aux": "ComfyUI Yolov8" } ], + "https://github.com/zcfrank1st/comfyui_visual_anagrams": [ + [ + "VisualAnagramsAnimate", + "VisualAnagramsSample" + ], + { + "title_aux": "comfyui_visual_anagram" + } + ], "https://github.com/zer0TF/cute-comfy": [ [ "Cute.Placeholder"