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 signal
version = "V1.6.1"
version = "V1.6.2"
print(f"### Loading: ComfyUI-Manager ({version})")

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

2
js/comfyui-share-openart.js vendored

@ -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,
});

10
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]",

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

Loading…
Cancel
Save