--- license: other license_name: per-file license_link: LICENSE tags: - onnx - manga - mirror --- # Comic text model mirror Byte-identical mirrors of models hosted on individual accounts, kept so a downstream project does not break if an upstream repository is made private, renamed, or deleted. Nothing here is modified: same bytes, same checksums. Models published by institutions with a stable hosting commitment are deliberately *not* mirrored, since re-hosting those adds maintenance without reducing risk. | file | mirrored from | sha256 | licence | |---|---|---|---| | `lama-manga.onnx` | [mayocream/lama-manga-onnx](https://huggingface.co/mayocream/lama-manga-onnx) @ `b55497a` | `4512adab…76f02a4` | Apache-2.0 | | `gemma-2-2b-it-q4f16_1_cs1k-webgpu.wasm` | [mlc-ai/binary-mlc-llm-libs](https://github.com/mlc-ai/binary-mlc-llm-libs) `web-llm-models/v0_2_84/base/` | `a1e84902…3d7be364` | Apache-2.0 | The WebLLM model library is mirrored for a different reason than the rest: it is served from a GitHub raw URL on a moving branch, so the bytes behind that link can change without notice. This copy is fixed. Verify any file against its upstream with `shasum -a 256`.