AnyText
AnyText copied to clipboard
RuntimeError: expected scalar type Half but found Float and unexpected keyword argument '_js
搞定了
Hi, I had the exact same error. I fixed it by installing xformers
pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu118
I also updated torch, but that solved the issue in my case.
Hope it helps.