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

  • 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
160 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
qiuyuu's picture
qiuyuu
Update README.md
d098089 verified 2 months ago
  • assets
    Upload teaser.png 2 months ago
  • examples
    Add files using upload-large-folder tool 2 months ago
  • google
    Add files using upload-large-folder tool 2 months ago
  • high_noise_model
    Add files using upload-large-folder tool 2 months ago
  • low_noise_model
    Add files using upload-large-folder tool 2 months ago
  • .gitattributes
    1.92 kB
    Upload teaser.png 2 months ago
  • README.md
    7.91 kB
    Update README.md 2 months ago
  • Wan2.1_VAE.pth

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    508 MB
    xet
    Add files using upload-large-folder tool 2 months ago
  • configuration.json
    47 Bytes
    Add files using upload-large-folder tool 2 months ago
  • models_t5_umt5-xxl-enc-bf16.pth

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.BFloat16Storage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    11.4 GB
    xet
    Add files using upload-large-folder tool 2 months ago