vitoplantamura / OnnxStream

Lightweight inference library for ONNX files, written in C++. It can run Stable Diffusion XL 1.0 on a RPI Zero 2 (or in 298MB of RAM) but also Mistral 7B on desktops and servers. ARM, x86, WASM, RISC-V supported. Accelerated by XNNPACK.
https://yolo.vitoplantamura.com/
Other
1.86k stars 84 forks source link

How to work with stable diffusion 1.5? #30

Open ganesh3 opened 1 year ago

ganesh3 commented 1 year ago

Hi,

Thanks for the repo. I have successfully completed the build on a windows machine using WSL - Ubuntu 2020. Can you please help with what are the next steps to run SD 1.5?

Regards Ganesh

vitoplantamura commented 1 year ago

hi,

simply start the application :-) The weights for SD 1.5 can be downloaded from the Releases section of this repo.

Thanks, Vito