cog consistent character
1.0.0
在不同的姿势中创建给定角色的图像
重复运行:
https://replate.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中查看节点列表
sudo cog run -p 8188 bash运行此命令启动COG容器,让您访问它
cd ComfyUI/
python main.py --listen 0.0.0.0http://<gpu-machines-ip>:8188当您获得http://<gpu-machines-ip>:8188时,您会看到经典的comfyui网络表单!