From a3adabde6a111ba8b1f6bc1aae0e93bb71e7c61a Mon Sep 17 00:00:00 2001 From: jdcodes1 Date: Wed, 8 Apr 2026 12:30:47 -0400 Subject: [PATCH] Add VOID Frontend to Community Adoption section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Open-source BYOK (Bring Your Own Key) web frontend for VOID with: - Live SAM2 segmentation mask preview - Step-by-step wizard UI (upload → select → process → result) - Modal and Replicate GPU backend support - All API keys stored client-side only Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ded445a..2d43d37 100644 --- a/README.md +++ b/README.md @@ -480,10 +480,14 @@ If you’ve built something using VOID, feel free to submit a PR to add it here. ### 🌐 Demos & Projects -- ⭐ **Gradio Demo** — @sam-motamed - Interactive demo for trying VOID in the browser: +- ⭐ **Gradio Demo** — @sam-motamed + Interactive demo for trying VOID in the browser: 👉 https://huggingface.co/spaces/sam-motamed/VOID +- ⭐ **VOID Frontend** — @jdcodes1 + Open-source BYOK web frontend for VOID with live SAM2 mask preview, step-by-step wizard UI, and Modal/Replicate GPU backend support: + 👉 https://github.com/jdcodes1/Void-Frontend + ## 🙏 Acknowledgements This implementation builds on code and models from [aigc-apps/VideoX-Fun](https://github.com/aigc-apps/VideoX-Fun/tree/main), [Gen-Omnimatte](https://github.com/gen-omnimatte/gen-omnimatte-public/tree/main), [Go-with-the-Flow](https://github.com/Eyeline-Labs/Go-with-the-Flow), [Kubric](https://github.com/google-research/kubric) and [HUMOTO](https://jiaxin-lu.github.io/humoto/). We thank the authors for sharing the codes and pretrained inpainting models for CogVideoX, Gen-Omnimatte, and the optical flow warping utilities.