mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
@@ -456,6 +456,8 @@ def calculate_base_steps(p, use_denoise_start, use_refiner_start):
|
||||
if not is_txt2img():
|
||||
if use_denoise_start and shared.sd_model_type == 'sdxl':
|
||||
steps = p.steps // (1 - p.refiner_start)
|
||||
elif 'Flex' in shared.sd_model.__class__.__name__:
|
||||
steps = p.steps
|
||||
elif shared.sd_model_type == 'omnigen':
|
||||
steps = p.steps
|
||||
elif p.denoising_strength > 0:
|
||||
|
||||
Reference in New Issue
Block a user