mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-09-09 10:33:48 +08:00
Increase the max resolution.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user