mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2025-12-08 21:44:33 +08:00
Update the extra_model_paths.yaml.example (#10319)
This commit is contained in:
parent
894837de9a
commit
d68ece7301
@ -1,25 +1,5 @@
|
|||||||
#Rename this to extra_model_paths.yaml and ComfyUI will load it
|
#Rename this to extra_model_paths.yaml and ComfyUI will load it
|
||||||
|
|
||||||
|
|
||||||
#config for a1111 ui
|
|
||||||
#all you have to do is change the base_path to where yours is installed
|
|
||||||
a111:
|
|
||||||
base_path: path/to/stable-diffusion-webui/
|
|
||||||
|
|
||||||
checkpoints: models/Stable-diffusion
|
|
||||||
configs: models/Stable-diffusion
|
|
||||||
vae: models/VAE
|
|
||||||
loras: |
|
|
||||||
models/Lora
|
|
||||||
models/LyCORIS
|
|
||||||
upscale_models: |
|
|
||||||
models/ESRGAN
|
|
||||||
models/RealESRGAN
|
|
||||||
models/SwinIR
|
|
||||||
embeddings: embeddings
|
|
||||||
hypernetworks: models/hypernetworks
|
|
||||||
controlnet: models/ControlNet
|
|
||||||
|
|
||||||
#config for comfyui
|
#config for comfyui
|
||||||
#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
|
#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.
|
||||||
|
|
||||||
@ -41,6 +21,29 @@ a111:
|
|||||||
# loras: models/loras/
|
# loras: models/loras/
|
||||||
# upscale_models: models/upscale_models/
|
# upscale_models: models/upscale_models/
|
||||||
# vae: models/vae/
|
# vae: models/vae/
|
||||||
|
# audio_encoders: models/audio_encoders/
|
||||||
|
# model_patches: models/model_patches/
|
||||||
|
|
||||||
|
|
||||||
|
#config for a1111 ui
|
||||||
|
#all you have to do is uncomment this (remove the #) and change the base_path to where yours is installed
|
||||||
|
|
||||||
|
#a111:
|
||||||
|
# base_path: path/to/stable-diffusion-webui/
|
||||||
|
# checkpoints: models/Stable-diffusion
|
||||||
|
# configs: models/Stable-diffusion
|
||||||
|
# vae: models/VAE
|
||||||
|
# loras: |
|
||||||
|
# models/Lora
|
||||||
|
# models/LyCORIS
|
||||||
|
# upscale_models: |
|
||||||
|
# models/ESRGAN
|
||||||
|
# models/RealESRGAN
|
||||||
|
# models/SwinIR
|
||||||
|
# embeddings: embeddings
|
||||||
|
# hypernetworks: models/hypernetworks
|
||||||
|
# controlnet: models/ControlNet
|
||||||
|
|
||||||
|
|
||||||
# For a full list of supported keys (style_models, vae_approx, hypernetworks, photomaker,
|
# For a full list of supported keys (style_models, vae_approx, hypernetworks, photomaker,
|
||||||
# model_patches, audio_encoders, classifiers, etc.) see folder_paths.py.
|
# model_patches, audio_encoders, classifiers, etc.) see folder_paths.py.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user