A fork from dalle-playground using Stable Diffusion 2 for CPU
About • Usage • Credits • License
This repository is a fork from dalle-playground that uses Stable Diffusion 2 in CPU only.
Run in your terminal docker compose up
, wait the install and you can access from your browser Website on http://localhost:3000/
. On the website put this on backend url http://127.0.0.1:8080/
. To shutdown the application run docker compose down
.
python -m venv venv
. venv/bin/activate
pip install -U pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install "jax[cpu]"
pip install diffusers transformers accelerate scipy safetensors
pip install Flask
pip install flask-cors
pip install flask-restful
Thanks for the open source projects bellow:
- Docker
- Python
- NodeJS
- dalle-playground
- And many others one listed on requirements.txt and package.json
MIT