Comfy-Org / Comfy-Org/ComfyUI

ComfyUI no longer saves clipspace and pasted files in separate sub-directories anymore?

Open
#16,052 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

Right now, ComfyUI doesn't save clipspace and pasted files in separate sub-directories anymore?

I've noticed that in the latest ComfyUI version, as well as several previous versions:

When creating a mask with the MaskEditor, it generates `clipspace-mask-XXX.png`, `clipspace-paint-XXX.png`, `clipspace-painted-masked-XXXX.png` directly in the `/input` directory, whereas previously they were created in `/input/clipspace`
Or when copying an image and pasting into the workflow, it creates those image files directly in the `/input` directory, whereas previously they were created in `/input/pasted` -- seems like this part has been fixed in the latest version?

I don't know if it's a bug or intentional. If it's a bug, I'll hold off updating ComfyUI. But if it's intentional, I'll go ahead and update and find a way to manage these files so they don't clutter up the input directory.

### Current version (latest)

Image
Image
Image

### Old version (that I used)

Image
Image
Image

Contributor guide

Open the contributing guide

Research direction

Reproduce the MaskEditor mask-save flow and the workflow image-paste flow, checking whether generated files land in /input/clipspace, /input/pasted, or directly in /input. Trace the entry points for both flows and compare current behavior with the described old behavior. Done means establishing whether the location change is intentional or defining the required regression fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ai, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.