ComfyUI 本地安装指导

一、软件安装

桌面版本官网:下载 安装

按上述教程安装完成后,模型文件默认在:C:\Users\Administrator\Documents\ComfyUI\models 目录下

1.模型安装自定义位置

一般自定义在应用安装目录下:

复制代码
ComfyUI安装根目录/resources/ComfyUI/models  #自己下载的模型文件放到该目录对应位置下即可

自动定模型配置文件位于:

复制代码
ComfyUI安装根目录/resources/ComfyUI/models/extra_model_paths.yaml

配置文件:

复制代码
# extra_model_paths.yaml 配置内容

comfyui:
     base_path: ComfyUI安装根目录/resources/ComfyUI
     # 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/
     custom_nodes: ComfyUI安装根目录/resources/ComfyUI/custom_nodes

2.工作流存放位置

复制代码
C:\Users\Administrator\Documents\ComfyUI\user\default\workflows
相关推荐
ZH15455891318 分钟前
Flutter for OpenHarmony Python学习助手实战:面向对象编程实战的实现
python·学习·flutter
玄同7659 分钟前
SQLite + LLM:大模型应用落地的轻量级数据存储方案
jvm·数据库·人工智能·python·语言模型·sqlite·知识图谱
User_芊芊君子14 分钟前
CANN010:PyASC Python编程接口—简化AI算子开发的Python框架
开发语言·人工智能·python
白日做梦Q24 分钟前
Anchor-free检测器全解析:CenterNet vs FCOS
python·深度学习·神经网络·目标检测·机器学习
喵手38 分钟前
Python爬虫实战:公共自行车站点智能采集系统 - 从零构建生产级爬虫的完整实战(附CSV导出 + SQLite持久化存储)!
爬虫·python·爬虫实战·零基础python爬虫教学·采集公共自行车站点·公共自行车站点智能采集系统·采集公共自行车站点导出csv
喵手1 小时前
Python爬虫实战:地图 POI + 行政区反查实战 - 商圈热力数据准备完整方案(附CSV导出 + SQLite持久化存储)!
爬虫·python·爬虫实战·零基础python爬虫教学·地区poi·行政区反查·商圈热力数据采集
熊猫_豆豆1 小时前
YOLOP车道检测
人工智能·python·算法
nimadan121 小时前
**热门短剧小说扫榜工具2025推荐,精准捕捉爆款趋势与流量
人工智能·python
默默前行的虫虫1 小时前
MQTT.fx实际操作
python
YMWM_1 小时前
python3继承使用
开发语言·python