Sign In

Get Comfy #001 - Change where ComfyUI saves generated images

5

Sep 17, 2024

(Updated: 5 months ago)

tool guide
Get Comfy #001 - Change where ComfyUI saves generated images

Question: How do you change where ComfyUI saves generated images?

TLDR: You can pass in an argument into the app on launch using --output-directory "output_folder"


Here is the full launch command in Windows:

.\python_embeded\python.exe -s ComfyUI\main.py --output-directory "output_folder" --windows-standalone-build pause

For me, this command lives in the .BAT file I use to launch ComfyUI ComfyUI_windows_portable\run_nvidia_gpu.bat


This is the first of a Tips & Tutorial Series that I'm making so that I can remember how and also share how to do things in ComfyUI.

ComfyUI is super powerful and worth learning but the learning curve is steep so I want to see if we can make that easier.

#GetComfy

5