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 /diffusion
71.5 kB
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
    238 Bytes
    Bundle diffsynth library (no external repo dependency) 4 days ago
  • base_pipeline.py
    24.2 kB
    Bundle diffsynth library (no external repo dependency) 4 days ago
  • flow_match.py
    10.3 kB
    Bundle diffsynth library (no external repo dependency) 4 days ago
  • logger.py
    2.18 kB
    Bundle diffsynth library (no external repo dependency) 4 days ago
  • loss.py
    8.71 kB
    Bundle diffsynth library (no external repo dependency) 4 days ago
  • parsers.py
    5.63 kB
    Bundle diffsynth library (no external repo dependency) 4 days ago
  • runner.py
    5.96 kB
    Bundle diffsynth library (no external repo dependency) 4 days ago
  • training_module.py
    14.3 kB
    Bundle diffsynth library (no external repo dependency) 4 days ago