Open
Conversation
58cc799 to
a0a69c9
Compare
Talmaj
commented
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This currently adds Pass 1 of void model: https://github.com/Netflix/void-model
Workflow:
Pass 1: void_inpainting.json
Pass 2: void_inpainting_pass2.json
Both together: void_inpainting_full.json
Model weights:
https://huggingface.co/netflix/void-model/resolve/main/void_pass1.safetensors
https://huggingface.co/netflix/void-model/resolve/main/void_pass2safetensors
Conversion script to comfyUI format:
convert_void.py
To make it work with the given workflows, the converted model should go into
diffusion_modelsand be named:void_pass1_comfy.safetensorsandvoid_pass2_comfy.safetensorsHere are sample inputs:
https://github.com/Netflix/void-model/tree/main/sample
I was testing with the lime video. Visual outputs in Linear tickets CORE-48 and CORE-49