Vito Plantamura

Results 150 comments of Vito Plantamura

yes, I'm interested in the performance (seconds per step) and also whether it worked on that particular SBC. So I have all the information I needed :-) Thank you for...

hi, Unfortunately there is no way to change the size of the output image with OnnxStream. However, consider that generating images with SD at sizes other than standard ones usually...

hi, OnnxStream doesn't support CUDA, but it does support NEON (through XnnPack). I guess it should work on a Jetson Nano but not to its full potential. Can you do...

hi, I think there's little we can do... in any case, I'd try to build with the most recent version of the code: maybe it's a bug that has been...

@ByerRA, very very helpful, thank you! Vito

hi, 1) yes, I will add the ability to specify the seed in the next few days! 2) yes the procedure is correct and the resulting ONNX should contain all...

hi, all ONNXs come from here: https://huggingface.co/runwayml/stable-diffusion-v1-5 This PR contains information for exporting with torch.onnx.export(): https://github.com/vitoplantamura/OnnxStream/pull/36 Thanks, Vito

hi, following the guide in the main README, calling the "load_lora_weights" method on the "pipe" object before converting to Onnx, should allow you to produce an OnnxStream model with one...

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