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網絡表單!