ZTMIDGO / Android-Stable-diffusion-ONNX

使用Android手机的CPU推理stable diffusion
138 stars 27 forks source link

Can the binary be build for linux based pc #11

Closed Fcucgvhhhvjv closed 1 year ago

Fcucgvhhhvjv commented 1 year ago

Hi , can the binary be used in linux based pc? maybe in python as pip have onnxruntime . A little guidance will be appreciated

Thank you

ZTMIDGO commented 1 year ago

Do you mean whether the onnx model can run on Linux? If you need to run on Linux, you can search for related projects on github

Fcucgvhhhvjv commented 1 year ago

I'll try to find some repo , but currently there isn't much resource , i switched models of optimum with ort models and it generated nothing . I want to try to run in a cloud environment because of having more ram .

Also , doea implementing xnnpack in this project will have any significant increase in speed ?