forked from Rothfield
use ai to expand album covers into wallpapers
using docker
docker compose build
docker compose up -d
without docker
# to run backend
pip install -r requirements.txt
flask --app server run
# to run frontend
cd frontend
# use any package manger
npm install
npm start
- make ui better
- find out why api requests arent being proxied
- deploy to aws
- use the stable diffusion img2img (need a gpu)
- custom size / aspect ratio
pipeline according to creator
- use this as primer
- use outpainting example scripts to improve the filled in spaces
- inference for img2img on cpu takes a trillion years