ParityError

Results 8 comments of ParityError

I have a similar issue, and there is no imagine command. ``` $ pip install deep-daze Collecting deep-daze Downloading deep_daze-0.8.0-py3-none-any.whl (1.4 MB) |████████████████████████████████| 1.4 MB 3.3 MB/s ... Successfully installed...

Maybe try the following boolean in addition to `com.apple.developer.kernel.increased-memory-limit entitlement`: ``` com.apple.developer.kernel.extended-virtual-addressing ``` You need to enable "Extended Virtual Address Space" manually in the App ID configuration in https://developer.apple.com/account/resources/identifiers/.

Thanks for the explanations, and nice work — cheers!

> The idea is that users can edit that file with their own settings. > > That line's commented out anyway, so this change does nothing. The default setting is...

@AUTOMATIC1111, I hadn't thought of that; I will not include webui-user.sh in the pull request. The only references I could find to webui.sh in the README was this: > 2....

Yes, the assumption that everyone has the project in `/home/stable-diffusion` is bad practice. Also it doesn't account for people who have multiple installations. https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/webui.sh#L26 this line should probably be changed...

> @ocordeiro same article blog post has been updated, you need to delete the model folder, and re-run the download into model (packaged). > > Ensure you do download the...

> Here is what helped for me on Mac M1 to fix this issue. Run the following commands in the webui directory: > > ``` > git pull > pip...