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

  • Log In
  • Sign Up

Remade-AI
/
Ultra-Wide

Text-to-Video
Diffusers
English
text-to-image
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use Remade-AI/Ultra-Wide with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Remade-AI/Ultra-Wide with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import export_to_video
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-T2V-14B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Remade-AI/Ultra-Wide")
    
    prompt = "u1tr4_w1d3, ultra wide angle shot A lone figure walks across a desolate, rocky landscape. The sky is a swirling mix of orange and purple, and the sun is setting. In the distance, a towering, alien structure looms."
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
Ultra-Wide / example_videos
5.88 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Remade's picture
Remade
Upload 7 files
72c09ae verified about 1 year ago
  • wide1.mp4
    597 kB
    xet
    Upload 7 files about 1 year ago
  • wide2.mp4
    701 kB
    xet
    Upload 7 files about 1 year ago
  • wide3.mp4
    690 kB
    xet
    Upload 7 files about 1 year ago
  • wide4.mp4
    2.25 MB
    xet
    Upload 7 files about 1 year ago
  • wide5.mp4
    647 kB
    xet
    Upload 7 files about 1 year ago
  • wide6.mp4
    265 kB
    xet
    Upload 7 files about 1 year ago
  • wide7.mp4
    730 kB
    xet
    Upload 7 files about 1 year ago