2025-04-28 23:47:23 +02:00
|
|
|
# https://github.com/comfyanonymous/ComfyUI/blob/master/extra_model_paths.yaml.example
|
2023-05-07 11:11:30 +02:00
|
|
|
a111:
|
|
|
|
|
base_path: /data
|
|
|
|
|
|
2023-06-24 10:06:30 +02:00
|
|
|
checkpoints: models/Stable-diffusion
|
|
|
|
|
configs: models/Stable-diffusion
|
|
|
|
|
vae: models/VAE
|
|
|
|
|
loras: models/Lora
|
2023-05-07 11:11:30 +02:00
|
|
|
upscale_models: |
|
2023-06-24 10:06:30 +02:00
|
|
|
models/RealESRGAN
|
|
|
|
|
models/ESRGAN
|
|
|
|
|
models/SwinIR
|
|
|
|
|
models/GFPGAN
|
|
|
|
|
hypernetworks: models/hypernetworks
|
|
|
|
|
controlnet: models/ControlNet
|
|
|
|
|
gligen: models/GLIGEN
|
|
|
|
|
clip: models/CLIPEncoder
|
2023-05-07 11:11:30 +02:00
|
|
|
embeddings: embeddings
|
2023-05-08 19:29:38 +02:00
|
|
|
|
2025-04-28 23:47:23 +02:00
|
|
|
comfyui:
|
|
|
|
|
base_path: /data
|
|
|
|
|
|
|
|
|
|
# custom_nodes: config/comfy/custom_nodes
|
2023-05-07 11:11:30 +02:00
|
|
|
|
|
|
|
|
# TODO: I am unsure about these, need more testing
|
2025-04-28 19:42:47 +02:00
|
|
|
# style_models: data/config/comfy/style_models
|
|
|
|
|
# t2i_adapter: data/config/comfy/t2i_adapter
|
|
|
|
|
# clip_vision: data/config/comfy/clip_vision
|
|
|
|
|
# diffusers: data/config/comfy/diffusers
|
|
|
|
|
# download_model_base: data/models
|
2025-04-29 05:36:51 +02:00
|
|
|
|
|
|
|
|
# Need this file to be loaded dynamically maybe as a vol?
|
|
|
|
|
# - `ultralytics_bbox` - Specifies the paths for bbox YOLO models.
|
|
|
|
|
# - `ultralytics_segm` - Specifies the paths for segm YOLO models.
|
|
|
|
|
# - `ultralytics` - Allows the presence of `bbox/` and `segm/` subdirectories.
|