-
Notifications
You must be signed in to change notification settings - Fork 84
Data directory | EN
ddPn08 edited this page Dec 24, 2022
·
6 revisions
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
.
.
├── config
│ ├── config.json
│ └── ui-config.json
├── models
│ ├── Stable-diffusion
│ ├── VAE
│ ├── hypernetworks
│ └── others...
├── 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 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.