change minimax defaults

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-24 15:58:56 +02:00
parent f6777b168d
commit 1714657cf7
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -244,6 +244,10 @@ def process_images(p: StableDiffusionProcessing) -> Processed | None:
if k == 'sd_vae':
sd_vae.reload_vae_weights()
timer.process.record('post')
if os.environ.get('SD_UNLOAD_MODEL', None) is not None:
sd_models.unload_model_weights()
return results