Skip to content

FileNotFoundError #6

@GXMT

Description

@GXMT

Traceback (most recent call last):
File "D:\ComfyUI\main.py", line 178, in execute
executed += recursive_execute(prompt, self.outputs, x, extra_data)
File "D:\ComfyUI\main.py", line 76, in recursive_execute
outputs[unique_id] = getattr(obj, obj.FUNCTION)(**input_data_all)
File "D:\ComfyUI\nodes.py", line 497, in save_images
img.save(f"output/{filename_prefix}{counter:05}.png", pnginfo=metadata, optimize=True)
File "D:\stable-diffusion-webui\venv\lib\site-packages\PIL\Image.py", line 2428, in save
fp = builtins.open(filename, "w+b")
FileNotFoundError: [Errno 2] No such file or directory: 'output/ComfyUI_00010_.png'

No idea how to solve this problem.
I can't generate new image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions