auto uninstall pynvml

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-09-24 09:38:35 -04:00
parent a9a39cb64b
commit 35c319578d
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -80,13 +80,13 @@ def process_pre(p: processing.StableDiffusionProcessing):
pag.apply(p)
cfgzero.apply(p)
linfusion.apply(shared.sd_model)
cachedit.apply_cache_dit(shared.sd_model)
# apply-only
sd_hijack_freeu.apply_freeu(p)
transformer_cache.set_cache()
para_attention.apply_first_block_cache()
teacache.apply_teacache(p)
cachedit.apply_cache_dit(shared.sd_model)
except Exception as e:
shared.log.error(f'Processing apply: {e}')
errors.display(e, 'apply')