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 / low_noise_model
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Innercore95's picture
Innercore95
Duplicate from robbyant/lingbot-world-base-cam
742eef4 4 months ago
  • config.json
    250 Bytes
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago
  • diffusion_pytorch_model-00001-of-00008.safetensors
    9.31 GB
    xet
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago
  • diffusion_pytorch_model-00002-of-00008.safetensors
    9.69 GB
    xet
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago
  • diffusion_pytorch_model-00003-of-00008.safetensors
    9.34 GB
    xet
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago
  • diffusion_pytorch_model-00004-of-00008.safetensors
    9.34 GB
    xet
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago
  • diffusion_pytorch_model-00005-of-00008.safetensors
    9.44 GB
    xet
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago
  • diffusion_pytorch_model-00006-of-00008.safetensors
    9.23 GB
    xet
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago
  • diffusion_pytorch_model-00007-of-00008.safetensors
    9.44 GB
    xet
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago
  • diffusion_pytorch_model-00008-of-00008.safetensors
    8.39 GB
    xet
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago
  • diffusion_pytorch_model.safetensors.index.json
    128 kB
    Duplicate from robbyant/lingbot-world-base-cam 4 months ago