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

Stable Diffisuon 1.5 installation from? #57

Open ciaotesla opened 9 months ago

ciaotesla commented 9 months ago

I got the following install XL and Turbo:

git clone --depth=1 https://huggingface.co/vitoplantamura/stable-diffusion-xl-base-1.0-onnxstream

git clone --depth=1 https://huggingface.co/AeroX2/stable-diffusion-xl-turbo-1.0-onnxstream

where do I get the SD 1.5 from? thx

vitoplantamura commented 9 months ago

Here: https://github.com/vitoplantamura/OnnxStream/releases/download/v0.1/StableDiffusion-OnnxStream-Windows-x64-with-weights.rar

Vito

ciaotesla commented 9 months ago

thx, is the usable for linux?

vitoplantamura commented 9 months ago

yes!

Vito