cassiebreviu / StableDiffusion

Inference Stable Diffusion with C# and ONNX Runtime
MIT License
218 stars 49 forks source link

Diffusers porting and Avalonia demo app #20

Closed gianni-rg closed 10 months ago

gianni-rg commented 1 year ago

Hello, I'd like to share with you about a side-project I'm working on, started few months ago, and I'm using to present Generative AI topics in community events: it's an experimental porting of Diffusers in .NET (SharpDiffusion), and a basic demo application built with Avalonia, supporting both original SD 1.x ONNX models, as well as FP16 optimized models. I was about to implement the port of the CLIPTokenizer, then I found this repo and leveraged some code for it, thanks to the ONNX Extensions. Thank you for sharing! It would be interesting to have a discussion about possible collaborations and/or future developments.

axodox commented 1 year ago

Cool, I am doing the same, but with C++ here: https://github.com/axodox/axodox-machinelearning This is my sample app: https://github.com/axodox/unpaint