vozzy commited on
Commit
d68c80c
·
verified ·
1 Parent(s): ad53e35

docs: document Inkleaf model assets

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ tags:
4
+ - image-super-resolution
5
+ - ncnn
6
+ - real-esrgan
7
  ---
8
+
9
+ # Inkleaf Models
10
+
11
+ This repository contains independently downloadable ncnn model assets used by the Inkleaf
12
+ Android comic reader.
13
+
14
+ Published release paths are immutable. Inkleaf verifies the exact byte length and SHA-256 of every
15
+ downloaded file before atomically installing a model.
16
+
17
+ ## Real-ESRGAN ncnn-vulkan v0.2.5.0
18
+
19
+ The files under `releases/realesrgan-ncnn-vulkan/v0.2.5.0` were extracted without modification
20
+ from the official Real-ESRGAN release archive:
21
+
22
+ - Upstream project: https://github.com/xinntao/Real-ESRGAN
23
+ - Release archive: https://github.com/xinntao/Real-ESRGAN/releases/tag/v0.2.5.0
24
+ - Archive SHA-256: `e5aa6eb131234b87c0c51f82b89390f5e3e642b7b70f2b9bbe95b6a285a40c96`
25
+
26
+ The upstream project is BSD-3-Clause licensed. The upstream project does not provide a separate
27
+ license declaration specifically for the model weights, so consumers should review the upstream
28
+ project and release terms for their use case.