Skip to content

Data directory | EN

ddPn08 edited this page Mar 14, 2023 · 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.

If you mount GoogleDrive, data_dir will be linked to data_dir_gdrive. Do not specify a folder in GoogleDrive for data_dir.


Directory structure

.
├── config
│   ├── styles.csv
│   ├── artists.csv
│   ├── config.json
│   └── ui-config.json
├── models
│   ├── Stable-diffusion
│   ├── VAE
│   ├── hypernetworks
│   ├── Lora
│   ├── embeddings
│   └── その他...
├── 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.

Lora

This is where you put your lora files.

embeddings

This is where you put your embedding files.
*The notebook links this directory with "stbale-diffusion-webui/embeddings".


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