mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-25 13:30:19 +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 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})")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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,
|
||||||
});
|
});
|
||||||
|
|||||||
@ -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]",
|
||||||
|
|||||||
@ -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…
Reference in New Issue
Block a user