CivArchive
    Rebels LingBot 30B (GGUF) - T2V

    GGUF FILE:

    https://huggingface.co/realrebelai/LingBot-30B-3B_GGUF_ComfyUI/tree/main

    WARNING: Requires encoder and vae from 1.3b repo: https://huggingface.co/realrebelai/LingBot_ComfyUI/tree/main








    GGUF quantizations of robbyant/lingbot-video-moe-30b-a3b — a 128-expert Mixture-of-Experts text-to-video model — packaged to run on consumer GPUs via ComfyUI_Rebels_LingBot. Tested on an RTX 3070 8GB / 16GB RAM.

    How a 30B runs on 8GB

    MoE "A3B" means ~3B active params per token, but a diffusion forward touches essentially all experts each step — so the win isn't compute, it's that the weights never need to be resident. The node loader keeps the quantized bytes in system RAM (memmap-backed) and dequantizes on demand: regular linears per forward, and the 128-expert fused stacks one expert matrix at a time, only for routed experts. Peak VRAM stays within 8GB; system RAM (as page cache) is what carries the model.

    Because of this, VRAM use is the same across all quant tiers — you pick a tier by how much RAM you have, not VRAM.

    Files

    FileSizeNotesLingBot-Video-30B-A3B-Q3_K_M.gguf~13 GBFits a 16GB machine's page cache → steps at RAM speed. Recommended for 16GB RAM.LingBot-Video-30B-A3B-Q4_K_M.gguf~17 GBBest quality/size for 32GB-RAM machines.higher tiers (Q5/Q6/Q8)20–32 GBOnly worthwhile with large RAM.

    The expert tensors are quantized (not passed through at F16) — the fused 3D stacks are split to per-expert 2D matrices during conversion so the quantizer compresses them properly.

    Also required (from the base repo / companion 1.3B repo): LingBot_vae.safetensors, a Qwen3-VL text encoder, and the 30B transformer/config.json (placed in the node pack's model_assets/ as transformer_config_30b.json).

    Usage

    Load with the LingBot 30B MoE Loader (GGUF) node; the rest of the graph (Structured Prompt → Text Encode → Sampler → Video Combine) is identical to the 1.3B workflow.

    The model requires structured JSON captions, not prose — use the Structured Prompt node and always set lighting, or output drifts dark. See the GitHub pack for the full workflow.

    Expect the first chunk to be slow (weights streaming from disk, page cache cold); it speeds up as the cache warms.

    License

    Other — inherits the upstream LingBot-Video license from robbyant/lingbot-video-moe-30b-a3b; see that repo's LICENSE before redistribution or commercial use. Quantization is a format conversion only. Quants & nodes by RealRebelAI.

    Description

    t2v

    Comments (3)

    azra1lJul 13, 2026
    CivitAI

    can you also make a quantized version suited for 24GB vram cards or will i be able to use the Q4 one?

    realrebelai
    Author
    Jul 13, 2026

    the Q4 should run very well on your setup! i refrained form bringing in higher quants as the quality increase is neglegant and not really worth the bump up for the speed loss imo. i can definately quant a higher version if you want?

    azra1lJul 13, 2026

    @realrebelai well you stated that Q4 is for 32GB vram, thats why i ask. i will try this later, thanks!

    edith: oh i just see, it's ram not vram... oh well, i was even wondering why that size wouldn't fit in a 24gb card xD

    i wouldn't mind a higher quant to max out my cards potential and i guess many other would as well, if that's not too much trouble for you.

    Workflows
    Wan Video 2.2 T2V-A14B

    Details

    Downloads
    38
    Platform
    CivitAI
    Platform Status
    Available
    Created
    7/12/2026
    Updated
    7/26/2026
    Deleted
    -

    Files

    rebelsLingbot30BGGUF_t2v.json

    Mirrors