harskish / sdui

Local ImGui UI for Stable Diffusion. Features embedded PNG metadata, Apple M1 fixes, result caching, img2img, and more!
Other
37 stars 3 forks source link

error on MBP M1 #6

Open yangboz opened 1 year ago

yangboz commented 1 year ago

Installing pip dependencies: / Ran pip subprocess with arguments: ['/opt/anaconda3/envs/ldm/bin/python', '-m', 'pip', 'install', '-U', '-r', '/Users/yangboz/sdui/condaenv.1sb8nmxy.requirements.txt'] Pip subprocess output:

Pip subprocess error: ERROR: torch-1.13.0a0+gitc9f7557-cp310-cp310-macosx_12_0_arm64.whl is not a supported wheel on this platform.

Any idea ? thanks.

harskish commented 1 year ago

What MacOS are you on? If it's not 12 then that would explain it. PyTorch 1.13 was recently officially released so I would recommend giving that a shot first.

yangboz commented 1 year ago

actually MacOSX version is 12.5.1 , maybe I hav't install the PyTorch nightly version.