{"id":15033476,"url":"https://github.com/fofr/cog-face-to-many","last_synced_at":"2025-05-16T01:07:18.124Z","repository":{"id":226022789,"uuid":"767492699","full_name":"fofr/cog-face-to-many","owner":"fofr","description":"Turn any face into a video game character, pixel art, claymation, 3D or toy","archived":false,"fork":false,"pushed_at":"2024-04-09T10:58:29.000Z","size":33,"stargazers_count":1327,"open_issues_count":19,"forks_count":205,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-08T12:05:14.227Z","etag":null,"topics":["ai","cog","comfyui","generative-ai","replicate","text-to-image"],"latest_commit_sha":null,"homepage":"https://replicate.com/fofr/face-to-many","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fofr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-05T11:48:35.000Z","updated_at":"2025-04-05T08:21:24.000Z","dependencies_parsed_at":"2024-03-08T12:49:20.700Z","dependency_job_id":"a0bf42f6-0f66-4c9b-a889-78ed861e575a","html_url":"https://github.com/fofr/cog-face-to-many","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":0.09523809523809523,"last_synced_commit":"f168c5e89d7b213c45249e2fb5bf0dc8b7ed3bbf"},"previous_names":["fofr/cog-face-to-many"],"tags_count":0,"template":true,"template_full_name":"fofr/cog-face-to-sticker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fofr%2Fcog-face-to-many","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fofr%2Fcog-face-to-many/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fofr%2Fcog-face-to-many/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fofr%2Fcog-face-to-many/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fofr","download_url":"https://codeload.github.com/fofr/cog-face-to-many/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448579,"owners_count":22072764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","cog","comfyui","generative-ai","replicate","text-to-image"],"created_at":"2024-09-24T20:21:23.297Z","updated_at":"2025-05-16T01:07:13.116Z","avatar_url":"https://github.com/fofr.png","language":"Python","funding_links":["https://www.patreon.com/user?u=81570187","https://ko-fi.com/artificialguybr"],"categories":["Python"],"sub_categories":[],"readme":"# face-to-many\n\nTurn any face into 3D, pixel art, video game, claymation or toy.\n\nRun this model on Replicate:\n\nhttps://replicate.com/fofr/face-to-many\n\nOr run it in ComfyUI:\n\nhttps://github.com/fofr/cog-face-to-many/blob/main/face-to-many-ui.json\n\nYou’ll need these custom nodes:\n\n- [ComfyUI Controlnet Aux](https://github.com/Fannovel16/comfyui_controlnet_aux/tree/6d6f63c)\n- [ComfyUI InstantID](https://github.com/cubiq/ComfyUI_InstantID/tree/0fcf494)\n- [ComfyUI IPAdapter Plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus/tree/4e898fe)\n- [ComfyUI Essentials](https://github.com/cubiq/ComfyUI_essentials/tree/c9236fe)\n- [Efficiency Nodes ComfyUI](https://github.com/jags111/efficiency-nodes-comfyui/tree/1ac5f18)\n\n![Arnold](https://replicate.delivery/pbxt/R1ayGe5efoQbaoRzgDEJdLsIZ20lWRiprvoW1F4uKAZIha6kA/ComfyUI_00001_.png)\n\n## Loras\n\nThe 3D, video game, pixel art, claymation and toy loras are all made by artificialguybr. If you like them you can make a donation to their Patreon or Ko-fi:\n\n- https://www.patreon.com/user?u=81570187\n- https://ko-fi.com/artificialguybr\n\nOr follow him on Twitter:\n\nhttps://twitter.com/artificialguybr\n\n## Developing locally\n\nClone this repository:\n\n```sh\ngit clone --recurse-submodules https://github.com/fofr/cog-face-to-many.git \u0026\u0026 cd cog-face-to-many/ComfyUI\n```\n\nCreate python venv and activate\n\n```sh\npython3 -m venv . \u0026\u0026 source bin/activate\n```\n\nInstall the required dependencies\n\n```sh\npip install -r requirements.txt\n```\n\nDownload albedobaseXL_v13.safetensors to models/checkpoints\n\n\n```sh\nwget https://huggingface.co/frankjoshua/albedobaseXL_v13/resolve/main/albedobaseXL_v13.safetensors?download=true -O models/checkpoints/albedobaseXL_v13.safetensors\n```\n\nDownload antelopev2\n\n\n```sh\ngit clone https://huggingface.co/DIAMONIK7777/antelopev2 models/insightface/models/antelopev2\n```\n\nDownload instantid-ip-adapter.bin\n\n```sh\nwget https://huggingface.co/Aitrepreneur/InstantID-Controlnet/resolve/main/checkpoints/ip-adapter.bin?download=true -O models/instantid/instantid-ip-adapter.bin\n```\n\nDownload instantid-controlnet.safetensors\n\n```sh\nwget https://huggingface.co/Aitrepreneur/InstantID-Controlnet/resolve/main/checkpoints/ControlNetModel/diffusion_pytorch_model.safetensors?download=true -O models/controlnet/instantid-controlnet.safetensors\n```\n\nRun the [following script](https://github.com/fofr/cog-face-to-many/blob/main/scripts/clone_plugins.sh) to install all the custom nodes:\n\n```sh\n./scripts/clone_plugins.sh\n```\n\nFinally, install it, run it and enjoy it!\n\n```sh\npython3 main.py\n```\n\n### Running the Web UI from your Cog container\n\n1. **GPU Machine**: Start the Cog container and expose port 8188:\n```sh\nsudo cog run -p 8188 bash\n```\nRunning this command starts up the Cog container and let's you access it\n\n2. **Inside Cog Container**: Now that we have access to the Cog container, we start the server, binding to all network interfaces:\n```sh\ncd ComfyUI/\npython main.py --listen 0.0.0.0\n```\n\n3. **Local Machine**: Access the server using the GPU machine's IP and the exposed port (8188):\n`http://\u003cgpu-machines-ip\u003e:8188`\n\nWhen you goto `http://\u003cgpu-machines-ip\u003e:8188` you'll see the classic ComfyUI web form!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffofr%2Fcog-face-to-many","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffofr%2Fcog-face-to-many","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffofr%2Fcog-face-to-many/lists"}