Been working on my first AI project and wanted to share with you guys and see if there is any feedback. I don’t really know code very well but I am technical so it’s possible I may be missing something others will notice right away.
It’s called FaceFactory, a face swap bot that runs entirely through Telegram and accepts NSFW content.
The goal was to make it as simple as possible:
* Upload a face photo
* Upload an image or video
* Hit Create Swap
* Get the result back in chat
I also spent way too much time getting large uploads working, so it currently supports uploads up to 2 GB directly through Telegram. So while currently max video length is set to 5min this will be lifted soon.
Current features:
* Image face swaps
* Video face swaps
* Large file uploads
* Restore original mouth area (if the target video subject has something in or around their mouth it will keep that item visible on output)
* Supports user toggling GFPGAN on and off
* No Restrictions
* NSFW Content Supported
* Progress tracking while jobs are processing
* Automatic file deletion after 5min for privacy
It’s still pretty early on and I am I’m looking for people willing to test it and tell me what’s confusing or annoying.
Some features I’m currently working on:
* Multiple face support / face sets
* Face selection when multiple faces appear in a scene
* Faster processing times
* More advanced user controls for power users
If anyone wants to try it out:
@FaceFactory_SwapBot
Any feedback, bug reports, feature requests, or quality comparisons are appreciated.