Does not work
#1
by
asdaweqw12
- opened
I get error:
113 def forward(self, input: Tensor) -> Tensor:
--> 114 return F.linear(input, self.weight, self.bias)
RuntimeError: mat1 and mat2 must have the same dtype
When running the sample code
Works for me using the snippet in the model card. Please, make sure you upgrade to the latest diffusers version. If it still doesn't work, can you please post the exact code you are running, and give us details about your hardware? Thank you!
Updated diffusers and restarted, works now. Thanks!
asdaweqw12
changed discussion status to
closed