Instructions to use nvidia/Cosmos3-Edge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use nvidia/Cosmos3-Edge 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
- Notebooks
- Google Colab
- Kaggle
Preserve Edge modular inference defaults
Browse filesAdd default_use_system_prompt=false and use_native_flow_schedule=true to modular pipeline metadata so modular inference matches the validated PyTorch behavior.
- modular_model_index.json +2 -0
modular_model_index.json
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
"_class_name": "Cosmos3OmniModularPipeline",
|
| 4 |
"_diffusers_version": "0.40.0.dev0",
|
| 5 |
"is_distilled": false,
|
|
|
|
|
|
|
| 6 |
"scheduler": [
|
| 7 |
"diffusers",
|
| 8 |
"UniPCMultistepScheduler",
|
|
|
|
| 3 |
"_class_name": "Cosmos3OmniModularPipeline",
|
| 4 |
"_diffusers_version": "0.40.0.dev0",
|
| 5 |
"is_distilled": false,
|
| 6 |
+
"default_use_system_prompt": false,
|
| 7 |
+
"use_native_flow_schedule": true,
|
| 8 |
"scheduler": [
|
| 9 |
"diffusers",
|
| 10 |
"UniPCMultistepScheduler",
|