[GH-ISSUE #3261] Stable Diffusion extra Parameters #13198

Closed
opened 2026-04-19 19:59:43 -05:00 by GiteaMirror · 0 comments
Owner

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:

  • Output Text
  • Steps
  • Default Model
  • Image Size

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.

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: - Output Text - Steps - Default Model - Image Size 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#13198