Spaces:
Runtime error
Runtime error
| # ComfyUI model paths configuration | |
| comfyui: | |
| base_path: /home/user/app | |
| is_default: true | |
| checkpoints: models/checkpoints | |
| clip: models/text_encoders | |
| clip_vision: models/text_encoders | |
| configs: models/configs | |
| controlnet: models/controlnet | |
| diffusion_models: | |
| - models/diffusion_models | |
| - models/unet | |
| embeddings: models/embeddings | |
| loras: models/lora | |
| upscale_models: models/upscale_models | |
| vae: models/vae | |
| custom_nodes: models/custom_nodes | |