Browse Source

fix: hide openart api key

update DB
pull/219/head
Dr.Lt.Data 12 months ago
parent
commit
9e3fef11a4
  1. 2
      __init__.py
  2. 17
      extension-node-map.json
  3. 2
      js/comfyui-share-openart.js
  4. 10
      node_db/dev/custom-node-list.json
  5. 17
      node_db/new/extension-node-map.json

2
__init__.py

@ -17,7 +17,7 @@ import http.client
import re import re
import signal import signal
version = "V1.6.1" version = "V1.6.2"
print(f"### Loading: ComfyUI-Manager ({version})") print(f"### Loading: ComfyUI-Manager ({version})")

17
extension-node-map.json

@ -2488,7 +2488,9 @@
"Framed Mask Grab Cut 2", "Framed Mask Grab Cut 2",
"FromListGetColors", "FromListGetColors",
"FromListGetConds", "FromListGetConds",
"FromListGetFloats",
"FromListGetImages", "FromListGetImages",
"FromListGetInts",
"FromListGetLatents", "FromListGetLatents",
"FromListGetModels", "FromListGetModels",
"FromListGetStrings", "FromListGetStrings",
@ -2525,7 +2527,9 @@
"String to Integer", "String to Integer",
"ToColorList", "ToColorList",
"ToCondList", "ToCondList",
"ToFloatList",
"ToImageList", "ToImageList",
"ToIntList",
"ToLatentList", "ToLatentList",
"ToModelList", "ToModelList",
"ToStringList", "ToStringList",
@ -2560,10 +2564,15 @@
], ],
"https://github.com/bronkula/comfyui-fitsize": [ "https://github.com/bronkula/comfyui-fitsize": [
[ [
"Fit Image And Resize", "FS: Crop Image Into Even Pieces",
"Fit Size From Image", "FS: Fit Image And Resize",
"Fit Size From Int", "FS: Fit Size From Image",
"Load Image And Resize To Fit" "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" "title_aux": "comfyui-fitsize"

2
js/comfyui-share-openart.js vendored

@ -175,7 +175,7 @@ export class OpenArtShareDialog extends ComfyDialog {
}); });
this.keyInput = $el("input", { this.keyInput = $el("input", {
type: "text", type: "password",
placeholder: "Copy & paste your API key", placeholder: "Copy & paste your API key",
style: inputStyle, style: inputStyle,
}); });

10
node_db/dev/custom-node-list.json

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "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", "author": "BlueDangerX",
"title": "ComfyUI-BDXNodes [WIP]", "title": "ComfyUI-BDXNodes [WIP]",

17
node_db/new/extension-node-map.json

@ -2488,7 +2488,9 @@
"Framed Mask Grab Cut 2", "Framed Mask Grab Cut 2",
"FromListGetColors", "FromListGetColors",
"FromListGetConds", "FromListGetConds",
"FromListGetFloats",
"FromListGetImages", "FromListGetImages",
"FromListGetInts",
"FromListGetLatents", "FromListGetLatents",
"FromListGetModels", "FromListGetModels",
"FromListGetStrings", "FromListGetStrings",
@ -2525,7 +2527,9 @@
"String to Integer", "String to Integer",
"ToColorList", "ToColorList",
"ToCondList", "ToCondList",
"ToFloatList",
"ToImageList", "ToImageList",
"ToIntList",
"ToLatentList", "ToLatentList",
"ToModelList", "ToModelList",
"ToStringList", "ToStringList",
@ -2560,10 +2564,15 @@
], ],
"https://github.com/bronkula/comfyui-fitsize": [ "https://github.com/bronkula/comfyui-fitsize": [
[ [
"Fit Image And Resize", "FS: Crop Image Into Even Pieces",
"Fit Size From Image", "FS: Fit Image And Resize",
"Fit Size From Int", "FS: Fit Size From Image",
"Load Image And Resize To Fit" "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" "title_aux": "comfyui-fitsize"

Loading…
Cancel
Save