mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
add None refiner option
This commit is contained in:
@@ -137,6 +137,9 @@ def apply_refiner(sampler):
|
||||
if completed_ratio <= shared.opts.sd_refiner_switch_at:
|
||||
return False
|
||||
|
||||
if shared.opts.sd_refiner_checkpoint == "None":
|
||||
return False
|
||||
|
||||
if shared.sd_model.sd_checkpoint_info.title == shared.opts.sd_refiner_checkpoint:
|
||||
return False
|
||||
|
||||
|
Reference in New Issue
Block a user