mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 22:08:42 +02:00
@@ -151,7 +151,7 @@ def process_images(p: StableDiffusionProcessing) -> Processed:
|
||||
sd_models.reload_model_weights()
|
||||
if p.override_settings.get('sd_vae', None) is not None:
|
||||
if p.override_settings.get('sd_vae', None) == 'TAESD':
|
||||
p.full_quality = False
|
||||
p.vae_type = 'Tiny'
|
||||
p.override_settings.pop('sd_vae', None)
|
||||
if p.override_settings.get('Hires upscaler', None) is not None:
|
||||
p.enable_hr = True
|
||||
|
||||
Reference in New Issue
Block a user