rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1.5k stars 122 forks source link

installing on a fresh ubuntu 24.04 on Rokchip RK3588 --SOLVED #250

Closed kaosbeat closed 2 months ago

kaosbeat commented 2 months ago

I'm installing on a fresh install of ubuntu-rockchip for OrangePi 5 Plus.

I had to make the following adaptations tot the install environment.

ubuntu:
sudo apt install gcc zlib1g-dev libjpeg-dev python-dev-is-python3 webp libwebp-dev

in the requirements.txt mediapipe==0.10.9 >>> mediapipe==0.10.13
gradio==4.35.0 >> gradio==4.43.0 Pillow==9.4.0 >>> Pillow==10.4.0

Then install. Without Gui because the QT5 building fails ./install.sh --disable-gui

and running the webserver I can generate images.

kaosbeat commented 2 months ago

Solved