mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
issue: Connecting to stable difussion with OpenWeb UI- string indices must be integrers not str #5673
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 @monksy on GitHub (Jun 30, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15 (latest)
Ollama Version (if applicable)
0.9.3
Operating System
Arch
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
I'm able to connect to stable difussion and connect it with OpenWeb UI
I'm using the stable difussion docker image from:
https://github.com/simonmcnair/stable-diffusion-webui-docker
Setting up the accounts on OpenWebUI Produces the error below.
Actual Behavior
Steps to Reproduce
Enable image generation
Logs & Screenshots
sd-logs.log
Additional Information
No response
@monksy commented on GitHub (Jun 30, 2025):
One thing to note:
http://localhost:7860/sdapi/v1/sd-models returns "not found"
@monksy commented on GitHub (Jul 1, 2025):
This was an issue because the stable-diffussion container didn't have API enabled.
Use:
environment: - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --apiFor auto.
@monksy commented on GitHub (Jul 2, 2025):
I'm going to write a new issue for this, since it didn't validate that there was an actual SD api underneath I think that's the "open-webui bug" here.
Created it here: https://github.com/open-webui/open-webui/issues/15489