Skip to content

expand album covers into wallpapers with stable diffusion

License

Notifications You must be signed in to change notification settings

baolong281/coverizer2

Repository files navigation

coverizer2

image

forked from Rothfield

use ai to expand album covers into wallpapers

running

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

todo

  • 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
  1. use this as primer
  2. use outpainting example scripts to improve the filled in spaces

notes

  • inference for img2img on cpu takes a trillion years

About

expand album covers into wallpapers with stable diffusion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published