pudepiedj
pudepiedj
Unfortunately the ffi.lua edit fix doesn't work for me. I went through much the same sequence which led others here and solved the HDF5 location issue but it then threw...
I have also experienced this runtime error while running the open-source version of **Whisper** on a **2019 Macbook** built on an **Intel i9 8-core CPU** with **16GB RAM** and an...
No - misunderstanding of "notebook". I meant that changing the code to another Jupyter (Anaconda3) notebook (not another physical Mac notebook) sorted the problem out for me, but since writing...
I recommend reading the very good documentation on the PyTorch website which has examples showing how to use the MPS device and how to load data onto it.https://pytorch.org/docs/stable/notes/mps.htmlSent from my...
I am not sure what you mean. PyTorch2 has MPS support through torch.mps and the PyTorch-nightly now at 2.1.0v20330512 also has it, but unless I have missed something the mps...
Have you tried all the Apple optimisation suggestions at https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon? In the last paragraph there are specific suggestions about timing and how to improve it. On Sat, May 13, 2023...
I see what you mean. I was misunderstanding you to be suggesting that PyTorch2 automatically selects the mps device, which I don't think it does. Sorry for the confusion! On...
Does this in fact implement and use the MPS device? I've been investigating over the weekend using the Activity Monitor "GPU History" display and I don't think my GPU is...
> sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer I found that despite having XCode installed, refusing to reinstall, and with nothing to update from the App Store, I still needed this additional trick...
> That image is pretty cool :-) ! > > So, in `stable_diffusion/sampler.py` you can use the function `add_noise` to add the noise for a specific timestep. By the way...