From e81730f628e76355d063640b5ff66a88c8cae7b5 Mon Sep 17 00:00:00 2001 From: Emser Date: Thu, 27 Jul 2023 06:30:51 +0100 Subject: [PATCH] Delete extra_model_paths.yaml.example --- extra_model_paths.yaml.example | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 extra_model_paths.yaml.example diff --git a/extra_model_paths.yaml.example b/extra_model_paths.yaml.example deleted file mode 100644 index 36078fffc..000000000 --- a/extra_model_paths.yaml.example +++ /dev/null @@ -1,26 +0,0 @@ -#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 - -#other_ui: -# base_path: path/to/ui -# checkpoints: models/checkpoints -# gligen: models/gligen -# custom_nodes: path/custom_nodes