From 1c22b82e097ccb21bbb4f25bc12d2202fd7d3f61 Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:57:20 -0500 Subject: [PATCH] Fix --- config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index 023376ce1..6ba382c3a 100644 --- a/config.yaml +++ b/config.yaml @@ -17,17 +17,17 @@ config: # Extra paths to scan for model files. extra_model_paths: a1111: - base_path: path/to/stable-diffusion-webui/ checkpoints: models/Stable-diffusion - configs: models/Stable-diffusion vae: models/VAE - loras: models/Lora + hypernetworks: models/hypernetworks + base_path: path/to/stable-diffusion-webui/ upscale_models: | models/ESRGAN models/SwinIR - embeddings: embeddings - hypernetworks: models/hypernetworks controlnet: models/ControlNet + configs: models/Stable-diffusion + loras: models/Lora + embeddings: embeddings # Set the ComfyUI output directory. Leave empty to use the default. # Type: str