Browse Source

Increase the max resolution.

pull/3157/head
comfyanonymous 8 months ago
parent
commit
11838e60f4
  1. 2
      nodes.py

2
nodes.py

@ -41,7 +41,7 @@ def before_node_execution():
def interrupt_processing(value=True):
comfy.model_management.interrupt_current_processing(value)
MAX_RESOLUTION=8192
MAX_RESOLUTION=16384
class CLIPTextEncode:
@classmethod

Loading…
Cancel
Save