forked from ryakr/nataili-model-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesrgan.json
68 lines (68 loc) · 1.45 KB
/
esrgan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"RealESRGAN_x4plus": {
"name": "RealESRGAN_x4plus",
"type": "realesrgan",
"description": "4x Upscaler",
"version": "0.1.0",
"style": "generalist",
"config": {
"files": [
{
"path": "RealESRGAN_x4plus.pth"
}
],
"download": [
{
"file_name": "RealESRGAN_x4plus.pth",
"file_path": "",
"file_url": "https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth"
}
]
},
"available": false
},
"RealESRGAN_x4plus_anime_6B": {
"name": "RealESRGAN_x4plus_anime_6B",
"type": "realesrgan",
"description": "Anime focused 4x upscaler",
"version": "0.2.2.4",
"style": "anime",
"config": {
"files": [
{
"path": "RealESRGAN_x4plus_anime_6B.pth"
}
],
"download": [
{
"file_name": "RealESRGAN_x4plus_anime_6B.pth",
"file_path": "",
"file_url": "https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.2.4/RealESRGAN_x4plus_anime_6B.pth"
}
]
},
"available": false
},
"RealESRGAN_x2plus": {
"name": "RealESRGAN_x2plus",
"type": "realesrgan",
"description": "2x Upscaler",
"version": "0.1.0",
"style": "generalist",
"config": {
"files": [
{
"path": "RealESRGAN_x2plus.pth"
}
],
"download": [
{
"file_name": "RealESRGAN_x2plus.pth",
"file_path": "",
"file_url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/RealESRGAN_x2plus.pth"
}
]
},
"available": false
}
}