Agent-generated images (Flux/DALL-E) are saved inside container instead of host system's images directory #6958
Unanswered
leondape
asked this question in
Troubleshooting
Replies: 1 comment
-
This is intended. The default compose file then mounts the volume to persist the images to the right location on restart. Line 27 in 52f146d |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When agents generate images using any image generation tool (Flux, DALL-E), they're being saved to /app/client/public/images inside the container instead of the host system's images directory. This appears to be an issue with how agents handle image storage in general, not specific to any single tool.
Expected behavior: All agent-generated images should be saved to the configured images directory on the host system, making them persistent and accessible outside the container.
This is set in api/config/paths.js and I'm not sure if that is actually what we want?
Version Information
52f146d
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions