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

  • Log In
  • Sign Up

Remade-AI
/
Animal-Documentary

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/Animal-Documentary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Remade-AI/Animal-Documentary 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/Animal-Documentary")
    
    prompt = "4n1m4l animal documentary The video shows a close-up of a chimpanzee grooming its infant, set against the backdrop of a lush green jungle."
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
Animal-Documentary / example_videos
5.12 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Remade's picture
Remade
Upload 4 files
bdb8f8a verified about 1 year ago
  • animal1.mp4
    691 kB
    xet
    Upload 4 files about 1 year ago
  • animal2.mp4
    1.63 MB
    xet
    Upload 4 files about 1 year ago
  • animal3.mp4
    1.38 MB
    xet
    Upload 4 files about 1 year ago
  • animal4.mp4
    1.42 MB
    xet
    Upload 4 files about 1 year ago