DougStoker

Results 5 comments of DougStoker

same problem on mojave

when i accidentally swipe back a page the live preview disconnects and i can't see what its doing until its finished

found a bandaid fix changing pl_sd = safetensors.torch.load_file(checkpoint_file, device=device) to pl_sd = safetensors.torch.load_file(checkpoint_file, device='cpu') in function read_state_dict of /modules/sd_models.py made it work

(base) Douglass-MacBook-Pro:~ doug$ python -m pip list -vv Package Version Location Installer ---------------------------- --------------- ----------------------------------------------------------------- --------- absl-py 1.3.0 /Users/doug/.pyenv/versions/3.10.0a7/lib/python3.10/site-packages pip accelerate 0.15.0 /Users/doug/.pyenv/versions/3.10.0a7/lib/python3.10/site-packages pip addict 2.4.0 /Users/doug/.pyenv/versions/3.10.0a7/lib/python3.10/site-packages pip aenum 3.1.11...