Instructions to use WaveCut/LingBot-Video-MoE-30B-A3B-SDNQ-uint4-static with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WaveCut/LingBot-Video-MoE-30B-A3B-SDNQ-uint4-static with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("WaveCut/LingBot-Video-MoE-30B-A3B-SDNQ-uint4-static", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| { | |
| "lingbot_video_repo": "https://github.com/Robbyant/lingbot-video", | |
| "lingbot_video_revision": "a2bb04b78edd848500dc27a26e035a95442ae186", | |
| "sdnq_describe": "v0.2.1-17-gd841c38", | |
| "sdnq_repo": "https://github.com/Disty0/sdnq", | |
| "sdnq_revision": "d841c383ff7be38728d4df829e17af4f15d4fd66", | |
| "source_repo_id": "robbyant/lingbot-video-moe-30b-a3b", | |
| "source_revision": "f2e538f64afe00cc4ae674db2aeb52e2945edfd5", | |
| "target_repo_id": "WaveCut/LingBot-Video-MoE-30B-A3B-SDNQ-uint4-static" | |
| } | |