Increase the max resolution.

This commit is contained in:
comfyanonymous 2024-03-26 04:00:53 -04:00
parent ec14272c0a
commit e0c8ff6f32

View File

@ -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