AITemplate icon indicating copy to clipboard operation
AITemplate copied to clipboard

ValueError: ConstantTensor's maximum size is not equal to len(data)!

Open chavinlo opened this issue 1 year ago • 1 comments

Getting the following:

ValueError: ConstantTensor's maximum size is not equal to len(data)! Got len(data)=75890688, but expected at least 101187584 bytes. Check that the ConstantTensor's size and dtype are correct.

When compiling a SD 1.X based model Could this be because of the recent 2.X changes?

chavinlo avatar Dec 23 '22 20:12 chavinlo