- Windows 11(64GB)
- NVidia video card (RTX3060 12GB)
- WSL2 (32GB and operation confirmed on Ubuntu 20.04)
*Not confirmed in other configurations than those listed above.
- Build Docker with the following command
docker compose build
- Access the following after docker compose up -d
http://localhost:7860
- In order to start it, you need to put the pth file and index file together with the directory name under the weights folder.
volumes/weights
└── model1
├── model1.pth
└── model1.index #(index file starting with add)
- 2023/09/17