Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ embedding_models = [
|
|
85 |
hypernetwork_models = []
|
86 |
|
87 |
esrgan_models = [
|
88 |
-
'https://hf-mirror.com/schwgHao/RealESRGAN_x4plus/
|
89 |
'https://hf-mirror.com/ximso/RealESRGAN_x4plus_anime_6B/resolve/main/RealESRGAN_x4plus_anime_6B.pth',
|
90 |
]
|
91 |
|
|
|
85 |
hypernetwork_models = []
|
86 |
|
87 |
esrgan_models = [
|
88 |
+
'https://hf-mirror.com/schwgHao/RealESRGAN_x4plus/resolve/main/RealESRGAN_x4plus.pth',
|
89 |
'https://hf-mirror.com/ximso/RealESRGAN_x4plus_anime_6B/resolve/main/RealESRGAN_x4plus_anime_6B.pth',
|
90 |
]
|
91 |
|