mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 07:12:11 +01:00
34 lines
848 B
YAML
34 lines
848 B
YAML
a111:
|
|
base_path: /opt/comfyui
|
|
# base_path: /data
|
|
|
|
checkpoints: models/Stable-diffusion
|
|
configs: models/configs
|
|
vae: models/VAE
|
|
loras: |
|
|
models/Lora
|
|
models/loras
|
|
hypernetworks: models/hypernetworks
|
|
controlnet: models/controlnet
|
|
gligen: models/GLIGEN
|
|
clip: models/CLIPEncoder
|
|
embeddings: embeddings
|
|
|
|
unet: models/unet
|
|
upscale_models: |
|
|
models/RealESRGAN
|
|
models/ESRGAN
|
|
models/SwinIR
|
|
models/GFPGAN
|
|
models/upscale_models
|
|
diffusion_models: models/diffusion_models
|
|
text_encoders: models/text_encoders
|
|
clip_vision: models/clip_vision
|
|
custom_nodes: /opt/comfyui/custom_nodes
|
|
# custom_nodes: config/comfy/custom_nodes
|
|
|
|
# TODO: I am unsure about these, need more testing
|
|
# style_models: config/comfy/style_models
|
|
# t2i_adapter: config/comfy/t2i_adapter
|
|
# diffusers: config/comfy/diffusers
|