mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
experiments with repa-e
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -163,6 +163,9 @@ def process_images(p: StableDiffusionProcessing) -> Processed:
|
||||
if p.override_settings.get('sd_vae', None) == 'TAESD':
|
||||
p.vae_type = 'Tiny'
|
||||
p.override_settings.pop('sd_vae', None)
|
||||
if p.override_settings.get('sd_vae', None) == 'REPA-E':
|
||||
p.vae_type = 'Repa'
|
||||
p.override_settings.pop('sd_vae', None)
|
||||
if p.override_settings.get('Hires upscaler', None) is not None:
|
||||
p.enable_hr = True
|
||||
if len(p.override_settings.keys()) > 0:
|
||||
|
||||
Reference in New Issue
Block a user