SimonGuethler / outpainting-server

Outpainting Archive Server

Home Page:https://outpainting.simonguethler.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Outpainting Archive Server

https://outpainting.simonguethler.de


Languages

Language:TypeScript 94.4%Language:Dockerfile 5.6%