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 / diffsynth /core /gradient
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
ViTeX-Bench's picture
ViTeX-Bench
Bundle diffsynth library (no external repo dependency)
bc8c4af verified 4 days ago
  • __init__.py
    61 Bytes
    Bundle diffsynth library (no external repo dependency) 4 days ago
  • gradient_checkpoint.py
    1.1 kB
    Bundle diffsynth library (no external repo dependency) 4 days ago