Skip to content

Data directory | EN

ddPn08 edited this page Dec 24, 2022 · 6 revisions

About the Data directory

This notebook uses a data directory with a specific structure to load models, store images, etc. If you do not use GoogleDrive, use /content/data; if you do, use /content/drive/MyDrive/AI/automatic1111.


Directory structure

.
├── config
│   ├── config.json
│   └── ui-config.json
├── models
│   ├── Stable-diffusion
│   ├── VAE
│   ├── hypernetworks
│   └── others...
├── conda-env
└── outputs

config

config.json

AUTOMATIC1111 WebUI configuration file.

ui-config.json

AUTOMATIC1111 WebUI UI configuration file.


models

Path to the models directory. https://github.com/AUTOMATIC1111/stable-diffusion-webui/tree/master/models

Stable-diffusion

This is where to place model checkpoints (ckpt files).

VAE

This is where the VAE files are placed.

hypernetworks

This is where you put your hypernetwork files.


conda-env

This is the place to save the environment directory of anaconda when using the fast setup function. (GoogleDrive only)

*Uses 3-4GB of GoogleDrive space.


outputs

This is the location to save the generated image files.

Clone this wiki locally