Skip to content

Amazingldl/VisualBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisualBox

Installation

Models

Download all models on huggingface: https://huggingface.co/Amazingldl/VisualBox

Place the model folder in the root directory of this repo before runing.

Like this:

├── DIS
├── LAMA
├── model
├── OF
├── SAM
├── SD

Dependencies

conda create -n visualbox python=3.8
conda activate visualbox
pip install -r requirements.txt

Quick start

Web UI

python app.py

Web API

uvicorn api:app --reload

Then you can read the user docs in http://127.0.0.1:8000/docs

About

Visual tools and api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published