Image-to-Video
Cosmos
Diffusers
Safetensors
cosmos3_omni
nvidia
cosmos3
vllm-omni
sglang
sglang-diffusion
video-generation
Instructions to use nvidia/Cosmos3-Super-Image2Video with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use nvidia/Cosmos3-Super-Image2Video with Cosmos:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Diffusers
How to use nvidia/Cosmos3-Super-Image2Video 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("nvidia/Cosmos3-Super-Image2Video", 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
Commit ·
dc5add3
1
Parent(s): 8ec97da
Super-squash branch 'main' using huggingface_hub
Browse filesCo-authored-by: zekunhao <zekunhao@users.noreply.huggingface.co>
Co-authored-by: CYChenv <CYChenv@users.noreply.huggingface.co>
Co-authored-by: tangyue0820 <tangyue0820@users.noreply.huggingface.co>
Co-authored-by: harrim-nv <harrim-nv@users.noreply.huggingface.co>
Co-authored-by: liang1225 <liang1225@users.noreply.huggingface.co>
Co-authored-by: mli0603 <mli0603@users.noreply.huggingface.co>
Co-authored-by: mbalaNV <mbalaNV@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -12,51 +12,6 @@ tags:
|
|
| 12 |
- diffusers
|
| 13 |
- image-to-video
|
| 14 |
- video-generation
|
| 15 |
-
countDownloads:
|
| 16 |
-
- checkpoint.json
|
| 17 |
-
- config.json
|
| 18 |
-
- generation_config.json
|
| 19 |
-
- model.safetensors.index.json
|
| 20 |
-
- model_index.json
|
| 21 |
-
- tokenizer.json
|
| 22 |
-
- tokenizer_config.json
|
| 23 |
-
- sound_tokenizer/config.json
|
| 24 |
-
- sound_tokenizer/diffusion_pytorch_model.safetensors
|
| 25 |
-
- text_tokenizer/tokenizer.json
|
| 26 |
-
- text_tokenizer/tokenizer_config.json
|
| 27 |
-
- transformer/config.json
|
| 28 |
-
- transformer/diffusion_pytorch_model-00001-of-00027.safetensors
|
| 29 |
-
- transformer/diffusion_pytorch_model-00002-of-00027.safetensors
|
| 30 |
-
- transformer/diffusion_pytorch_model-00003-of-00027.safetensors
|
| 31 |
-
- transformer/diffusion_pytorch_model-00004-of-00027.safetensors
|
| 32 |
-
- transformer/diffusion_pytorch_model-00005-of-00027.safetensors
|
| 33 |
-
- transformer/diffusion_pytorch_model-00006-of-00027.safetensors
|
| 34 |
-
- transformer/diffusion_pytorch_model-00007-of-00027.safetensors
|
| 35 |
-
- transformer/diffusion_pytorch_model-00008-of-00027.safetensors
|
| 36 |
-
- transformer/diffusion_pytorch_model-00009-of-00027.safetensors
|
| 37 |
-
- transformer/diffusion_pytorch_model-00010-of-00027.safetensors
|
| 38 |
-
- transformer/diffusion_pytorch_model-00011-of-00027.safetensors
|
| 39 |
-
- transformer/diffusion_pytorch_model-00012-of-00027.safetensors
|
| 40 |
-
- transformer/diffusion_pytorch_model-00013-of-00027.safetensors
|
| 41 |
-
- transformer/diffusion_pytorch_model-00014-of-00027.safetensors
|
| 42 |
-
- transformer/diffusion_pytorch_model-00015-of-00027.safetensors
|
| 43 |
-
- transformer/diffusion_pytorch_model-00016-of-00027.safetensors
|
| 44 |
-
- transformer/diffusion_pytorch_model-00017-of-00027.safetensors
|
| 45 |
-
- transformer/diffusion_pytorch_model-00018-of-00027.safetensors
|
| 46 |
-
- transformer/diffusion_pytorch_model-00019-of-00027.safetensors
|
| 47 |
-
- transformer/diffusion_pytorch_model-00020-of-00027.safetensors
|
| 48 |
-
- transformer/diffusion_pytorch_model-00021-of-00027.safetensors
|
| 49 |
-
- transformer/diffusion_pytorch_model-00022-of-00027.safetensors
|
| 50 |
-
- transformer/diffusion_pytorch_model-00023-of-00027.safetensors
|
| 51 |
-
- transformer/diffusion_pytorch_model-00024-of-00027.safetensors
|
| 52 |
-
- transformer/diffusion_pytorch_model-00025-of-00027.safetensors
|
| 53 |
-
- transformer/diffusion_pytorch_model-00026-of-00027.safetensors
|
| 54 |
-
- transformer/diffusion_pytorch_model-00027-of-00027.safetensors
|
| 55 |
-
- transformer/diffusion_pytorch_model.safetensors.index.json
|
| 56 |
-
- vae/config.json
|
| 57 |
-
- vae/diffusion_pytorch_model.safetensors
|
| 58 |
-
- vision_encoder/config.json
|
| 59 |
-
- vision_encoder/model.safetensors
|
| 60 |
---
|
| 61 |
|
| 62 |
# **Cosmos 3: Omnimodal World Models for Physical AI**
|
|
|
|
| 12 |
- diffusers
|
| 13 |
- image-to-video
|
| 14 |
- video-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# **Cosmos 3: Omnimodal World Models for Physical AI**
|