mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 00:04:16 -04:00
This commit introduces several new model paths to the `extra_model_paths.yaml` file under the `a111` section. The added paths include `unet`, `clip_vision`, `xlabs`, `inpaint`, and `ipadapter`. These additions enhance the configuration by providing more options for different models, which can be utilized in various functionalities within the service.
30 lines
734 B
YAML
30 lines
734 B
YAML
a111:
|
|
base_path: /data
|
|
|
|
checkpoints: models/Stable-diffusion
|
|
configs: models/Stable-diffusion
|
|
vae: models/VAE
|
|
loras: models/Lora
|
|
upscale_models: |
|
|
models/RealESRGAN
|
|
models/ESRGAN
|
|
models/SwinIR
|
|
models/GFPGAN
|
|
hypernetworks: models/hypernetworks
|
|
controlnet: models/ControlNet
|
|
gligen: models/GLIGEN
|
|
clip: models/CLIPEncoder
|
|
embeddings: embeddings
|
|
unet: models/unet
|
|
clip_vision: models/clip_vision
|
|
xlabs: models/xlabs
|
|
inpaint: models/inpaint
|
|
ipadapter: models/ipadapter
|
|
|
|
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
|