mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Correct RealESRGAN expected architecture type to ESRGAN
This commit is contained in:
parent
16848f950b
commit
393a5b82ba
@ -40,7 +40,7 @@ class UpscalerRealESRGAN(Upscaler):
|
||||
info.local_data_path,
|
||||
device=self.device,
|
||||
half=(not cmd_opts.no_half and not cmd_opts.upcast_sampling),
|
||||
expected_architecture="RealESRGAN",
|
||||
expected_architecture="ESRGAN", # "RealESRGAN" isn't a specific thing for Spandrel
|
||||
)
|
||||
return upscale_with_model(
|
||||
mod,
|
||||
|
Loading…
Reference in New Issue
Block a user