mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user