cog face to many
1.0.0
将任何面孔变成3D,像素艺术,视频游戏,黏土或玩具。
重复运行此模型:
https://replate.com/fofr/face-to-many
或在comfyui中运行它:
https://github.com/fofr/cog-face-to-many/blob/main/face-to-many-ui.json
您需要这些自定义节点:
3D,视频游戏,像素艺术,粘土式和玩具Loras都是由人造guybr制造的。如果您喜欢他们,可以向他们的Patreon或Ko-Fi捐款:
或在Twitter上关注他:
https://twitter.com/artcoverguybr
克隆这个存储库:
git clone --recurse-submodules https://github.com/fofr/cog-face-to-many.git && cd cog-face-to-many/ComfyUI
创建Python Venv并激活
python3 -m venv . && source bin/activate
安装所需的依赖项
pip install -r requirements.txt
下载Ardobasexl_v13
wget https://huggingface.co/frankjoshua/albedobaseXL_v13/resolve/main/albedobaseXL_v13.safetensors ? download=true -O models/checkpoints/albedobaseXL_v13.safetensors
下载Antelopev2
git clone https://huggingface.co/DIAMONIK7777/antelopev2 models/insightface/models/antelopev2
下载instantid-ip-adapter.bin
wget https://huggingface.co/Aitrepreneur/InstantID-Controlnet/resolve/main/checkpoints/ip-adapter.bin ? download=true -O models/instantid/instantid-ip-adapter.bin
下载instantid-controlnet.safetensors
wget https://huggingface.co/Aitrepreneur/InstantID-Controlnet/resolve/main/checkpoints/ControlNetModel/diffusion_pytorch_model.safetensors ? download=true -O models/controlnet/instantid-controlnet.safetensors
运行以下脚本以安装所有自定义节点:
./scripts/clone_plugins.sh
最后,安装它,运行并享受它!
python3 main.py
sudo cog run -p 8188 bash
运行此命令启动COG容器,让您访问它
cd ComfyUI/
python main.py --listen 0.0.0.0
http://<gpu-machines-ip>:8188
当您获得http://<gpu-machines-ip>:8188
时,您会看到经典的comfyui网络表单!