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
conda create -n visualbox python=3.8
conda activate visualbox
pip install -r requirements.txt
python app.py
uvicorn api:app --reload
Then you can read the user docs in http://127.0.0.1:8000/docs