|
8 | 8 | # # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads |
9 | 9 | # #is_default: true |
10 | 10 | # checkpoints: models/checkpoints/ |
| 11 | +# configs: models/configs/ |
| 12 | +# loras: models/loras/ |
| 13 | +# vae: models/vae/ |
11 | 14 | # text_encoders: | |
12 | 15 | # models/text_encoders/ |
13 | | -# models/clip/ # legacy location still supported |
14 | | -# clip_vision: models/clip_vision/ |
15 | | -# configs: models/configs/ |
16 | | -# controlnet: models/controlnet/ |
| 16 | +# models/clip/ |
17 | 17 | # diffusion_models: | |
18 | | -# models/diffusion_models |
19 | | -# models/unet |
| 18 | +# models/unet/ |
| 19 | +# models/diffusion_models/ |
| 20 | +# clip_vision: models/clip_vision/ |
| 21 | +# style_models: models/style_models/ |
20 | 22 | # embeddings: models/embeddings/ |
21 | | -# loras: models/loras/ |
| 23 | +# diffusers: models/diffusers/ |
| 24 | +# vae_approx: models/vae_approx/ |
| 25 | +# controlnet: | |
| 26 | +# models/controlnet/ |
| 27 | +# models/t2i_adapter/ |
| 28 | +# gligen: models/gligen/ |
22 | 29 | # upscale_models: models/upscale_models/ |
23 | | -# vae: models/vae/ |
24 | | -# audio_encoders: models/audio_encoders/ |
| 30 | +# latent_upscale_models: models/latent_upscale_models/ |
| 31 | +# custom_nodes: custom_nodes/ |
| 32 | +# hypernetworks: models/hypernetworks/ |
| 33 | +# photomaker: models/photomaker/ |
| 34 | +# classifiers: models/classifiers/ |
25 | 35 | # model_patches: models/model_patches/ |
| 36 | +# audio_encoders: models/audio_encoders/ |
| 37 | +# background_removal: models/background_removal/ |
| 38 | +# frame_interpolation: models/frame_interpolation/ |
| 39 | +# geometry_estimation: models/geometry_estimation/ |
| 40 | +# optical_flow: models/optical_flow/ |
| 41 | +# detection: models/detection/ |
26 | 42 |
|
27 | 43 |
|
28 | 44 | #config for a1111 ui |
|
45 | 61 | # controlnet: models/ControlNet |
46 | 62 |
|
47 | 63 |
|
48 | | -# For a full list of supported keys (style_models, vae_approx, hypernetworks, photomaker, |
49 | | -# model_patches, audio_encoders, classifiers, etc.) see folder_paths.py. |
| 64 | +# For the canonical list of supported keys and extensions, see folder_paths.py. |
50 | 65 |
|
51 | 66 | #other_ui: |
52 | 67 | # base_path: path/to/ui |
|
0 commit comments