mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #5492] Generate Flux in ForgeUI #14003
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 @bkev on GitHub (Sep 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5492
Image generation works for ForgeUI for non Flux models.
When a Flux model is used and try to generate an image it is just a black square. I can see an error of "\ForgeUI\webui\modules\processing.py:1003: RuntimeWarning: invalid value encountered in cast
x_sample = x_sample.astype(np.uint8)"
Reading here
https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1221
It seems that if you pass scheduler as "Simple" in the api payload it works. Is this possible to change/test in Open-webui?