Instructions to use Alibaba-DAMO-Academy/RynnWorld-Teleop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Alibaba-DAMO-Academy/RynnWorld-Teleop 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", 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:
- d79eee06e05cf8801d02c0f8b3956253d25313edeaed0e8e615a04d231b1217e
- Size of remote file:
- 1.19 MB
- SHA256:
- 25601ec13f3b9d7d7519c20307f56851f15798254c75b890aa8df5930d90328d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.