CivArchive
    ← All articles
    Published September 17, 2024by CitronLegacy

    Get Comfy #001 - Change where ComfyUI saves generated images

    662 views13 reactions3 comments on CivitAI5 collected
    tool guidegetcomfy

    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