-
Notifications
You must be signed in to change notification settings - Fork 83
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
Errors with ./sd #47
Comments
Have you tried chmod +x ? |
I don't have a directory called I've installed AeroX2 stable-diffusion-xl-turbo-1.0-onnxstream |
I just realised my build process in the previous step is failing :-( I'm trying to install all these on my Orange PI 5B device. I'm not sure if it is supported. The build process is failing: Specs: gcc version 13.2.0 (Ubuntu 13.2.0-23ubuntu4) Opened an issue: #82 |
I built the example following the instructions on my Raspberry pi 4, compiled XNNPACK and OnxxStream, also downloaded the stable diffusion base image.
When i execute
./sd --rpi --decoder-fp16 --steps 3 --output result.jpg
i get:
-bash: ./sd: Permission denied
The same happens if i try to run ./sd by itself.
I have tried with chmod 777, copied the folder over to the SD card (was compiling and downloading all files to an extenral pen drive) and yet i get the same behaviour.
The text was updated successfully, but these errors were encountered: