mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
do not add 'Automatic' to infotext
This commit is contained in:
parent
76f8436bfa
commit
ac9aa44cb8
2 changed files with 3 additions and 2 deletions
|
|
@ -95,7 +95,8 @@ class KDiffusionSampler(sd_samplers_common.Sampler):
|
|||
else:
|
||||
sigmas_kwargs = {'sigma_min': sigma_min, 'sigma_max': sigma_max}
|
||||
|
||||
p.extra_generation_params["Schedule type"] = scheduler.label
|
||||
if scheduler.label != 'Automatic':
|
||||
p.extra_generation_params["Schedule type"] = scheduler.label
|
||||
|
||||
if opts.sigma_min != 0 and opts.sigma_min != m_sigma_min:
|
||||
sigmas_kwargs['sigma_min'] = opts.sigma_min
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue