Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 528 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 528 Bytes

Upscale-wrapper

A fastAPI wrapper for up-scale image models.

Table of Contents

Background

Wrapper for upsacle mdoels.

Install

  1. Make sure you have docker and docker-compose installed.

git clone [email protected]:rezashabrang/upscale-models-wrapper.git
cd upscale-models-wrapper
docker-compose -f docker-compose-dev.yml build
docker-compose -f docker-compose-dev.yml up -d
  1. Go to 127.0.0.1:8000/docs.