fix: channel badge layout

update DB
This commit is contained in:
dr.lt.data 2023-12-05 13:05:16 +09:00
parent a09a0dee37
commit ea4d4fa46e
6 changed files with 102 additions and 3 deletions

View File

@ -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})")

View File

@ -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",

View File

@ -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"

View File

@ -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 {

View File

@ -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",

View File

@ -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"