Allow initial_noise_multiplier
to be scaled to zero
#12085
Labels
enhancement
New feature or request
initial_noise_multiplier
to be scaled to zero
#12085
Is there an existing issue for this?
What happened?
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/a3ddf464a2ed24c999f67ddfef7969f8291567be/modules/shared.py#L420C105-L420C105
This line enforces a lower limit of 0.5 where people have reported better results / less color distortion by setting values of ~0.2 - ~0.3.
There doesn't appear to be any reason for this artificial
0.5
limit that I can find in any existing issues.Steps to reproduce the problem
What should have happened?
The slider should be allowed to scale from 0 - 1
Version or Commit where the problem happens
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/a3ddf464a2ed24c999f67ddfef7969f8291567be/modules/shared.py#L420C105-L420C105
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
Cross attention optimization
Automatic
What browsers do you use to access the UI ?
Microsoft Edge
Command Line Arguments
List of extensions
Not relevant
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: