ComfyUI-Manager/glob
Dr.Lt.Data 9e44617199 feat: Support customization of the model download path via extra_model_paths.yaml.
example
```
some_extra_path:
   base_path: /path/to/base
   download_model_base: models
   checkpoints: models/checkpoints
   text_encoders: models/text_encoders
   vae: models/vae
   loras: models/loras
   controlnet: models/controlnet
   clip_vision: models/clip_vision
   gligen: models/gligen
   upscale_models: models/upscale_models
   embeddings: models/embeddings
   diffusion_models: models/diffusion_models
   custom_nodes: custom_nodes
   is_default: True
```
2024-11-30 19:52:32 +09:00
..
cm_global.py refactor: cm_api -> cm_global.APIs 2024-01-02 17:06:59 +09:00
manager_core.py feat: Support customization of the model download path via extra_model_paths.yaml. 2024-11-30 19:52:32 +09:00
manager_downloader.py fix parse aria2 host (#829) 2024-07-01 20:51:16 +09:00
manager_server.py feat: Support customization of the model download path via extra_model_paths.yaml. 2024-11-30 19:52:32 +09:00
manager_util.py feat: pip fixer for torch, opencv 2024-11-24 23:33:53 +09:00
security_check.py Update security check for llmvision (#899) 2024-07-23 21:20:26 +09:00
share_3rdparty.py refactor: share features 2024-08-17 12:22:01 +09:00