Skip to content

Commit 4cf54d9

Browse files
committed
move RealESRGAN to upscale_models
1 parent 9e55a65 commit 4cf54d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AiServer/wwwroot/lib/data/media-models.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"clip_l_hidream.safetensors",
141141
"clip_g_hidream.safetensors",
142142
"t5xxl_fp8_e4m3fn.safetensors",
143-
"llama_3.1_8b_instruct_fp8_scaled",
143+
"llama_3.1_8b_instruct_fp8_scaled.safetensors",
144144
"ae.safetensors"
145145
],
146146
"workflow": "text-to-image/hidream.json",
@@ -437,23 +437,23 @@
437437
"id": "RealESRGAN_x2.pth",
438438
"name": "RealESRGAN 2x",
439439
"type": "ImageUpscale",
440-
"path": "/data/models/RealESRGAN/RealESRGAN_x2.pth",
440+
"path": "/data/models/upscale_models/RealESRGAN_x2.pth",
441441
"downloadToken": "$HF_TOKEN",
442442
"downloadUrl": "https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth"
443443
},
444444
{
445445
"id": "4x_NMKD-Superscale-SP_178000_G.pth",
446446
"name": "NMKD Superscale 4x",
447447
"type": "ImageUpscale",
448-
"path": "/data/models/RealESRGAN/4x_NMKD-Superscale-SP_178000_G.pth",
448+
"path": "/data/models/upscale_models/4x_NMKD-Superscale-SP_178000_G.pth",
449449
"downloadToken": "$HF_TOKEN",
450450
"downloadUrl": "https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKD-Superscale-SP_178000_G.pth"
451451
},
452452
{
453453
"id": "8x_NMKD-Superscale_150000_G.pth",
454454
"name": "NMKD Superscale 8x",
455455
"type": "ImageUpscale",
456-
"path": "/data/models/RealESRGAN/8x_NMKD-Superscale_150000_G.pth",
456+
"path": "/data/models/upscale_models/8x_NMKD-Superscale_150000_G.pth",
457457
"downloadToken": "$HF_TOKEN",
458458
"downloadUrl": "https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/8x_NMKD-Superscale_150000_G.pth"
459459
},

0 commit comments

Comments
 (0)