Spaces:
Runtime error
Runtime error
Use 4x_NMKD-Siax_200k for general upscale 4x
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -20,7 +20,7 @@ if model_type == "Anime":
|
|
20 |
if model_type == "Photo":
|
21 |
model_path = "models/4x_Valar_v1.pth"
|
22 |
else:
|
23 |
-
model_path = "models/
|
24 |
|
25 |
OUTPUT_PATH = sys.argv[1]
|
26 |
device = torch.device('cuda' if is_cuda() else 'cpu')
|
|
|
20 |
if model_type == "Photo":
|
21 |
model_path = "models/4x_Valar_v1.pth"
|
22 |
else:
|
23 |
+
model_path = "models/4x_NMKD-Siax_200k.pth"
|
24 |
|
25 |
OUTPUT_PATH = sys.argv[1]
|
26 |
device = torch.device('cuda' if is_cuda() else 'cpu')
|