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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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
25.3 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 96 commits
a-r-r-o-w's picture
a-r-r-o-w
update
7defb98 over 1 year ago
  • scheduler
    Update text_encoder/config.json over 1 year ago
  • text_encoder
    Update text_encoder/config.json over 1 year ago
  • tokenizer
    Upload folder using huggingface_hub over 1 year ago
  • transformer
    update over 1 year ago
  • vae
    update over 1 year ago
  • .gitattributes
    2.19 kB
    Upload render.webm over 1 year ago
  • README.md
    4.44 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; update configs over 1 year ago