Skip to content

SimonGuethler/outpainting-server

Repository files navigation

Outpainting Server

This is used to serve multiple exports generated by the Outpainting Project.

It serves the Outpainting App.

Usage

Put all the exports in separate folders in the public folder.

It should look like:

.
└── public
    ├── export1
    ├── export2
    ├── ...

Each of those folders should contain all .webp images and the sqlite.db file.

Local

npm install
npm run build
npm run start

Docker

Simply bind the public folder into the container /app/public and run:

docker compose up -d