Improve model card: add metadata and introductory links
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## How to Use
|
2 |
|
3 |
```python
|
@@ -95,4 +105,4 @@ This project will download and install additional third-party open source softwa
|
|
95 |
|
96 |
NVIDIA Cosmos source code is released under the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0).
|
97 |
|
98 |
-
NVIDIA Cosmos models are released under the [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license). For a custom license, please contact [[email protected]](mailto:[email protected]).
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-to-3d
|
3 |
+
library_name: transformers
|
4 |
+
license: other
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the DiffusionText2WorldGeneration model, part of the [Cosmos World Foundation Model Platform for Physical AI](https://huggingface.co/papers/2501.03575).
|
8 |
+
|
9 |
+
Code: https://github.com/NVIDIA/Cosmos
|
10 |
+
|
11 |
## How to Use
|
12 |
|
13 |
```python
|
|
|
105 |
|
106 |
NVIDIA Cosmos source code is released under the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0).
|
107 |
|
108 |
+
NVIDIA Cosmos models are released under the [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license). For a custom license, please contact [[email protected]](mailto:[email protected]).
|