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

  • Log In
  • Sign Up

rhymes-ai
/
Allegro

Text-to-Video
Diffusers
Safetensors
English
AllegroPipeline
Model card Files Files and versions
xet
Community
10

Instructions to use rhymes-ai/Allegro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use rhymes-ai/Allegro with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("rhymes-ai/Allegro", 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
Allegro
44.4 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 99 commits
LarryTsai's picture
LarryTsai
Update README.md
c1b9207 verified over 1 year ago
  • scheduler
    Update text_encoder/config.json over 1 year ago
  • text_encoder
    T5 safetensors for Diffusers compatibility (#5) over 1 year ago
  • tokenizer
    Upload folder using huggingface_hub over 1 year ago
  • transformer
    Add `model_index.json` and update modeling configs (#2) over 1 year ago
  • vae
    Add `model_index.json` and update modeling configs (#2) over 1 year ago
  • .gitattributes
    2.19 kB
    Upload render.webm over 1 year ago
  • README.md
    5.41 kB
    Update README.md over 1 year ago
  • banner_white.gif
    627 kB
    Upload banner_white.gif over 1 year ago
  • gallery.gif
    26.5 MB
    xet
    Upload gallery.gif over 1 year ago
  • model_index.json
    414 Bytes
    Add `model_index.json` and update modeling configs (#2) over 1 year ago