Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

hotshotco
/
Hotshot-XL

Text-to-Video
Diffusers
Safetensors
HotshotXLPipeline
stable-diffusion
Model card Files Files and versions
xet
Community
16

Instructions to use hotshotco/Hotshot-XL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use hotshotco/Hotshot-XL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("hotshotco/Hotshot-XL", 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
Hotshot-XL
16.3 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 12 commits
aakashs's picture
aakashs
Update README.md
300d6a6 over 2 years ago
  • scheduler
    first commit almost 3 years ago
  • text_encoder
    first commit almost 3 years ago
  • text_encoder_2
    first commit almost 3 years ago
  • tokenizer
    first commit almost 3 years ago
  • tokenizer_2
    first commit almost 3 years ago
  • unet
    first commit almost 3 years ago
  • vae
    first commit almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • LICENSE.md
    14.1 kB
    license almost 3 years ago
  • README.md
    3.07 kB
    Update README.md over 2 years ago
  • hsxl_temporal_layers.f16.safetensors
    475 MB
    xet
    rename temporal layers and add f16 version almost 3 years ago
  • hsxl_temporal_layers.safetensors
    949 MB
    xet
    rename temporal layers and add f16 version almost 3 years ago
  • model_index.json
    579 Bytes
    first commit almost 3 years ago