Mr-J-369's picture
Create README.md
ac24c46 verified
metadata
license: apache-2.0
pipeline_tag: text-to-image
tags:
  - qualcomm
  - NPU
  - qnn
  - stable-diffuser

Credits (source of safetensors and model guide)

Apps (use these files)

QNN SD Model Zips

Variants (per model)

  • min
  • 8gen1
  • 8gen2

Use min for the broadest compatibility, which can run on non-flagship chips like 7gen1,8sgen3,etc. Use 8gen1 if you want to support Snapdragon 8gen1 and above (8gen1/2/3/4). If you have a 8gen1 device, this is recommended. Use 8gen2 if you want to support Snapdragon 8gen2 and above (8gen2/3/4). This will be much faster on 8gen2+ devices.

ZIP contents (same for all variants)

  • clip.mnn
  • tokenizer.json
  • vae_decoder.bin
  • vae_encoder.bin
  • unet.bin
  • Required HTP runtime libraries (libQnnHtp.so, libQnnSystem.so, and multiple libQnnHtpVXXskel.so/libQnnHtpVXXStub.so)

Filenames

  • RealCartoon_min.zip
  • RealCartoon_8gen1.zip
  • RealCartoon_8gen2.zip

30 1 2 3 4 5 6 7 8 9 11 12 13 14 15 16 18 19 20 22 23 24 25 26 28