下载和运行
ComfyUI支持N卡和A卡,并且多平台都可以运行,如果你使用Windows系统并且显卡是N卡,可以直接点击官方地址进行下载
Github:https://github.com/comfyanonymous/ComfyUI
最新版本:https://github.com/comfyanonymous/ComfyUI/releases
下载完成后可以解压在任何一个位置,建议空间大于100G,因为后期需要下载各种模型会占用很大空间
如果需要运行可以点击run_cpu(使用CPU)或者run_nvidia_gpu(使用GPU)
汉化
下载:https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation
将压缩包解压到 ComfyUI_windows_portable\ComfyUI\custom_nodes
路径下
启动并设置中文
通过 run_nvidia_gpu 运行,等待CMD运行并弹出WEBUI
文件目录
D:.
│ README_VERY_IMPORTANT.txt 帮助文件
│ run_cpu.bat 使用CPU渲染
│ run_nvidia_gpu.bat 使用GPU渲染
│
├─ComfyUI
│ │
│ ├─.ci
│ │
│ ├─.git
│ │
│ ├─app
│ │
│ ├─comfy
│ │
│ ├─comfy_extras
│ │
│ ├─custom_nodes 插件存放位置
│ │
│ ├─input
│ │
│ ├─models 模型存放位置
│ │ ├─checkpoints
│ │ │
│ │ ├─clip
│ │ │
│ │ ├─clip_vision
│ │ │
│ │ ├─configs
│ │ │
│ │ ├─controlnet
│ │ │
│ │ ├─diffusers
│ │ │
│ │ ├─embeddings
│ │ │
│ │ ├─gligen
│ │ │
│ │ ├─hypernetworks
│ │ │
│ │ ├─loras
│ │ │
│ │ ├─photomaker
│ │ │
│ │ ├─style_models
│ │ │
│ │ ├─unet
│ │ │
│ │ ├─upscale_models
│ │ │
│ │ ├─vae
│ │ │ put_vae_here
│ │ │
│ │ └─vae_approx
│ │
│ ├─notebooks
│ │
│ ├─output
│ │
│ ├─script_examples
│ │
│ ├─tests
│ │
│ ├─tests-ui
│ │
│ ├─tests-unit
│ │
│ └─web
正文完