From 8755a05709ca775fa9e551c6e838e1354c13408a Mon Sep 17 00:00:00 2001 From: Giulio Starace Date: Mon, 12 Feb 2024 01:06:57 +0100 Subject: [PATCH] add todos and references --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c88a50..f8b34fa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 🗿 gigachadify any face: Put any face onto the Gigachad meme with this script. This tool automatically detects a face in your image and swaps it into the -legendary Gigachad +legendary Gigachad. "Giulio did you really make a script that swaps your face into Gigachad?" @@ -50,3 +50,15 @@ Otherwise, this project is licensed under the MIT License. See ## Project state MVP. Quick and dirty, will polish in coming weeks. + +TODO: + +- [ ] handle multiple faces in the input image. +- [ ] face restoration. +- [ ] better setup. + +## See also: + +- [ComfyUI](https://github.com/comfyanonymous/ComfyUI) +- [Gourieff's ReActor ComfyUI Node](https://github.com/Gourieff/comfyui-reactor-node) +- [Insightface](https://github.com/deepinsight/insightface)