Update README.md

This commit is contained in:
hodanov 2023-07-08 20:34:43 +09:00
parent 77ebc71c69
commit 4888a3d77f

View File

@ -53,6 +53,7 @@ Images are generated and output to the `outputs/` directory.
├── Dockerfile # To build a base image.
├── config.yml # To set a model, vae and some tools.
├── requirements.txt
├── main.py # A main script to run inference.
└── setup.py # Build an application to deploy on Modal.
```