awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kijai avatar

kijai/ComfyUI-WanVideoWrapper

0
View on GitHub↗
6,554 stars·670 forks·Python·Apache-2.0·65 views

ComfyUI WanVideoWrapper

I've made everythign less reliant on torch.compile for VRAM efficiency, so things should work better even without it. Also figured workaround for some issues when using compile that made first run use drastically more VRAM, issue I battled with myself a lot.

Features

  • Video Generation Node Suites - A custom node pack that integrates video generation models into ComfyUI workflows with VRAM-efficient inference.
  • Text-to-Video Generators - Generates video content from text prompts using transformer-based video models.
  • Video - Loads FP8-scaled and GGUF quantized versions of Wan2.1 video models for reduced memory usage.
  • Image-to-Video Generation - Generates video sequences from reference images using transformer-based models.
  • VRAM-Constrained Generators - Generates high-quality video content from text or images while managing memory constraints through quantization and offloading.
  • Transformer Block Offloaders - Offloads transformer blocks between VRAM and system RAM to reduce memory usage during video generation.
  • Overlapping Window Extenders - Ships an overlapping-window technique to generate long videos with limited VRAM.
  • Overlapping Window Generators - Produces extended video sequences by processing overlapping frame windows to overcome VRAM limitations.
  • Quantized Model Loading - Loads FP8-scaled and GGUF quantized model variants to lower memory footprint and accelerate inference.
  • Video Model Quantized Loaders - Loads FP8-scaled and GGUF quantized video model variants to reduce memory usage and speed up inference.
  • Context Window Extenders - Implements context-window video extension that processes overlapping frame windows to generate long sequences under VRAM constraints.
  • Transformer Block Offloaders - Ships a block-offloading mechanism that swaps transformer blocks between VRAM and system RAM to reduce peak memory usage.
  • Video Model Adapter Mergers - Merges LoRA adapter weights into video generation models with merged or unmerged configuration options.
  • Video Model Adapter Mergers - Merges LoRA adapter weights into video generation models, choosing between merged or unmerged configurations.
  • Third-Party Model Integration - Loads and runs additional video generation models and techniques within the same workflow.
  • Video Model Integrators - Loads and runs additional video generation models and techniques within a unified workflow.
  • Video Model Loaders - Loads and runs third-party video generation models within the same workflow.
  • LoRA Weight Mergers - Merges LoRA adapter weights into video generation models with configurable merged or unmerged states.
  • Video Model Adapter Mergers - Merges LoRA adapter weights into video generation models to customize outputs without retraining.

Star history

Star history chart for kijai/comfyui-wanvideowrapperStar history chart for kijai/comfyui-wanvideowrapper

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with ComfyUI WanVideoWrapper

These projects share indexed features with ComfyUI WanVideoWrapper. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • thudm/cogvideoTHUDM avatar

    THUDM/CogVideo

    12,792View on GitHub↗

    CogVideo is a generative video framework that uses diffusion models and transformer-based architectures to synthesize high-resolution video clips. It functions as both a text-to-video and image-to-video generator, converting textual descriptions or static images into temporal visual sequences. The system integrates large language model capabilities to expand short user prompts into detailed descriptions for better visual alignment. It supports the animation of static images through latent seeding and provides the ability to extend the length of existing video sequences. The project includes

    Python
    View on GitHub↗12,792
  • pku-yuangroup/open-sora-planPKU-YuanGroup avatar

    PKU-YuanGroup/Open-Sora-Plan

    12,163View on GitHub↗

    Open-Sora-Plan is a text-to-video framework and distributed video training system. It utilizes a diffusion transformer architecture and large language model components to transform written descriptions or image prompts into high-quality video sequences. The system features a distributed infrastructure designed for large-scale video training and inference. It employs sequence parallelism to split high-resolution or long-duration video samples across multiple GPUs and uses a sparse attention mechanism to increase processing speed. The project includes capabilities for both text-to-video and im

    Python
    View on GitHub↗12,163
  • guoyww/animatediffguoyww avatar

    guoyww/AnimateDiff

    12,144View on GitHub↗

    AnimateDiff is a latent diffusion video generator and text-to-video diffusion framework. It converts existing text-to-image diffusion models into animation generators by applying specialized motion modules, allowing for the creation of video sequences without modifying the original base model. The project provides an image-to-video animation framework that uses sparse RGB images, sketches, or structural keyframe constraints to guide generation. It further distinguishes itself with a motion adapter system that injects cinematic camera movements, such as zooming, panning, and tilting, into anim

    Python
    View on GitHub↗12,144
  • hvision-nku/storydiffusionHVision-NKU avatar

    HVision-NKU/StoryDiffusion

    6,430View on GitHub↗

    StoryDiffusion is a generative AI system designed for consistent character image and video generation. It utilizes a pluggable cross-attention module to inject shared character representations into pretrained diffusion models, allowing for visual identity stability across multiple images and scenes without retraining the base model. The project features a video generation pipeline that produces temporally coherent sequences from text prompts or condition images. It employs a latent space motion interpolator to predict intermediate frames and semantic motion, enabling long-range video generati

    Jupyter Notebook
    View on GitHub↗6,430
Compare all 30 related projects→

Frequently asked questions

What does kijai/comfyui-wanvideowrapper do?

I've made everythign less reliant on torch.compile for VRAM efficiency, so things should work better even without it. Also figured workaround for some issues when using compile that made first run use drastically more VRAM, issue I battled with myself a lot.

What are the main features of kijai/comfyui-wanvideowrapper?

The main features of kijai/comfyui-wanvideowrapper are: Video Generation Node Suites, Text-to-Video Generators, Video, Image-to-Video Generation, VRAM-Constrained Generators, Transformer Block Offloaders, Overlapping Window Extenders, Overlapping Window Generators.

Which projects share features with kijai/comfyui-wanvideowrapper?

Projects with overlapping indexed features include: thudm/cogvideo — CogVideo is a generative video framework that uses diffusion models and transformer-based architectures to synthesize… tencent-hunyuan/hunyuanvideo-1.5 — HunyuanVideo-1.5 is a video generation foundation model and text-to-video diffusion framework. It utilizes a latent… hvision-nku/storydiffusion — StoryDiffusion is a generative AI system designed for consistent character image and video generation. It utilizes a… guoyww/animatediff — AnimateDiff is a latent diffusion video generator and text-to-video diffusion framework. It converts existing… sandai-org/magi-1 — MAGI-1 is an autoregressive video generation model designed to synthesize high-resolution video sequences from text… pku-yuangroup/open-sora-plan — Open-Sora-Plan is a text-to-video framework and distributed video training system. It utilizes a diffusion transformer…