fix: dead hasattr-on-dict path, double video-vae normalization, undefined self.device, hyimage if/elif, attention-mask attr typo, wrong face logged

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
QualiaRain
2026-06-12 05:08:50 -04:00
parent 1cf715fac2
commit 8a8d99019a
6 changed files with 6 additions and 6 deletions
+1
View File
@@ -27,6 +27,7 @@ class UpscalerSeedVR(Upscaler):
]
self.model = None
self.model_loaded = None
self.device = devices.device
def load_model(self, path: str):
model_name = MODELS_MAP.get(path, None)