Image-to-Video
Diffusers
Safetensors
Cosmos3OmniDiffusersPipeline
cosmos3_omni
nvidia
cosmos3
world-model
omnimodel
diffusion
text-to-image
text-to-video
quantized
modelopt
fp8
blackwell
Instructions to use prometheusAIR/Cosmos3-Super-FP8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prometheusAIR/Cosmos3-Super-FP8 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("prometheusAIR/Cosmos3-Super-FP8", 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:
- e04955b7f3b9ca3f8193f33bda4b1c6106191d3548aa36ce2d2ab4b10f5caa2e
- Size of remote file:
- 1.69 MB
- SHA256:
- d59ff3a81c442dba15951dca10876e0df855ca054503a2e905cf63996b852327
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.