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
11838e60
Commit
11838e60
authored
Mar 26, 2024
by
comfyanonymous
Browse files
Increase the max resolution.
parent
ae77590b
Changes
1
Show 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 @
11838e60
...
@@ -41,7 +41,7 @@ def before_node_execution():
...
@@ -41,7 +41,7 @@ def before_node_execution():
def
interrupt_processing
(
value
=
True
):
def
interrupt_processing
(
value
=
True
):
comfy
.
model_management
.
interrupt_current_processing
(
value
)
comfy
.
model_management
.
interrupt_current_processing
(
value
)
MAX_RESOLUTION
=
8192
MAX_RESOLUTION
=
16384
class
CLIPTextEncode
:
class
CLIPTextEncode
:
@
classmethod
@
classmethod
...
...
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