mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Fix
This commit is contained in:
parent
643797bca9
commit
1c22b82e09
10
config.yaml
10
config.yaml
@ -17,17 +17,17 @@ config:
|
|||||||
# Extra paths to scan for model files.
|
# Extra paths to scan for model files.
|
||||||
extra_model_paths:
|
extra_model_paths:
|
||||||
a1111:
|
a1111:
|
||||||
base_path: path/to/stable-diffusion-webui/
|
|
||||||
checkpoints: models/Stable-diffusion
|
checkpoints: models/Stable-diffusion
|
||||||
configs: models/Stable-diffusion
|
|
||||||
vae: models/VAE
|
vae: models/VAE
|
||||||
loras: models/Lora
|
hypernetworks: models/hypernetworks
|
||||||
|
base_path: path/to/stable-diffusion-webui/
|
||||||
upscale_models: |
|
upscale_models: |
|
||||||
models/ESRGAN
|
models/ESRGAN
|
||||||
models/SwinIR
|
models/SwinIR
|
||||||
embeddings: embeddings
|
|
||||||
hypernetworks: models/hypernetworks
|
|
||||||
controlnet: models/ControlNet
|
controlnet: models/ControlNet
|
||||||
|
configs: models/Stable-diffusion
|
||||||
|
loras: models/Lora
|
||||||
|
embeddings: embeddings
|
||||||
|
|
||||||
# Set the ComfyUI output directory. Leave empty to use the default.
|
# Set the ComfyUI output directory. Leave empty to use the default.
|
||||||
# Type: str
|
# Type: str
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user