|
76 | 76 | <string name="srv_type_local_short" translatable="false">ONNX</string> |
77 | 77 | <string name="srv_type_media_pipe" translatable="false">Local Diffusion Google AI MediaPipe (Beta)</string> |
78 | 78 | <string name="srv_type_media_pipe_short" translatable="false">MediaPipe</string> |
| 79 | + <string name="srv_type_qnn" translatable="false">Local Diffusion Qualcomm QNN (Beta)</string> |
| 80 | + <string name="srv_type_qnn_short" translatable="false">QNN</string> |
79 | 81 | <string name="srv_type_hugging_face" translatable="false">Hugging Face Inference</string> |
80 | 82 | <string name="srv_type_hugging_face_short" translatable="false">HuggingFace</string> |
81 | 83 | <string name="srv_type_open_ai" translatable="false">Open AI</string> |
|
95 | 97 | <string name="hint_distilled_cfg_scale">Distilled CFG Scale: %1$s</string> |
96 | 98 | <string name="hint_model_type">Model type</string> |
97 | 99 | <string name="hint_vae_text_encoder">VAE / Text Encoder</string> |
| 100 | + <string name="hint_runtime">Runtime</string> |
98 | 101 | <string name="hint_sampler">Sampling method</string> |
99 | 102 | <string name="hint_scheduler">Scheduler</string> |
100 | 103 | <string name="hint_adetailer">ADetailer</string> |
|
183 | 186 | <string name="hint_mediapipe_title" translatable="false">Local Diffusion Google AI MediaPipe</string> |
184 | 187 | <string name="hint_mediapipe_sub_title">This configuration uses Google AI MediaPipe and allows to run Stable Diffusion AI generations on your phone, with no need to connect to remote server/cloud.</string> |
185 | 188 |
|
| 189 | + <string name="hint_qnn_title" translatable="false">Local Diffusion Qualcomm QNN</string> |
| 190 | + <string name="hint_qnn_sub_title">This configuration uses Qualcomm QNN SDK with NPU acceleration (HTP) and MNN backend for fast on-device Stable Diffusion generation. Requires Snapdragon 8 Gen 1 or newer.</string> |
| 191 | + |
186 | 192 | <string name="drawer_web_ui">Web UI</string> |
187 | 193 |
|
188 | 194 | <string name="home_tab_txt_to_img">Txt2Img</string> |
|
215 | 221 | <string name="gallery_media_store_banner">You have %1$s photos saved in Download/SDAI</string> |
216 | 222 | <string name="gallery_info_field_date">Created</string> |
217 | 223 | <string name="gallery_info_field_type">Type</string> |
| 224 | + <string name="gallery_info_field_model">Model</string> |
218 | 225 | <string name="gallery_info_field_prompt">Prompt</string> |
219 | 226 | <string name="gallery_info_field_negative_prompt">Negative prompt</string> |
220 | 227 | <string name="gallery_info_field_size">Size</string> |
|
295 | 302 | <string name="interaction_warning_title">Warning</string> |
296 | 303 | <string name="interaction_warning_localhost_sub_title">You are trying to connect to localhost (127.0.0.1) server.\n\nIt may not work unless you have ssh tunneling or another port forwarding mechanism set up on your Android device.</string> |
297 | 304 |
|
| 305 | + <string name="warning_gpu_runtime_title">GPU Runtime Warning</string> |
| 306 | + <string name="warning_gpu_runtime_message">GPU runtime warning: The first run at each resolution will be slow as it generates cache files. Subsequent runs will be much faster.</string> |
| 307 | + |
298 | 308 | <string name="interaction_delete_generation_title">Delete image</string> |
299 | 309 | <string name="interaction_delete_generation_sub_title">Are you sure you want to permanently delete this image?</string> |
300 | 310 |
|
|
334 | 344 | <string name="error_localhost_url">You can not use localhost (127.0.0.1) URL to connect to server.</string> |
335 | 345 | <string name="error_min_size">Minimum size is %1$s</string> |
336 | 346 | <string name="error_max_size">Maximum size is %1$s</string> |
| 347 | + <string name="error_qnn_unsupported_resolution">Unsupported resolution for QNN. Use dropdown to select valid resolution.</string> |
337 | 348 | <string name="error_download_fail">Download failed</string> |
338 | 349 | <string name="error_generic">Something wrong happened while processing your request, please try again later.</string> |
339 | 350 |
|
|
362 | 373 |
|
363 | 374 | <string name="model_local_custom_title">To use local custom model, place it to local folder in your phone storage.</string> |
364 | 375 | <string name="model_local_custom_sub_title">The final folder structure should be:</string> |
| 376 | + <string name="model_qnn_custom_sub_title">Required QNN folder structure:</string> |
| 377 | + <string name="action_scan_models">Scan for models</string> |
| 378 | + <string name="model_scan_empty">No models found in the specified folder.\n\nMake sure each model is in its own subfolder with required files.</string> |
| 379 | + <string name="model_scan_found">Found %1$d model(s):</string> |
365 | 380 |
|
366 | 381 | <string name="debug_section_main">Debugging</string> |
367 | 382 | <string name="debug_section_ld" translatable="false">Local Diffusion</string> |
|
0 commit comments