mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #981] image generation settings are not stored #12281
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tcs-christian-ulrich on GitHub (Mar 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/981
Bug Report
Description
Bug Summary:
image genseration settings are not stored
Steps to Reproduce:
enter image generation settings for connection to automatic1111
i also enter image size and change steps
hit save
re-open settings to see if its there
restart container -> settings are gone (all other settings are stored)
Expected Behavior:
settings are saved
Actual Behavior:
after restart the image settings are gone
Environment
Reproduction Details
Confirmation:
Installation Method
one docker desktop environment on Windows 11, one podman setup on rpi5
both with docker-compose, sligthly adapted to run on podman
@aaronnewsome commented on GitHub (Mar 2, 2024):
I see the same behavior as described above. Once the container is restarted, the Stable Diffusion URL and image generation parameters must be re-entered. Also, when starting the container, I use an environment variable to specify the Ollama instance URL:port, but I did not find a way to specify the Image generation parameters when starting the container.
@tjbck commented on GitHub (Mar 3, 2024):
Closing in favour of #1022, let's continue our discussion there!