ai - comfyUI的心得 使用portable版本
访问量: 10
1. 使用portable 版本,官方最显眼的地方的是桌面版。封装的厉害。默认安装在C:\comfyUI. 对于C盘小的特别不友好。而且无法迁移。
而且无法定制model的路径(--model-path不好用,自带的 c:\comfyUI\models也不好用,就是找不到model)
所以,使用portable 版本,傻瓜的把所有model文件都放在这个目录下即可。
2. 下载路径:https://docs.comfy.org/zh/installation/comfyui_portable_windows
我也不知道为什么,官方醒目位置没有这个下载链接
3. 可以在这里配置路径:
对于便携版和手动安装的 ComfyUI版本,你可以在 ComfyUI 的根目录下找到 extra_model_paths.yaml.example 的示例文件
https://docs.comfy.org/zh/installation/comfyui_portable_windows#不同-comfyui-版本配置文件位置
直接使用这个文件 ( 即可:(所有的model, vae,啥的,都放在了 S:\000_comfyui_files 目录下 )
文件名:S:\000_comfyui_files\ComfyUI_windows_portable\ComfyUI\extra_model_paths.yaml
comfyui:
base_path: S:\\000_comfyui_files
# You can use is_default to mark that these folders should be listed first, and used as the default dirs for eg downloads
is_default: true
checkpoints: models/checkpoints/
text_encoders: |
models/text_encoders/
models/clip/ # legacy location still supported
clip_vision: models/clip_vision/
configs: models/configs/
controlnet: models/controlnet/
diffusion_models: |
models/diffusion_models
models/unet
embeddings: models/embeddings/
loras: models/loras/
upscale_models: models/upscale_models/
vae: models/vae/
audio_encoders: models/audio_encoders/
model_patches: models/model_patches/
4. 升级便携版:
https://docs.comfy.org/zh/installation/comfyui_portable_windows#其它-comfyui-便携版相关说明
5. 下载model: 在hg-mirror.com 等镜像网站下载。
搜索的时候,要么:
5.1 直接搜索model的名字
5.2 部分搜索不到,例如: wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise
先在google上搜索model所属项目(例如 搜索上述关键词,然后得到:Comfy-Org/Wan_2.2_ComfyUI_Repackaged at main ) 然后再到 hf-mirror 上搜索 Wan_2.2_ComfyUI_Repackaged ,手动找到该文件,下载。