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

robbyant
/
lingbot-world-base-act-preview

Image-to-Video
Diffusers
Safetensors
English
World Model
Model card Files Files and versions
xet
Community
1

Instructions to use robbyant/lingbot-world-base-act-preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use robbyant/lingbot-world-base-act-preview with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image, export_to_video
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("robbyant/lingbot-world-base-act-preview", dtype=torch.bfloat16, device_map="cuda")
    pipe.to("cuda")
    
    prompt = "A man with short gray hair plays a red electric guitar."
    image = load_image(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png"
    )
    
    output = pipe(image=image, prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
lingbot-world-base-act-preview / assets
6.78 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
qiuyuu's picture
qiuyuu
Upload teaser.png
3dafbda verified 3 months ago
  • comp_effic.png
    202 kB
    xet
    Add files using upload-large-folder tool 3 months ago
  • logo.png
    56.3 kB
    Add files using upload-large-folder tool 3 months ago
  • moe_2.png
    528 kB
    xet
    Add files using upload-large-folder tool 3 months ago
  • moe_arch.png
    74.9 kB
    Add files using upload-large-folder tool 3 months ago
  • performance.png
    307 kB
    xet
    Add files using upload-large-folder tool 3 months ago
  • teaser.png
    5.45 MB
    xet
    Upload teaser.png 3 months ago
  • vae.png
    165 kB
    xet
    Add files using upload-large-folder tool 3 months ago