Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
57beace3
Commit
57beace3
authored
Aug 31, 2023
by
comfyanonymous
Browse files
Fix VAEDecodeTiled minimum.
parent
1c012d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nodes.py
nodes.py
+1
-1
No files found.
nodes.py
View file @
57beace3
...
@@ -245,7 +245,7 @@ class VAEDecodeTiled:
...
@@ -245,7 +245,7 @@ class VAEDecodeTiled:
@
classmethod
@
classmethod
def
INPUT_TYPES
(
s
):
def
INPUT_TYPES
(
s
):
return
{
"required"
:
{
"samples"
:
(
"LATENT"
,
),
"vae"
:
(
"VAE"
,
),
return
{
"required"
:
{
"samples"
:
(
"LATENT"
,
),
"vae"
:
(
"VAE"
,
),
"tile_size"
:
(
"INT"
,
{
"default"
:
512
,
"min"
:
192
,
"max"
:
4096
,
"step"
:
64
})
"tile_size"
:
(
"INT"
,
{
"default"
:
512
,
"min"
:
320
,
"max"
:
4096
,
"step"
:
64
})
}}
}}
RETURN_TYPES
=
(
"IMAGE"
,)
RETURN_TYPES
=
(
"IMAGE"
,)
FUNCTION
=
"decode"
FUNCTION
=
"decode"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment