Blake Wyatt

Results 222 comments of Blake Wyatt

@programmingkidx have you tried this? https://stackoverflow.com/questions/58479686/permissionerror-errno-1-operation-not-permitted-after-macos-catalina-update

@programmingkidx no problem! Please close the issue if everything is resolved

Hey, I've created a one-click macOS installer if you want to try it https://github.com/oobabooga/one-click-installers/pull/21. I haven't been able to test it on an Apple Silicon Macbook, but I was able...

@loretoparisi there's an install process but all you have to do is run one script. `bash start_macos.sh` should be enough to install everything for you. When you download a model,...

Currently AMD GPUs are unsupported but I'm sure webui would love to add support. The main problem is that it seems like none of the maintainers of webui have an...

You don't need "start-webui.bat". Run "start_windows.bat" instead.

@TheBestBaron you have to add them to the `webui.py` file now. The line looks like `run_cmd("python server.py --auto-devices --chat --model-menu")`

> I had to debug this last night - if you still see this error, it is likely that environment variable TMP is incorrectly set (it needs to match install...

@desva interesting, I'm not able to reproduce on my Windows system on my D drive. Could you confirm these changes fix the installation process for you? https://github.com/xNul/one-click-installers

@johkhknlknkjhk did the changes I made work for you?