mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-21 15:29:32 +08:00
Some checks are pending
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
71 lines
2.3 KiB
Plaintext
71 lines
2.3 KiB
Plaintext
#Rename this to extra_model_paths.yaml and ComfyUI will load it
|
|
|
|
#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: path/to/comfyui/
|
|
# # You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
|
|
# #is_default: true
|
|
# checkpoints: models/checkpoints/
|
|
# configs: models/configs/
|
|
# loras: models/loras/
|
|
# vae: models/vae/
|
|
# text_encoders: |
|
|
# models/text_encoders/
|
|
# models/clip/
|
|
# diffusion_models: |
|
|
# models/unet/
|
|
# models/diffusion_models/
|
|
# clip_vision: models/clip_vision/
|
|
# style_models: models/style_models/
|
|
# embeddings: models/embeddings/
|
|
# diffusers: models/diffusers/
|
|
# vae_approx: models/vae_approx/
|
|
# controlnet: |
|
|
# models/controlnet/
|
|
# models/t2i_adapter/
|
|
# gligen: models/gligen/
|
|
# upscale_models: models/upscale_models/
|
|
# latent_upscale_models: models/latent_upscale_models/
|
|
# custom_nodes: custom_nodes/
|
|
# hypernetworks: models/hypernetworks/
|
|
# photomaker: models/photomaker/
|
|
# classifiers: models/classifiers/
|
|
# model_patches: models/model_patches/
|
|
# audio_encoders: models/audio_encoders/
|
|
# background_removal: models/background_removal/
|
|
# frame_interpolation: models/frame_interpolation/
|
|
# geometry_estimation: models/geometry_estimation/
|
|
# optical_flow: models/optical_flow/
|
|
# detection: models/detection/
|
|
|
|
|
|
#config for a1111 ui
|
|
#all you have to do is uncomment this (remove the #) and change the base_path to where yours is installed
|
|
|
|
#a1111:
|
|
# 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 the canonical list of supported keys and extensions, see folder_paths.py.
|
|
|
|
#other_ui:
|
|
# base_path: path/to/ui
|
|
# checkpoints: models/checkpoints
|
|
# gligen: models/gligen
|
|
# custom_nodes: path/custom_nodes
|