CoolFace
Apppublic

akhaliq/Cosmos3-Nano

sourceHugging Faceupdated 4mo agoView on Hugging Face
13likes
12 commits on main
e5be0264mo ago

Add imageio and imageio-ffmpeg to requirements.txt

akhaliq
14edddc4mo ago

Optimize for ZeroGPU: dynamic duration, practical defaults (960x544, 121 frames, 25 steps)

akhaliq
8c7abc94mo ago

Reduce inference steps to 30 (UniPC scheduler is designed for low step counts)

akhaliq
8e308d84mo ago

Align defaults with diffusers docs: 1280x720 HD, 189 frames, remove guidance_scale (use pipeline default)

akhaliq
64652b24mo ago

Fix: pass num_inference_steps to text_to_image endpoint (was falling back to pipeline default of 35)

akhaliq
e1052654mo ago

Set default inference steps to 100 and use HuggingFace avatar as logo

akhaliq
83073b44mo ago

Speed up: 25 steps, 85 frames, 640x384 defaults

akhaliq
eeb7f0f4mo ago

Add av (PyAV) for encode_video audio muxing

akhaliq
6e3bb884mo ago

Use xlarge ZeroGPU (96GB) for Cosmos3 model

akhaliq
126e7d54mo ago

Fix: import spaces before torch to avoid CUDA init conflict

akhaliq
1099bd24mo ago

Add Cosmos3-Nano Gradio Server app with cinematic frontend

akhaliq
81c71604mo ago

initial commit

akhaliq