Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 541 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 541 Bytes

Execute For development

To run the backend, execute the following commands:

Backend

First you need to populate the .env file on backend folder with the correct values, following the README of that directory.

cd backend
docker-compose up -d

Stable diffusion

If you want to enable stable diffusion, you need a self hosted instance of it.

Check out https://github.com/AUTOMATIC1111/stable-diffusion-webui

Frontend

cd frontend
npm run dev

Now you can access the frontend at http://localhost:3000