Upload models.json with huggingface_hub
Browse files- models.json +43 -0
models.json
CHANGED
|
@@ -1519,6 +1519,49 @@
|
|
| 1519 |
"url": "https://github.com/advimman/lama",
|
| 1520 |
"year": 2022
|
| 1521 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1522 |
}
|
| 1523 |
]
|
| 1524 |
}
|
|
|
|
| 1519 |
"url": "https://github.com/advimman/lama",
|
| 1520 |
"year": 2022
|
| 1521 |
}
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"id": "pixelization",
|
| 1525 |
+
"name": "Pixelization",
|
| 1526 |
+
"subtitle": "Cell-Controllable Pixel Art, SIGGRAPH Asia 2022",
|
| 1527 |
+
"category_id": "enhancement",
|
| 1528 |
+
"description_md": "Turn any photo into pixel art. Aliasing-aware generator + anti-alias refinement. Drag the cell-size slider (2–8) to change pixel block size — the network runs once per photo, the slider only re-snaps the grid. 512×512 input. Non-commercial research use only.",
|
| 1529 |
+
"demo": {
|
| 1530 |
+
"template": "image_in_out",
|
| 1531 |
+
"config": {
|
| 1532 |
+
"input_size": 512,
|
| 1533 |
+
"output_type": "pixel_art",
|
| 1534 |
+
"native_cell_size": 4,
|
| 1535 |
+
"cell_size_min": 2,
|
| 1536 |
+
"cell_size_max": 8,
|
| 1537 |
+
"cell_size_default": 4
|
| 1538 |
+
}
|
| 1539 |
+
},
|
| 1540 |
+
"files": [
|
| 1541 |
+
{
|
| 1542 |
+
"name": "Pixelization_512.mlpackage.zip",
|
| 1543 |
+
"url": "https://huggingface.co/mlboydaisuke/coreml-zoo/resolve/main/pixelization/Pixelization_512.mlpackage.zip",
|
| 1544 |
+
"archive": "zip",
|
| 1545 |
+
"size_bytes": 37100167,
|
| 1546 |
+
"sha256": "f9eac7e8fa6487a452ab1506f23bea6990c78dbc532f2d575ef1cb03013c8867",
|
| 1547 |
+
"compute_units": "cpuAndNeuralEngine",
|
| 1548 |
+
"kind": "model"
|
| 1549 |
+
}
|
| 1550 |
+
],
|
| 1551 |
+
"requirements": {
|
| 1552 |
+
"min_ios": "17.0",
|
| 1553 |
+
"min_ram_mb": 250
|
| 1554 |
+
},
|
| 1555 |
+
"license": {
|
| 1556 |
+
"name": "Non-commercial research",
|
| 1557 |
+
"url": "https://github.com/WuZongWei6/Pixelization/blob/main/LICENSE.md"
|
| 1558 |
+
},
|
| 1559 |
+
"upstream": {
|
| 1560 |
+
"name": "WuZongWei6/Pixelization",
|
| 1561 |
+
"url": "https://github.com/WuZongWei6/Pixelization",
|
| 1562 |
+
"year": 2022
|
| 1563 |
+
},
|
| 1564 |
+
"conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_pixelization.py"
|
| 1565 |
}
|
| 1566 |
]
|
| 1567 |
}
|