一致性角色
创建给定角色在不同姿势的图像
在Replicate上运行:
https://replicate.com/fofr/consistent-character
你可以在ComfyUI中直接使用一个工作流,但它一次仅能生成一个姿势:
https://github.com/fofr/cog-consistent-character/blob/main/workflow_ui.json
本地开发
克隆此存储库:
git clone --recurse-submodules https://github.com/fofr/cog-consistent-character.git
运行以下脚本以安装所有自定义节点:
./scripts/install_custom_nodes.py
你可以在custom_nodes.json中查看节点列表
从你的Cog容器运行Web UI
- GPU机器:启动Cog容器并开放8188端口:
sudo cog run -p 8188 bash
运行此命令启动Cog容器并允许你访问它
- 在Cog容器内:现在我们已经可以访问Cog容器,启动服务器并绑定到所有网络接口:
cd ComfyUI/
python main.py --listen 0.0.0.0
- 本地机器:使用GPU机器的IP和开放端口(8188)访问服务器:
http://<gpu-machines-ip>:8188
当你访问http://<gpu-machines-ip>:8188
时,你会看到经典的ComfyUI网页表单!