We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
brew install potrace
Finally, link the new exec: ln -s /opt/homebrew/bin/potrace ~/stable-diffusion-webui/extensions/stable-diffusion-webui-vectorstudio/bin/potrace
ln -s /opt/homebrew/bin/potrace ~/stable-diffusion-webui/extensions/stable-diffusion-webui-vectorstudio/bin/potrace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: