Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d8ahazard authored and AUTOMATIC1111 committed Sep 22, 2022
1 parent dd55668 commit 3cc6830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/realesrgan_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup_realesrgan():
),
RealesrganModelInfo(
name="Real-ESRGAN 4x plus",
location="https://github.com/xinntao/Real-ESRGA N/releases/download/v0.1.0/RealESRGAN_x4plus.pth",
location="https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth",
netscale=4, model=lambda: RRDBNet(num_in_ch=3, num_out_ch=3, num_feat=64, num_block=23, num_grow_ch=32, scale=4)
),
RealesrganModelInfo(
Expand Down

0 comments on commit 3cc6830

Please sign in to comment.