Modify README.md
This commit is contained in:
parent
7f5a0c8634
commit
22d74ceff7
12
README.md
12
README.md
@ -41,19 +41,19 @@ Images are generated and output to the `outputs/` directory.
|
|||||||
|
|
||||||
```
|
```
|
||||||
.
|
.
|
||||||
|
├── .env # Secrets manager
|
||||||
├── Makefile
|
├── Makefile
|
||||||
├── README.md
|
├── README.md
|
||||||
├── sdcli/ # A directory with scripts to run inference.
|
├── sdcli/ # A directory with scripts to run inference.
|
||||||
│ ├── __init__.py
|
│ ├── __init__.py
|
||||||
│ ├── outputs/ # Images are outputted this directory.
|
│ ├── outputs/ # Images are outputted this directory.
|
||||||
│ ├── txt2img.py # A script to run txt2img inference.
|
│ ├── txt2img.py # A script to run txt2img inference.
|
||||||
│ └── util.py
|
│ └── util.py
|
||||||
└── setup_files/ # A directory with config files.
|
└── setup_files/ # A directory with config files.
|
||||||
├── .env # Secrets manager
|
├── Dockerfile # To build a base image.
|
||||||
├── Dockerfile # To build a base image.
|
├── config.yml # To set a model, vae and some tools.
|
||||||
├── config.yml # To set a model, vae and some tools.
|
|
||||||
├── requirements.txt
|
├── requirements.txt
|
||||||
└── setup.py # Build an application to deploy on Modal.
|
└── setup.py # Build an application to deploy on Modal.
|
||||||
```
|
```
|
||||||
|
|
||||||
Thank you.
|
Thank you.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user