"vscode:/vscode.git/clone" did not exist on "0ec63afec2558d76312bf6fddc3f171ceebfa584"
Commit 11838e60 authored by comfyanonymous's avatar comfyanonymous
Browse files

Increase the max resolution.

parent ae77590b
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment