stable-diffusion-webui-docker/services/comfy/extra_model_paths.yaml
Brian Gebel 0eee719776
Improve docker configuration (#4)
Improve docker configuration
2025-05-31 11:06:24 -07:00

42 lines
1.4 KiB
YAML

# https://github.com/comfyanonymous/ComfyUI/blob/master/extra_model_paths.yaml.example
# https://comfyui-wiki.com/en/tutorial/basic/link-models-between-comfyui-and-a1111
a111:
base_path: /data
checkpoints: models/Stable-diffusion
configs: models/Stable-diffusion
vae: models/VAE
loras: |
models/Lora
models/LyCORIS
upscale_models: |
models/RealESRGAN
models/ESRGAN
models/SwinIR
models/GFPGAN
hypernetworks: models/hypernetworks
controlnet: models/ControlNet
gligen: models/GLIGEN
clip: models/CLIPEncoder
embeddings: embeddings
comfyui:
base_path: /data
custom_nodes: config/comfy/custom_nodes
download_model_base: data/models
# TODO: I am unsure about these, need more testing
# 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
# Need to install ipadapter and set mappings
# https://github.com/cubiq/ComfyUI_IPAdapter_plus
# Create an auto installer? Is there a newer plugin/extension?
# Need this file to be loaded dynamically maybe as a vol? Currently these are being downloaded to /data/config/comfy/models
# - `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.