diff --git a/comfy_fm_newgen.py b/comfy_fm_newgen.py index abf5ef2..4f8d58e 100644 --- a/comfy_fm_newgen.py +++ b/comfy_fm_newgen.py @@ -20,7 +20,7 @@ from comfy_api_simplified import ComfyApiWrapper, ComfyWorkflowWrapper logging.config.dictConfig(LOGGING_CONFIG) -cut = 200 +cut = None # Load user configurations user_config = configparser.ConfigParser() diff --git a/requirements.txt b/requirements.txt index 8a96f96..258592d 100644 Binary files a/requirements.txt and b/requirements.txt differ