cassiebreviu / StableDiffusion

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

Don't store the derivatives reversed #6

Closed jlami closed 1 year ago

jlami commented 1 year ago

Fixes #5

cassiebreviu commented 1 year ago

I tested this and it doesn't seem to produce a higher quality image. It varies based on input and I think it could be updated based on the desired output from the user.

Its interesting that in your use case params it does make a big difference but with a large seed it doesnt. With a large seed it makes it worse... with a small seed it makes it better.

cassiebreviu commented 1 year ago

After further testing I think overall with different params this gives better results. There are some situations where it doesn't but it is overall an improvement. Thank you!

jlami commented 1 year ago

Ok, great to hear!