vitoplantamura / OnnxStream

Lightweight inference library for ONNX files, written in C++. It can run SDXL on a RPI Zero 2 but also Mistral 7B on desktops and servers.
Other
1.82k stars 79 forks source link

Stable Diffisuon 1.5 installation from? #57

Open ciaotesla opened 6 months ago

ciaotesla commented 6 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 6 months ago

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

Vito

ciaotesla commented 6 months ago

thx, is the usable for linux?

vitoplantamura commented 6 months ago

yes!

Vito