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

  • Log In
  • Sign Up

benjamin-paine
/
vidxtend

Text-to-Video
Diffusers
Safetensors
VidXTendPipeline
Model card Files Files and versions
xet
Community
2

Instructions to use benjamin-paine/vidxtend with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use benjamin-paine/vidxtend with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("benjamin-paine/vidxtend", 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
vidxtend
Ctrl+K
Ctrl+K
  • 2 contributors
History: 24 commits
benjamin-paine's picture
benjamin-paine
nielsr's picture
nielsr HF Staff
Improve model card: Add pipeline tag, library name, link to code, and correct license (#2)
f571250 verified about 1 year ago
  • controlnet
    Upload folder using huggingface_hub about 2 years ago
  • resampler
    Upload folder using huggingface_hub about 2 years ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub about 2 years ago
  • text_encoder
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer
    Upload tokenizer/merges.txt with huggingface_hub about 2 years ago
  • unet
    Upload folder using huggingface_hub about 2 years ago
  • vae
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.01 kB
    Improve model card: Add pipeline tag, library name, link to code, and correct license (#2) about 1 year ago
  • config.json
    5.93 kB
    Upload config.json with huggingface_hub about 2 years ago
  • model_index.json
    942 Bytes
    Upload model_index.json with huggingface_hub about 2 years ago
  • vidxtend.fp16.safetensors
    5.1 GB
    xet
    Upload vidxtend.fp16.safetensors with huggingface_hub about 2 years ago
  • vidxtend.safetensors
    10.2 GB
    xet
    Upload folder using huggingface_hub about 2 years ago