mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #3261] Stable Diffusion extra Parameters #51864
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 @nextosai on GitHub (Jun 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3261
For my understanding, Web UI currently creates a file named "params.txt" on Stable Diffusion folder to send the image parameters. Currently, the following parameters are passed:
It then uses by default:
-Sampling method=Euler
-CFG Scale=7.0
-Seed=622400380
Suggestion:
It would be great if we also could set up these default variables on the Web UI->Settings->Images and also add the parameter:
-Schedule type
Those parameters make a great difference in the generated images when using custom checkpoints models.