You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed LocalAI using docker. It was remarkably painless. I installed stable-diffusion-3-medium using the web front end. I looked in the docs (https://localai.io/features/image-generation/) and ran the commands from that page:
I got this output to the terminal: {"created":1731987003,"id":"16f0ef54-2dcb-4952-8209-6c46b9ceadf8","data":[{"embedding":null,"index":0,"url":"http://localhost:8080/generated-images/b643432296352.png"}],"usage":{"prompt_tokens":0,"completion_tokens":0,"total_tokens":0}}
There was no png file in the current directory of the terminal where I issued the command. Or my home directory. Find reports no file named "b6434*" in any subdirectory of those locations.
So where's the output file? Maybe mention that in the doc I linked above? I can find it using the URL listed, but I'd like to know it's actual location (if only so I can prune, after I generate a few hundred or thousand images).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I installed LocalAI using docker. It was remarkably painless. I installed stable-diffusion-3-medium using the web front end. I looked in the docs (https://localai.io/features/image-generation/) and ran the commands from that page:
I got this output to the terminal:
{"created":1731987003,"id":"16f0ef54-2dcb-4952-8209-6c46b9ceadf8","data":[{"embedding":null,"index":0,"url":"http://localhost:8080/generated-images/b643432296352.png"}],"usage":{"prompt_tokens":0,"completion_tokens":0,"total_tokens":0}}
There was no png file in the current directory of the terminal where I issued the command. Or my home directory. Find reports no file named "b6434*" in any subdirectory of those locations.
So where's the output file? Maybe mention that in the doc I linked above? I can find it using the URL listed, but I'd like to know it's actual location (if only so I can prune, after I generate a few hundred or thousand images).
Thanks.
Carl
Beta Was this translation helpful? Give feedback.
All reactions