Merge pull request #4920 from QualiaRain/fix/assorted-logic-bugs

Fix dead ControlNet-union path, double video-VAE normalization, and four more logic bugs
This commit is contained in:
Vladimir Mandic
2026-06-12 19:31:24 +02:00
committed by GitHub
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)