From 9e3fef11a4bcd95a98f3f555114d58a189f5635f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 3 Dec 2023 22:01:13 +0900 Subject: [PATCH] fix: hide openart api key update DB --- __init__.py | 2 +- extension-node-map.json | 17 +++++++++++++---- js/comfyui-share-openart.js | 2 +- node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 17 +++++++++++++---- 5 files changed, 38 insertions(+), 10 deletions(-) diff --git a/__init__.py b/__init__.py index e132cf02..b27de0ec 100644 --- a/__init__.py +++ b/__init__.py @@ -17,7 +17,7 @@ import http.client import re import signal -version = "V1.6.1" +version = "V1.6.2" print(f"### Loading: ComfyUI-Manager ({version})") diff --git a/extension-node-map.json b/extension-node-map.json index f5f8334b..b674c898 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2488,7 +2488,9 @@ "Framed Mask Grab Cut 2", "FromListGetColors", "FromListGetConds", + "FromListGetFloats", "FromListGetImages", + "FromListGetInts", "FromListGetLatents", "FromListGetModels", "FromListGetStrings", @@ -2525,7 +2527,9 @@ "String to Integer", "ToColorList", "ToCondList", + "ToFloatList", "ToImageList", + "ToIntList", "ToLatentList", "ToModelList", "ToStringList", @@ -2560,10 +2564,15 @@ ], "https://github.com/bronkula/comfyui-fitsize": [ [ - "Fit Image And Resize", - "Fit Size From Image", - "Fit Size From Int", - "Load Image And Resize To Fit" + "FS: Crop Image Into Even Pieces", + "FS: Fit Image And Resize", + "FS: Fit Size From Image", + "FS: Fit Size From Int", + "FS: Image Region To Mask", + "FS: Load Image And Resize To Fit", + "FS: Pick Image From Batch", + "FS: Pick Image From Batches", + "FS: Pick Image From List" ], { "title_aux": "comfyui-fitsize" diff --git a/js/comfyui-share-openart.js b/js/comfyui-share-openart.js index 6fb22b21..5a7f1273 100644 --- a/js/comfyui-share-openart.js +++ b/js/comfyui-share-openart.js @@ -175,7 +175,7 @@ export class OpenArtShareDialog extends ComfyDialog { }); this.keyInput = $el("input", { - type: "text", + type: "password", placeholder: "Copy & paste your API key", style: inputStyle, }); diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index e38f0c36..b2e75488 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Jaxkr", + "title": "comfyui-terminal-command [UNSAFE]", + "reference": "https://github.com/Jaxkr/comfyui-terminal-command", + "files": [ + "https://github.com/Jaxkr/comfyui-terminal-command" + ], + "install_type": "git-clone", + "description": "Nodes: Run Terminal Command. [w/This node is an unsafe node that includes the capability to execute terminal commands.]" + }, { "author": "BlueDangerX", "title": "ComfyUI-BDXNodes [WIP]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f5f8334b..b674c898 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2488,7 +2488,9 @@ "Framed Mask Grab Cut 2", "FromListGetColors", "FromListGetConds", + "FromListGetFloats", "FromListGetImages", + "FromListGetInts", "FromListGetLatents", "FromListGetModels", "FromListGetStrings", @@ -2525,7 +2527,9 @@ "String to Integer", "ToColorList", "ToCondList", + "ToFloatList", "ToImageList", + "ToIntList", "ToLatentList", "ToModelList", "ToStringList", @@ -2560,10 +2564,15 @@ ], "https://github.com/bronkula/comfyui-fitsize": [ [ - "Fit Image And Resize", - "Fit Size From Image", - "Fit Size From Int", - "Load Image And Resize To Fit" + "FS: Crop Image Into Even Pieces", + "FS: Fit Image And Resize", + "FS: Fit Size From Image", + "FS: Fit Size From Int", + "FS: Image Region To Mask", + "FS: Load Image And Resize To Fit", + "FS: Pick Image From Batch", + "FS: Pick Image From Batches", + "FS: Pick Image From List" ], { "title_aux": "comfyui-fitsize"