mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
Verify architecture for loaded Spandrel models
This commit is contained in:
@@ -39,4 +39,5 @@ class UpscalerHAT(Upscaler):
|
||||
return modelloader.load_spandrel_model(
|
||||
path,
|
||||
device=devices.device_esrgan, # TODO: should probably be device_hat
|
||||
expected_architecture='HAT',
|
||||
)
|
||||
|
Reference in New Issue
Block a user