OnnxStream icon indicating copy to clipboard operation
OnnxStream copied to clipboard

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-...

Results 47 OnnxStream issues
Sort by recently updated
recently updated
newest added

Hey sdxl turbo runs fantastic!! But is y here a way to change the image resolution before generation?

Hello. I can't believe how this was achieved... Not like I am capable of understanding it either. Congrats!!! I have a few questions: 1 - Will there be an option...

Can we use safetensor models on this or only diffusers ?

Like you mentioned in #44 that in the next version of onnxstream we will be able to generate dynamically shaped images Any progress so far? Any updates? Thanks in advance

Hi, I'm getting a segmentation fault when attempting to run. I'm using a SweetPotato (Raspberry Pi clone), running Raspbian Bullseye 64-bit OS. This device has 2GB of DDR4 memory. I...

Please add support for 1 step diffusion using https://huggingface.co/IDKiro/sdxs-512-0.9 or maybe some time later when v1.0 weights are released

when i try to export onnx model from fairseq, i encountered this error. plz help support this operator ``` Traceback (most recent call last): File "/home/workspace/terminal_launching/pt2onnx.py", line 92, in torch.onnx.export(model.encoder,...

I am tryint to change images sizes. I am running SD on a RPI 5 and everything seems working fine. Need to refine the text description for an image. Is...

Hi there @vitoplantamura , love your project a lot! :smile: As titled, I wanted to contribute and send some Pull Requests, however I am slightly unsure due to the unique...

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