Add ComfyUI-MotifVideo2B to custom-node-list.json#2829
Open
gkalstn000 wants to merge 1 commit intoComfy-Org:mainfrom
Open
Add ComfyUI-MotifVideo2B to custom-node-list.json#2829gkalstn000 wants to merge 1 commit intoComfy-Org:mainfrom
gkalstn000 wants to merge 1 commit intoComfy-Org:mainfrom
Conversation
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.
Adds ComfyUI-MotifVideo2B to
custom-node-list.json.ComfyUI-MotifVideo2Bis the official ComfyUI integration for Motif Technologies's Motif-Video 2B flow-matching text-to-video / image-to-video diffusion transformer (Hugging Face, tech report). The custom node ships:Load MotifVideo Text Encoder(T5Gemma2)MotifVideo Text Encode(positive + negative in one node)Empty MotifVideo LatentLoad MotifVideo VAE(3D VAE in diffusers layout, auto-remapped to ComfyUI's WAN VAE keys)MotifVideo Image Encode(I2V branch)models[]manifest so the first time you load the workflow, ComfyUI's automatic model-download dialog pulls the three weight files directly from Hugging Face.Entry details:
install_type:git-clonereference/files:https://github.com/MotifTechnologies/ComfyUI-MotifVideo2Bpyproject.tomlwith[tool.comfy]metadata (DisplayName = "Motif-Video 2B",requires-comfyui = ">=0.18.0").Tested on ComfyUI v0.18.0 (frontend v1.25.3) with ComfyUI-Manager v3.39.2 — manual
git cloneinstall path works end-to-end. The Manager Install via Git URL path is currently rejected on the defaultnormalsecurity level for unregistered repos (This action is not allowed with this security level configuration.); this PR is the registration step that resolves it.