save-image-extended-comfyui icon indicating copy to clipboard operation
save-image-extended-comfyui copied to clipboard

recursion errors with multiple checkpoints

Open NeonLightning opened this issue 7 months ago • 1 comments

i'm trying to do outpainting and use a second checkpoint for the outpainting and one for the base image i'm using this as my folder name 25.ckpt_name, 50.ckpt_name, 31.lora_name, 30.lora_name, it's giving me an error about recursion

SaveImageExtended 2.76 error: An error occurred while creating the subfolder or saving the image: [WinError 267] The directory name is invalid: "D:\\ai\\stabilitymatrix\\Data\\Packages\\ComfyUI\\output\\xl\\enjoyXLSuperRealistic_v50lightning-{'content': 'xl"
!!! Exception during processing!!! object of type 'NoneType' has no len()
Traceback (most recent call last):
  File "D:\ai\stabilitymatrix\Data\Packages\ComfyUI\execution.py", line 151, in recursive_execute
    output_data, output_ui = get_output_data(obj, input_data_all)
  File "D:\ai\stabilitymatrix\Data\Packages\ComfyUI\execution.py", line 95, in get_output_data
    output_is_list = [False] * len(results[0])
TypeError: object of type 'NoneType' has no len()

NeonLightning avatar Jul 04 '24 00:07 NeonLightning