-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathinfo.yaml
More file actions
24 lines (24 loc) · 1.04 KB
/
Copy pathinfo.yaml
File metadata and controls
24 lines (24 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Stable Diffusion Windows
id: stable_diffusion_windows_py
license_url: https://github.com/qualcomm/ai-hub-apps/blob/main/LICENSE
license_type: bsd-3-clause
runtime: precompiled_qnn_onnx
status: published
domain: 'Generative AI'
headline: 'Text-to-image generation on Snapdragon® NPUs'
description: 'A sample CLI Windows app for image generation from text descriptions using Stable Diffusion. It leverages the ONNX execution provider to optimize processing on the Snapdragon® Neural Processing Unit (NPU), making it an excellent learning tool for AI-driven creative applications on Windows.'
precisions: [w8a16]
app_type: 'windows'
static_img_filename: 'app_screen.png'
app_repo_relative_path: 'stable_diffusion_windows_py'
os:
name: Windows
version: 11+
languages: ['Python']
use_case: 'Image Generation'
related_models: [stable_diffusion_v2_1]
model_file_paths:
- 'model/text_encoder.onnx'
- 'model/unet.onnx'
- 'model/vae.onnx'
skip_test: infra doesn't support building python app. CLI will fix https://github.com/qcom-ai-hub/tetracode/issues/17462