Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied, Exec format error, usage on Mac OSX #28

Open
briancullinan2 opened this issue Dec 19, 2024 · 0 comments
Open

Permission denied, Exec format error, usage on Mac OSX #28

briancullinan2 opened this issue Dec 19, 2024 · 0 comments

Comments

@briancullinan2
Copy link

Exec format error: 'extensions/stable-diffusion-webui-vectorstudio/bin/potrace'

After setting chmod a+x on /stable-diffusion-webui/extensions/stable-diffusion-webui-vectorstudio/bin/potrace

This did not work, I assume it's only downloading the windows version.

mv ~/stable-diffusion-webui/extensions/stable-diffusion-webui-vectorstudio/bin/potrace ~/stable-diffusion-webui/extensions/stable-diffusion-webui-vectorstudio/bin/potrace.win

Then I installed potrace via homebrew.
brew install potrace

Finally, link the new exec:
ln -s /opt/homebrew/bin/potrace ~/stable-diffusion-webui/extensions/stable-diffusion-webui-vectorstudio/bin/potrace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant