Vito Plantamura
Vito Plantamura
hi, I happen to have an old laptop with a T5500 cpu. The problem is that the cpus of this era do not support FP16 arithmetic/conversion instructions. Just run the...
hi, The problem is that the version of sd.exe you have is two years old. To build OnnxStream on Windows, you need Visual Studio or MinGW. This is a statically...
Thanks for the links, as always, very interesting! Vito
very cool! My guess is that if it works with SD1.5 and SDXL it should work with SDXL Turbo... Vito
mmmh, maybe it's something to do with the fact that SDXL Turbo doesn't support negative prompts... Vito
very cool! I think it's right to include it for completeness. In the next few days I have to revisit the `--ram` option for the SD application, which is currently...
hi @vmobilis, I was playing with your latest commit and found that it didn't compile (on Fedora 40, GCC 14.2.1). The problem is the auto keyword not being able to...
Yes, with your fix, it compiles now 😀 I just committed a fix for the --ram option: it works now. If you have enough RAM, specifying --ram should give you...
Thanks for spotting the problem! I've committed a fix to resolve the segfault, but I need to do more testing with the `--ram` option, since performance is unsatisfactory. Thank you,...
Thanks for testing it. I've been doing some more tests with the `--ram` option in the meantime. The reason the speedup is only 15% is due to the involvement of...