Skip to content

Instantly share code, notes, and snippets.

@nodegraphics
Created May 3, 2024 05:43
Show Gist options
  • Save nodegraphics/48ef292400ee7dcccfbf32cf2a2412d0 to your computer and use it in GitHub Desktop.
Save nodegraphics/48ef292400ee7dcccfbf32cf2a2412d0 to your computer and use it in GitHub Desktop.
Model Paths 01
#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: .
checkpoints: models/stable-diffusion
configs: models/configs
vae: models/VAE
loras: |
models/Loras
models/LyCORIS
upscale_models: |
models/ESRGAN
models/RealESRGAN
models/SwinIR
models/upscale_models
embeddings: workspace/ComfyUI/models/embeddings/
hypernetworks: models/hypernetworks
controlnet: models/ControlNet
clip-vision: models/clip_vision
#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.
#comfyui:
# base_path: comfyui/
# checkpoints: models/checkpoints/
# clip: models/clip/
# clip_vision: models/clip_vision/
# configs: models/configs/
# controlnet: models/controlnet/
# embeddings: models/embeddings/
# loras: models/loras/
# upscale_models: models/upscale_models/
# vae: models/vae/
#other_ui:
# base_path: path/to/ui
# checkpoints: models/checkpoints
# gligen: models/gligen
# custom_nodes: path/custom_nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment