Closed bvndls closed 1 year ago
Pip packages:
➜ ComfyUI git:(master) pip list | grep torch
torch 2.2.0.dev20231027
torchaudio 2.2.0.dev20231027
torchsde 0.2.6
torchvision 0.17.0.dev20231027
➜ ComfyUI git:(master)
UPD: same with torch 2.1.0
Python version:
➜ ComfyUI git:(master) python3 -V
Python 3.9.6
Thank you for your torough report. I really appreciate your feedback. This issue was due to a minor mistake on my side, but it helped me identify a more serious bug, that I think, I managed to get rid of. I hope that the new version fixes your issue. If not, let me know, so that we can work this out.
@aszc-dev thank you for all your effort with this project.
Your latest update resolved this for me:
RuntimeError: torch.cat(): all input tensors must be on the same device. Received mps:0 and cpu
sw_vers
ProductName: macOS
ProductVersion: 14.0
BuildVersion: 23A344
coremltools 7.0
torch 2.1.0
python 3.11.5
M1 16GB
Thank you for your torough report. I really appreciate your feedback. This issue was due to a minor mistake on my side, but it helped me identify a more serious bug, that I think, I managed to get rid of. I hope that the new version fixes your issue. If not, let me know, so that we can work this out.
Thank you so much for the effort, CoreML Suite effectively doubles the speed
tested with sd1.5-pruned-emaonly versus the same model, converted using coremltools
initial load took significantly more time because I was using an .mlpackage, using an .mlmodelc should speed things up even more
How to reproduce:
Error log: