mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
fix typo in filename for ESRGAN arch
This commit is contained in:
parent
2c52f4da7f
commit
9d1138e294
2 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import torch
|
|||
from PIL import Image
|
||||
from basicsr.utils.download_util import load_file_from_url
|
||||
|
||||
import modules.esrgam_model_arch as arch
|
||||
import modules.esrgan_model_arch as arch
|
||||
from modules import shared, modelloader, images, devices
|
||||
from modules.upscaler import Upscaler, UpscalerData
|
||||
from modules.shared import opts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue