We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
步骤:
2.拷贝onnx模型到app/src/main/assets/stable_diffusion/onnx/目录,如下目录结构: XiaoMiStableDiffusion_ONNX/app/src/main/assets# tree . └── stable_diffusion ├── onnx │ ├── text_encoder_fp16.ort │ ├── unet_fp16.ort │ └── vae_decoder_fp16.ort └── utils ├── log_sigmas.bin ├── merges.txt └── vocab.txt
3.AS 安装和运行APP,ADB device异常退出,预计原因:APK过大超过1.8G
The text was updated successfully, but these errors were encountered:
可以尝试使用Build生成APK后,adb install apk进行安装
Sorry, something went wrong.
发现小米的几款手机adb都有这个通病,把模型文件放置到/data/local/tmp下,修改源码中ModelPath后问题解决
No branches or pull requests
步骤:
2.拷贝onnx模型到app/src/main/assets/stable_diffusion/onnx/目录,如下目录结构:
XiaoMiStableDiffusion_ONNX/app/src/main/assets# tree
.
└── stable_diffusion
├── onnx
│ ├── text_encoder_fp16.ort
│ ├── unet_fp16.ort
│ └── vae_decoder_fp16.ort
└── utils
├── log_sigmas.bin
├── merges.txt
└── vocab.txt
3.AS 安装和运行APP,ADB device异常退出,预计原因:APK过大超过1.8G
The text was updated successfully, but these errors were encountered: