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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

TencentARC
/
WorldCrafter-Fast

Image-to-Video
Diffusers
Safetensors
worldcrafter
text-to-video
camera-control
Model card Files Files and versions
xet
Community

Instructions to use TencentARC/WorldCrafter-Fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use TencentARC/WorldCrafter-Fast 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("TencentARC/WorldCrafter-Fast", 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
WorldCrafter-Fast
147 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Drexubery's picture
Drexubery
Link WorldCrafter paper and project resources
51320c3 verified about 22 hours ago
  • adapter_high_noise
    Upload validated WorldCrafter weights 1 day ago
  • adapter_low_noise
    Upload validated WorldCrafter weights 1 day ago
  • repencoder
    Upload validated WorldCrafter weights 1 day ago
  • scheduler
    Upload validated WorldCrafter weights 1 day ago
  • text_encoder
    Upload validated WorldCrafter weights 1 day ago
  • tokenizer
    Upload validated WorldCrafter weights 1 day ago
  • transformer_high_noise
    Upload validated WorldCrafter weights 1 day ago
  • transformer_low_noise
    Upload validated WorldCrafter weights 1 day ago
  • vae
    Upload validated WorldCrafter weights 1 day ago
  • .gitattributes
    1.58 kB
    Upload validated WorldCrafter weights 1 day ago
  • README.md
    1.48 kB
    Link WorldCrafter paper and project resources about 22 hours ago
  • SHA256SUMS
    4.98 kB
    Upload validated WorldCrafter weights 1 day ago
  • inference_config.json
    419 Bytes
    Add validated Fast inference configuration 1 day ago
  • manifest.json
    13 kB
    Upload validated WorldCrafter weights 1 day ago