mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
fix: hide openart api key
update DB
This commit is contained in:
parent
2864858acc
commit
9e3fef11a4
@ -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})")
|
||||
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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,
|
||||
});
|
||||
|
||||
@ -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]",
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user