Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ViTeX-Bench
/
ViTeX-14B

Text-to-Video
Diffusers
Safetensors
video-editing
text-editing
text-replacement
diffusion
Model card Files Files and versions
xet
Community

Instructions to use ViTeX-Bench/ViTeX-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ViTeX-Bench/ViTeX-14B with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ViTeX-Bench/ViTeX-14B", 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
ViTeX-14B
83.2 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
Anonymous Authors
Slim model card to the unified suite template
0ebe983 22 minutes ago
  • base_model
    Bundle Wan2.1-VACE-14B base model files (self-contained inference) 3 days ago
  • diffsynth
    Bundle diffsynth library (no external repo dependency) 3 days ago
  • .gitattributes
    1.6 kB
    Bundle Wan2.1-VACE-14B base model files (self-contained inference) 3 days ago
  • README.md
    4.18 kB
    Slim model card to the unified suite template 22 minutes ago
  • inference_example.py
    6.19 kB
    Use single-word prompt example 3 days ago
  • make_corp_baseline.py
    7.13 kB
    Rename '(Corp)' variant to '(Composite)' to match the paper about 2 hours ago
  • requirements.txt
    196 Bytes
    Add pip requirements 3 days ago
  • vitex_14b.safetensors
    8.04 GB
    xet
    Add ViTeX-14B trained weights (step-576, 2 epochs) 3 days ago