mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-03-09 23:44:55 +08:00
fix missing arg
This commit is contained in:
parent
25eeeaa65f
commit
bf348032bc
@ -155,7 +155,7 @@ def replace_torchsde_browinan():
|
|||||||
replace_torchsde_browinan()
|
replace_torchsde_browinan()
|
||||||
|
|
||||||
|
|
||||||
def apply_refiner(cfg_denoiser):
|
def apply_refiner(cfg_denoiser, sigma):
|
||||||
if opts.refiner_switch_by_sample_steps:
|
if opts.refiner_switch_by_sample_steps:
|
||||||
completed_ratio = cfg_denoiser.step / cfg_denoiser.total_steps
|
completed_ratio = cfg_denoiser.step / cfg_denoiser.total_steps
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user