Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ open this project in android studio and click Build/Generate App Bundles or APKs
- Devices with Snapdragon 8+Gen 1
- Devices with Snapdragon 8 Gen 2
- Devices with Snapdragon 8 Gen 3
- Devices with Snapdragon 8 Gen 4
- Devices with Snapdragon 8 Elite

Other devices are not able to download the npu models.

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<string name="delete_confirm">确定要删除选中的 %s 个模型吗?此操作不可恢复</string>
<string name="got_it">知道了!</string>
<string name="about_app">须知</string>
<string name="must_read">此APP支持在CPU和部分高通NPU上运行stable diffusion图像生成。\n\n如您的芯片不是下列之一,则只能用CPU运行\n\n支持的NPU列表:\n- 骁龙8gen1\n- 骁龙8gen2\n- 骁龙8gen3\n- 骁龙8gen4</string>
<string name="must_read">此APP支持在CPU和部分高通NPU上运行stable diffusion图像生成。\n\n如您的芯片不是下列之一,则只能用CPU运行\n\n支持的NPU列表:\n- 骁龙8gen1\n- 骁龙8gen2\n- 骁龙8gen3\n- 骁龙8elite</string>
<string name="help">help</string>

<!-- Model List Screen -->
Expand Down Expand Up @@ -97,4 +97,4 @@
<!-- Info Messages -->
<string name="image_saved">图片已保存到相册</string>
<string name="loading_model">模型加载中…</string>
</resources>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<string name="delete_confirm">Delete selected %s models? This action cannot be undone.</string>
<string name="got_it">Got It!</string>
<string name="about_app">Note</string>
<string name="must_read">This APP supports running stable diffusion image generation on CPU and some Qualcomm NPUs.\n\nIf your chip is not one of the following, you can only run it on CPU\n\nSupported NPU list:\n- Snapdragon 8 Gen 1\n- Snapdragon 8 Gen 2\n- Snapdragon 8 Gen 3\n- Snapdragon 8 Gen 4</string>
<string name="must_read">This APP supports running stable diffusion image generation on CPU and some Qualcomm NPUs.\n\nIf your chip is not one of the following, you can only run it on CPU\n\nSupported NPU list:\n- Snapdragon 8 Gen 1\n- Snapdragon 8 Gen 2\n- Snapdragon 8 Gen 3\n- Snapdragon 8 Elite</string>
<string name="help">help</string>

<!-- Model List Screen -->
Expand Down