仓库:https://github.com/Comfy-Org/ComfyUI
官网:https://www.comfy.org/zh-cn/
wIndows桌面端,安装一直出错,必须要装到C盘,占用10G空间,C盘本来空间就吃紧,换成安装ComfyUI_windows_portable,直接下载压缩包。
https://docs.comfy.org/installation/comfyui_portable_windows
文件目录如下
ComfyUI_windows_portable ├── 📂ComfyUI // ComfyUI main program ├── 📂python_embeded // Independent Python environment ├── 📂update // Batch scripts for upgrading portable version ├── README_VERY_IMPORTANT.txt // ComfyUI Portable usage instructions in English ├── run_cpu.bat // Double click to start ComfyUI (CPU only) └── run_nvidia_gpu.bat // Double click to start ComfyUI (Nvidia GPU)
双击run_nvidia_gpu.bat 或者 run_cpu.bat 启动
模型下载
Hugging Face无法访问,访问镜像站
hf-mirror.com
modelscope.cn
反向提示词
lowres, bad anatomy, bad hands, ugly, deformed, blurry, watermark, text, logo, extra limbs, missing fingers, mutated, poorly drawn
v1-5-pruned-emaonly-fp16.safetensors提示词:
masterpiece, best quality, cinematic, epic scenery, mountain lake, mist, fog, sunset glow, dramatic sky, nature, ultra realistic, atmosphere, moody
3050ti可用的模型
| 名称 | 下载链接 | 功能 | 大小 | 提示词 |
| v1-5-pruned-emaonly-fp16.safetensors(SD1.5 官方轻量) | https://modelscope.cn/models/zhiheng/v1-5-pruned-emaonly.safetensors | 基础模型 | 可下载 | masterpiece, best quality, cinematic, epic scenery, mountain lake, mist, fog, sunset glow, dramatic sky, nature, ultra realistic, atmosphere, moody |
| Realistic Vision V5.1(fp16) | https://modelscope.cn/models/AI-ModelScope/realisticVisionV51_v51VAE | 真人/照片感 | 可下载 | |
| Deliberate V3(fp16) | https://modelscope.cn/models/AI-ModelScope/deliberate_v3-fp16 | 真人/照片感 | ||
| revAnimated V1.22(fp16) | https://modelscope.cn/models/SDT/ReVAnimated_v122_V122/files | 动漫/二次元类 | 可下载 | |
| Anything V3.0(pruned-fp16) | https://modelscope.cn/models/AI-ModelScope/Anything-V3.0-pruned-fp16 | 动漫/二次元类 | ||
| Dreamshaper V8(fp16) | https://modelscope.cn/models/digiplay/DreamShaper_8 | 全能/通用 | 可下载 | |
| MeinaMix V10(fp16) | https://modelscope.cn/models/AI-ModelScope/meinamix_meinaV10-fp16 | 全能/通用 | ||
| 3Guofeng3 V3.4(fp16) | https://modelscope.cn/models/AI-ModelScope/3Guofeng3_v34-fp16 | 国风/古风 | ||
| LCM SD1.5(fp16) | https://modelscope.cn/models/AI-ModelScope/lcm_sd15_fp16 | 超快低显存(4 步出图) |
允许第三方跨域访问
从第三方程序访问comfyui接口,默认会返回403 Forbidden
修改run_nvidia_gpu.bat文件添加--enable-cors true
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --enable-cors true echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest. If you get a c10.dll error you need to install vc redist that you can find: https://aka.ms/vc14/vc_redist.x64.exe pause
