fengwang / Stable-Diffusion-NCNN

Stable Diffusion inference in pure C++
60 stars 5 forks source link

I compiled this project with VS 2022 and found the speed of this app is very slower than the app from EdVince. #8

Open zhanweiw opened 1 year ago

zhanweiw commented 1 year ago

Is it due to the compiler or due to the app code logic changes?

fengwang commented 1 year ago

It is expected as this project will produce images containing 2048x2048x3 pixels in 20 steps by default.