dockerized dev environment / playground for dalle-mini
"scary clown playing a cello painted in the style of van gogh"
"frog riding a unicorn standing on top of a mountain of cookies"
"otter and seal sitting on an iceberg drawn in cartoon style"
git clone https://github.com/revzim/dalle-mini-server.git
- DOCKER
- docker compose
- start
docker compose up
 - rebuild all
docker compose build
 - rebuild server
docker compose build dalle_server_flask
 - rebuild client
docker compose build dalle_client_react
 - to force rebuild of entire container add 
--no-cache 
 - start
 - docker only
server/&client/both contain respective Dockerfiles
 - dalle-mini api endpoints local
 - dalle-client frontend react app local
 
 - docker compose
 - LOCAL (LINUX/UNIX*)
- server
- pytorch required
 cd server- python venv recommended 
python -m venv . pip install -r requirements.txtpython app.py --port=8080
 - client
cd clientyarn or npm installyarn start or npm run start
 
 - server
 
-important installation/run note-
- dalle-mini uses large models that sometimes can take a couple minutes to load, please be patient while the server starts
 
dalle-mini trained models are used to generate images from a text prompt
dev build pack inspired by dalle-playground




