GitHub - oracle-samples/sd4j: Stable diffusion pipeline in Java using ONNX Runtime
SD4J (Stable Diffusion in Java)
This repo contains an implementation of Stable Diffusion inference running on top of ONNX Runtime,
written in Java. It's a modified port of the C# implementation,
with a GUI for repeated generations and support for negative text inputs. It is intended to be a
demonstration of how to use ONNX Runtime from Java, and best practices for ONNX Runtime to get good performance.
We will keep it current with the latest releases of ONNX Runtime, with appropriate updates as n...
Read more at github.com