Unable to locate my generated images (after config modification). #3828
-
Why can't I find my generated images under the "outputs" folder? it occurs after I pasted the edited "config_modification_tutorial." From the extent of my knowledge, my output folder should be corret since I just copied it from the tutorial, but i can't seem to see all the generated outputs after the modification. What could be the potential issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Docker Windows Example Desired output path (example): C:\Users\Mumu\fooocus\outputs\ (create new folder)
then *notes: add this, dont change other lines. make sure it is aligned with docker syntax |
Beta Was this translation helpful? Give feedback.
Docker Windows Example
Windows username: Mumu
Desired output path (example): C:\Users\Mumu\fooocus\outputs\ (create new folder)
.
.
volumes:
.
.
then
docker-compose down
docker-compose up -d
*notes: add this, dont change other lines. make sure it is aligned with docker syntax
you should be able to see all output files in /outputs/ folder as it became a mount now