LambdaLabsML / lambda-diffusers

MIT License
563 stars 90 forks source link

RuntimeError: mat1 and mat2 must have the same dtype #17

Open wen020 opened 1 year ago

wen020 commented 1 year ago

The steps I run are below: git clone https://github.com/LambdaLabsML/lambda-diffusers.git cd lambda-diffusers python -m venv .venv source .venv/bin/activate pip install -r requirements.txt

And run the benchmark file: python ./scripts/benchmark.py

But i get this error: image