Stable Diffusion extra Parameters #1302

Closed
opened 2025-11-11 14:42:13 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @nextosai on GitHub (Jun 18, 2024).

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). 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#1302