Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
+
tags:
|
| 5 |
+
- qualcomm
|
| 6 |
+
- NPU
|
| 7 |
+
- qnn
|
| 8 |
+
- stable-diffuser
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
## Credits (source of safetensors and model guide)
|
| 12 |
+
- **epiCRealism** — source: https://civitai.com/models/25694/epicrealism?modelVersionId=143906
|
| 13 |
+
|
| 14 |
+
## Apps (use these files)
|
| 15 |
+
- **Local Dream** — https://github.com/xororz/local-dream
|
| 16 |
+
- **LaylaAI** — https://www.layla-network.ai/
|
| 17 |
+
|
| 18 |
+
# QNN SD Model Zips
|
| 19 |
+
|
| 20 |
+
## Variants (per model)
|
| 21 |
+
- **min**
|
| 22 |
+
- **8gen1**
|
| 23 |
+
- **8gen2**
|
| 24 |
+
|
| 25 |
+
Use min for the broadest compatibility, which can run on non-flagship chips like 7gen1,8sgen3,etc.
|
| 26 |
+
Use 8gen1 if you want to support Snapdragon 8gen1 and above (8gen1/2/3/4). If you have a 8gen1 device, this is recommended.
|
| 27 |
+
Use 8gen2 if you want to support Snapdragon 8gen2 and above (8gen2/3/4). This will be much faster on 8gen2+ devices.
|
| 28 |
+
|
| 29 |
+
## ZIP contents (same for all variants)
|
| 30 |
+
- `clip.mnn`
|
| 31 |
+
- `tokenizer.json`
|
| 32 |
+
- `vae_decoder.bin`
|
| 33 |
+
- `vae_encoder.bin`
|
| 34 |
+
- `unet.bin`
|
| 35 |
+
- `Required HTP runtime libraries (`libQnnHtp.so`, `libQnnSystem.so`, and multiple `libQnnHtpVXXskel.so` / `libQnnHtpVXXStub.so`)`
|
| 36 |
+
|
| 37 |
+
## Filenames
|
| 38 |
+
- `epiCRealism_min.zip`
|
| 39 |
+
- `epiCRealism_8gen1.zip`
|
| 40 |
+
- `epiCRealism_8gen2.zip`
|
| 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 |
+

|