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

Duplicated from  robbyant/lingbot-world-base-cam

Innercore95
/
lingbot-world-base-cam

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

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

  • Libraries
  • Diffusers

    How to use Innercore95/lingbot-world-base-cam 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("Innercore95/lingbot-world-base-cam", 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-cam
160 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Innercore95's picture
Innercore95
qiuyuu's picture
qiuyuu
Duplicate from robbyant/lingbot-world-base-cam
742eef4 3 months ago
  • assets
    Duplicate from robbyant/lingbot-world-base-cam 3 months ago
  • examples
    Duplicate from robbyant/lingbot-world-base-cam 3 months ago
  • google
    Duplicate from robbyant/lingbot-world-base-cam 3 months ago
  • high_noise_model
    Duplicate from robbyant/lingbot-world-base-cam 3 months ago
  • low_noise_model
    Duplicate from robbyant/lingbot-world-base-cam 3 months ago
  • .gitattributes
    1.8 kB
    Duplicate from robbyant/lingbot-world-base-cam 3 months ago
  • README.md
    7.84 kB
    Duplicate from robbyant/lingbot-world-base-cam 3 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
    Duplicate from robbyant/lingbot-world-base-cam 3 months ago
  • configuration.json
    47 Bytes
    Duplicate from robbyant/lingbot-world-base-cam 3 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
    Duplicate from robbyant/lingbot-world-base-cam 3 months ago