网站html地图怎么做,网站调用网页怎么做,wordpress禁止谷歌字体大小,网页制作英文本地部署 ComfyUI ComfyUI 介绍ComfyUI Github 地址部署 ComfyUI配置模型地址 or 下载模型启动 ComfyUI访问 ComfyUI使用技巧页面底部显示图片预览改变连接线的格式配置 prompt 自动补全 安装 ComfyUI-Manager安装 AIGODLIKE-COMFYUI-TRANSLATION安装 ComfyUI-Custom-Scripts安… 本地部署 ComfyUI ComfyUI 介绍ComfyUI Github 地址部署 ComfyUI配置模型地址 or 下载模型启动 ComfyUI访问 ComfyUI使用技巧页面底部显示图片预览改变连接线的格式配置 prompt 自动补全 安装 ComfyUI-Manager安装 AIGODLIKE-COMFYUI-TRANSLATION安装 ComfyUI-Custom-Scripts安装 ComfyUI-WD14-Tagger安装 ComfyUI_NetDist安装 FreeU_Advanced安装 Efficiency Nodes安装 ComfyUIs ControlNet Auxiliary Preprocessors安装 UltimateSDUpscale安装 LCMSampler-ComfyUI安装 AlekPet/ComfyUI_Custom_Nodes_AlekPet安装 ComfyUI_IPAdapter_plus ComfyUI 介绍
最强大、模块化的稳定扩散 GUI 和后端。
该用户界面将允许您使用基于图形/节点/流程图的界面设计和执行高级稳定扩散管道。
ComfyUI Github 地址
https://github.com/comfyanonymous/ComfyUI
部署 ComfyUI
克隆代码库
git clone https://github.com/comfyanonymous/ComfyUI
cd ComfyUI创建虚拟环境
conda create -n comfyui python3.10 -y
conda activate comfyui使用 pip 安装 pytorch
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
# conda install -y -c nvidia/label/cuda-12.1.0 cuda-runtime验证 cuda 可用
python -c import torch;print(torch.cuda.is_available());使用 pip 安装依赖
pip install -r requirements.txt配置模型地址 or 下载模型
(1) 配置模型地址
拷贝 extra_model_paths.yaml.example 为 extra_model_paths.yaml
修改示例如下E:/workspace/sd-webui-aki-v4.4 是你的 Stable Diffusion Web UI的地址
a111:base_path: E:/workspace/sd-webui-aki-v4.4(2) 下载模型
将您的 SD checkpoints巨大的 ckpt/safetensors 文件放入models/checkpoints
将您的 VAE 放入models/vae
启动 ComfyUI
运行
python main.py访问 ComfyUI
使用浏览器访问
http://127.0.0.1:8188/ 使用技巧
页面底部显示图片预览
单击 “图片” 图标 改变连接线的格式 配置 prompt 自动补全 安装 ComfyUI-Manager
cd ComfyUI
git clone https://github.com/ltdrdata/ComfyUI-Manager.git custom_nodes/ComfyUI-Manager安装 AIGODLIKE-COMFYUI-TRANSLATION
git clone https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git custom_nodes/AIGODLIKE-ComfyUI-Translation或者
安装 ComfyUI-Custom-Scripts
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts custom_nodes/ComfyUI-Custom-Scripts或者
安装 ComfyUI-WD14-Tagger
https://github.com/pythongosssss/ComfyUI-WD14-Tagger或者
安装 ComfyUI_NetDist
pip install requestsgit clone https://github.com/city96/ComfyUI_NetDist custom_nodes/ComfyUI_NetDist配置参考如下 安装 FreeU_Advanced 安装 Efficiency Nodes 作者不在继续维护这个 repo 了 pip install simpleeval安装 ComfyUI’s ControlNet Auxiliary Preprocessors 测试结果 安装 UltimateSDUpscale 配置示例 安装 LCMSampler-ComfyUI 下载 lcm-lora 权重有 3 个 lora分别对应不同的 base model文件名都是 pytorch_lora_weights.safetensors需要修改为不同的名称。 保存到 models\Lora 目录下。
https://huggingface.co/latent-consistency/lcm-lora-ssd-1b/tree/mainhttps://huggingface.co/latent-consistency/lcm-lora-sdxl/tree/mainhttps://huggingface.co/latent-consistency/lcm-lora-sdv1-5/tree/main
安装 AlekPet/ComfyUI_Custom_Nodes_AlekPet 安装 ComfyUI_IPAdapter_plus 完结