gwiener / stable-diffusion-webui

Stable Diffusion web UI for testing GitHub integrations
GNU Affero General Public License v3.0
0 stars 0 forks source link

[Feature Request]: Make number of steps slider move in steps of 5 #5

Open gwiener opened 2 months ago

gwiener commented 2 months ago

Is there an existing issue for this?

What would your feature do ?

Change the number of steps slider so that by default it will change in a scale of 5 units per tick

Proposed workflow

  1. Go to the image creation main screen
  2. Open the settings panel
  3. Change the number of steps, it will increase or decrease by 5 each slide

Additional information

No response

issuelinter[bot] commented 2 months ago
{
  "affected_files": [
    "AppRecSys____recommend.py",
    "AppRecSys____train.py",
    "AppRecSys____sim.py"
  ],
  "estimated_impact": "normal",
  "explanation": "The change to make number of steps slider move in steps of 5 would typically affect the user interface definition, requiring changes to the slider component. Also, the logic handling these step values in backend code, like any associated computation or validation involving the 'number of steps', would need to be updated. These changes involve multiple related components but are unlikely to impact outside the areas handling the UI component logic and associated configurations."
}