Commit 3cc68300 authored by d8ahazard's avatar d8ahazard Committed by AUTOMATIC1111

Typo Fix

parent dd556681
...@@ -59,7 +59,7 @@ def setup_realesrgan(): ...@@ -59,7 +59,7 @@ def setup_realesrgan():
), ),
RealesrganModelInfo( RealesrganModelInfo(
name="Real-ESRGAN 4x plus", 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) 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( RealesrganModelInfo(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment