axodox / unpaint

A simple Windows / Xbox app for generating AI images with Stable Diffusion.
Other
263 stars 11 forks source link

Should StableDiffusionTest.cpp generate an image? #48

Closed Jonathhhan closed 11 months ago

Jonathhhan commented 11 months ago

It compiles fine, but does not generate anything (not sure if it is meant to). I also wonder where I have to put the model files exactly for that (libfolder)... What I would like to do: Run stable diffusion with Open Frameworks (maybe as an addon - there is already one for .onnx files). For that I do not need Axodox::Graphics, because I would copy the pixels of the resulting tensor to an openGL texture...