Solution
1. Using the "Save Image" Node
- Choose the "Save Image" Node
- Input the Relative Path
- Directory Path Field: Input the relative path of your image folder.
- Format:
{your-folder-name}/{your-image-name}
Example: If your folder name is "Test1" and the image name is "001", input: Test1/001
Then you will find your image in the folder ComfyUI/output/Test1
2. Using Other Nodes (e.g., "string", "set", "get")
- Input the Absolute Path
- Directory Path Field: Input the absolute path of your image folder.
- Format:
/workspace/ComfyUI/output/{your-folder-name}
/workspace/ComfyUI/videos
❌/workspace/ComfyUI/shots
❌/workspace/ComfyUI/results
❌/workspace/ComfyUI/output
✅
⚠️ Important Reminder
Ensure your output path is in /workspace/ComfyUI/output
. Do not create a path yourself!
Incorrect Paths:
Correct Path ONLY:
Using an incorrect path will prevent images from appearing in the file browser and being saved across sessions. Always double-check that your path is correctly set to /workspace/ComfyUI/output/{your-folder-name}
.
Example: If your folder name is "0501", the absolute path should be /workspace/ComfyUI/output/0501