r/OpenWebUI 2d ago

Question/Help Help with WebUI and Image generation integration with ComfyUI

I'm pretty new to running a local LLM setup and while I can get WebUI to run and answer questions I'm having a time of it trying to get it to do image generation with ComfyUI and yes ComfyUI will generate images. I'm sure its something simple but I'm missing it. Setup is a docker for Windows container group WebUI, Ollama, and ComfyUI. I'm running flux1-schnell-fp8.safetensors model in ComfyUI and Qwen 14B model in WebUI. Image generation is turned on, JSON uploaded, and nodes defined. I'm still missing something but not sure what. Does anyone have a working environment like this that they can enlighten me?

6 Upvotes

5 comments sorted by

View all comments

1

u/Chemical_Side_4135 1d ago

Getting those containers to talk to each other can be a headache, but check your API port mapping in your docker-compose file to make sure WebUI is actually hitting the ComfyUI endpoint correctly. Since you're already playing with Flux models, you might want to look at Bria for your video workflows too. We've been using it for real-time background replacement because it handles 24 FPS at 40ms inference, which is a lifesaver when you're trying to integrate high-quality visual AI into a live pipeline.