Image-to-Video
Diffusers
world-model
robotics
teleoperation
video-generation
egocentric
diffusion
causal
streaming
real-time
Instructions to use Alibaba-DAMO-Academy/RynnWorld-Teleop-Causal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Alibaba-DAMO-Academy/RynnWorld-Teleop-Causal 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("Alibaba-DAMO-Academy/RynnWorld-Teleop-Causal", 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
- Xet hash:
- 645e8b6a16e8b2215643a91b18cd1100f76427e8df2aed0822aee3bffb36fccc
- Size of remote file:
- 1.71 kB
- SHA256:
- 43cfc97c96b4286965148702ef4992595839d0bf89228411b1029c77d0e048cf
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.