-
Notifications
You must be signed in to change notification settings - Fork 84
Data directory | EN
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
.
.
├── config
│ ├── styles.csv
│ ├── artists.csv
│ ├── config.json
│ └── ui-config.json
├── models
│ ├── Stable-diffusion
│ ├── VAE
│ ├── hypernetworks
│ ├── Lora
│ ├── embeddings
│ └── その他...
├── conda-env
└── outputs
AUTOMATIC1111 WebUI configuration file.
AUTOMATIC1111 WebUI UI configuration file.
Path to the models directory. https://github.com/AUTOMATIC1111/stable-diffusion-webui/tree/master/models
This is where to place model checkpoints (ckpt
files).
This is where the VAE files are placed.
This is where you put your hypernetwork files.
This is where you put your lora files.
This is where you put your embedding files.
*The notebook links this directory with "stbale-diffusion-webui/embeddings".
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.
This is the location to save the generated image files.