|
1 | 1 | {
|
2 | 2 | "anime": {
|
3 | 3 | "name": "Anime",
|
4 |
| - "description": "" |
| 4 | + "description": "Image or video of anime or anime-style artwork." |
5 | 5 | },
|
6 | 6 | "anti-aliasing": {
|
7 | 7 | "name": "Anti-aliasing",
|
8 | 8 | "description": "The model smooths aliasing artifacts (also called jaggies)."
|
9 | 9 | },
|
10 | 10 | "cartoon": {
|
11 | 11 | "name": "Cartoon",
|
12 |
| - "description": "" |
| 12 | + "description": "Image or video of western cartoon or artwork in a similar style." |
13 | 13 | },
|
14 | 14 | "colorization": {
|
15 | 15 | "name": "Colorization",
|
|
44 | 44 | },
|
45 | 45 | "faces": {
|
46 | 46 | "name": "Faces",
|
47 |
| - "description": "" |
48 |
| - }, |
49 |
| - "game-texture-maps": { |
50 |
| - "name": "Game Texture Maps", |
51 |
| - "description": "" |
| 47 | + "description": "Image or video of faces. This can be photograph or artwork." |
52 | 48 | },
|
53 | 49 | "game-textures": {
|
54 | 50 | "name": "Game Textures",
|
55 |
| - "description": "" |
| 51 | + "description": "Textures used in video games or other 3D applications. These textures are typically diffuse/albedo maps, but other types of textures (such as normal maps) are also included." |
56 | 52 | },
|
57 | 53 | "general-upscaler": {
|
58 | 54 | "name": "General Upscaler",
|
|
71 | 67 | },
|
72 | 68 | "manga": {
|
73 | 69 | "name": "Manga",
|
74 |
| - "description": "" |
| 70 | + "description": "Image of manga pages or manga-style artwork." |
75 | 71 | },
|
76 | 72 | "photo": {
|
77 | 73 | "name": "Photo",
|
78 |
| - "description": "" |
| 74 | + "description": "Image or video of realistic scenes recorded with a camera." |
79 | 75 | },
|
80 | 76 | "pixel-art": {
|
81 | 77 | "name": "Pixel Art",
|
82 |
| - "description": "" |
| 78 | + "description": "Digital art. This includes everything from retro pixel artworks to modern CGI." |
83 | 79 | },
|
84 | 80 | "pretrained": {
|
85 | 81 | "name": "Pretrained",
|
|
95 | 91 | },
|
96 | 92 | "text": {
|
97 | 93 | "name": "Text",
|
98 |
| - "description": "" |
| 94 | + "description": "Image or video of text." |
| 95 | + }, |
| 96 | + "texture-generation": { |
| 97 | + "name": "Texture Generation", |
| 98 | + "description": "The model generates textures from other textures. E.g. a model could generate a normal map from a diffuse texture." |
99 | 99 | },
|
100 | 100 | "video-frame": {
|
101 | 101 | "name": "Video Frame",
|
102 |
| - "description": "" |
| 102 | + "description": "Image of individual video frames." |
103 | 103 | },
|
104 | 104 | "arch:cain": {
|
105 | 105 | "name": "CAIN",
|
|
255 | 255 | },
|
256 | 256 | "platform:ncnn": {
|
257 | 257 | "name": "NCNN",
|
258 |
| - "description": "" |
| 258 | + "description": "The model has NCNN models (`.bin`+`.param`) to download." |
259 | 259 | },
|
260 | 260 | "platform:ncnn-compatible": {
|
261 | 261 | "name": "NCNN Compatible",
|
262 |
| - "description": "" |
| 262 | + "description": "The either has NCNN models to download or can be converted into an NCNN model." |
263 | 263 | },
|
264 | 264 | "platform:onnx": {
|
265 | 265 | "name": "ONNX",
|
266 |
| - "description": "" |
| 266 | + "description": "The model has ONNX models (`.onnx`) to download." |
267 | 267 | },
|
268 | 268 | "platform:onnx-compatible": {
|
269 | 269 | "name": "ONNX Compatible",
|
270 |
| - "description": "" |
| 270 | + "description": "The either has ONNX models to download or can be converted into an ONNX model." |
271 | 271 | },
|
272 | 272 | "platform:pytorch": {
|
273 | 273 | "name": "PyTorch",
|
274 |
| - "description": "" |
| 274 | + "description": "The model has PyTorch models (`.pth`/`.pt`) to download." |
275 | 275 | },
|
276 | 276 | "platform:pytorch-compatible": {
|
277 | 277 | "name": "PyTorch Compatible",
|
278 |
| - "description": "" |
| 278 | + "description": "The either has PyTorch models to download or can be converted into a PyTorch model." |
279 | 279 | },
|
280 | 280 | "scale:1": {
|
281 | 281 | "name": "1x",
|
|
0 commit comments