rupeshs / fastsdcpu
- вторник, 24 октября 2023 г. в 00:00:06
Fast stable diffusion on CPU
Faster version of stable diffusion running on CPU.
Took 10 seconds to generate single 512x512 image on Core i7-12700(With OpenVINO).
Based on Latent Consistency Models .
Thanks deinferno for the OpenVINO model contribution. Currently it is tested on Windows only,by default it is disabled. We found 50% speed improvement using OpenVINO. Took 10 seconds to generate single 512x512 image on Core i7-12700
install.bat
(It will take some time to install,depends on your internet speed)start.bat
Ensure that you have Python 3.8 higher installed.
Clone/download this repo
In the terminal enter into fastsdcpu directory
Run the following command
chmod +x install.sh
./install.sh
To start fastsdcpu run
chmod +x start.sh
./start.sh