stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

unsupported dtype 'F64'

Open red-scorp opened this issue 5 months ago • 10 comments

Hi! Thanks for the great tool!

When I run sd.cpp with some not pruned SD models it drops the error.

[ERROR] model.cpp:773  - unsupported dtype 'F64'

It seems to me a simple thing to fix, either by supporting double float internally or converting during load into single float. I want to hear you thoughts on this situation and how to solve it.

With best regards, AG

red-scorp avatar Jan 20 '24 21:01 red-scorp