TensorStack-AI / OnnxStack

C# Stable Diffusion using ONNX Runtime
Apache License 2.0
221 stars 33 forks source link

Refactor StableDiffusionPipeline #119

Closed saddam213 closed 9 months ago

saddam213 commented 9 months ago

StableDiffusionPipeline has become a bit untidy due to the re-write of the core API, so this PR is just to fix it up, remove some code duplication and add some easy to use overloads