How to load weights into model?
Hello, I am having difficulty trying to run txt2img on my macbook pro M1. I downloaded the sd-v1.4.ckpt from the link in the readme, but run into the same issue as https://github.com/liuliu/swift-diffusion/issues/49
In trying to debug this, when I print all the keys from the checkpoint, I notice they are labeled as:
<img width="1464" alt="image" src="https://github.com/liuliu/swift-diffusion/assets/43504578/c3244fd0-b124-4298-a9c0-38f7bc742d6b">
So I am wondering if

is the correct way to load the weights into the model (and similarly for the text model and encoder/decoder?
However, I am still getting nan values as the output from my decoder at the end, wondering if this is related to the weight loading or something else?
Thank you!
关闭于 2024-02-06 1 条评论