Text-to-Image
Cosmos
Diffusers
Safetensors
cosmos3_omni
cortex
cortexlm
nvidia
cosmos3
image-generation
preview
vllm-omni
sglang
sglang-diffusion
Instructions to use CortexLM/Cortex-Image-1-Preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use CortexLM/Cortex-Image-1-Preview 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 CortexLM/Cortex-Image-1-Preview with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CortexLM/Cortex-Image-1-Preview", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Add Cortex-Image-1-Preview card: OpenMDW 1.1, Built on NVIDIA Cosmos
Browse files
README.md
CHANGED
|
@@ -1,21 +1,74 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_name: openmdw1.1-license
|
| 4 |
-
license_link:
|
| 5 |
-
https://openmdw.ai/license/1-1/
|
| 6 |
library_name: cosmos
|
|
|
|
|
|
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- nvidia
|
| 9 |
- cosmos
|
| 10 |
- cosmos3
|
|
|
|
|
|
|
|
|
|
| 11 |
- vllm-omni
|
| 12 |
- sglang
|
| 13 |
- sglang-diffusion
|
| 14 |
- diffusers
|
| 15 |
-
- text-to-image
|
| 16 |
-
- image-generation
|
| 17 |
---
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
# **Cosmos 3: Omnimodal World Models for Physical AI**
|
| 20 |
**[Model Collection](https://huggingface.co/collections/nvidia/cosmos3)** | **[Code](https://github.com/nvidia/cosmos)** | **[White Paper](https://research.nvidia.com/labs/cosmos-lab/cosmos3/technical-report.pdf)** | **[Website](https://research.nvidia.com/labs/cosmos-lab/cosmos3/)**
|
| 21 |
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_name: openmdw1.1-license
|
| 4 |
+
license_link: https://openmdw.ai/license/1-1/
|
|
|
|
| 5 |
library_name: cosmos
|
| 6 |
+
pipeline_tag: text-to-image
|
| 7 |
+
base_model: nvidia/Cosmos3-Super-Text2Image
|
| 8 |
tags:
|
| 9 |
+
- cortex
|
| 10 |
+
- cortexlm
|
| 11 |
- nvidia
|
| 12 |
- cosmos
|
| 13 |
- cosmos3
|
| 14 |
+
- text-to-image
|
| 15 |
+
- image-generation
|
| 16 |
+
- preview
|
| 17 |
- vllm-omni
|
| 18 |
- sglang
|
| 19 |
- sglang-diffusion
|
| 20 |
- diffusers
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
+
<p align="center">
|
| 24 |
+
<img src="banner.jpg" alt="Cortex" width="100%" />
|
| 25 |
+
</p>
|
| 26 |
+
|
| 27 |
+
# Cortex-Image-1-Preview
|
| 28 |
+
|
| 29 |
+
**Built on NVIDIA Cosmos.**
|
| 30 |
+
|
| 31 |
+
**Cortex-Image-1-Preview** is a public duplicate of [`nvidia/Cosmos3-Super-Text2Image`](https://huggingface.co/nvidia/Cosmos3-Super-Text2Image), released by [CortexLM](https://huggingface.co/CortexLM) for Cortex Chat image generation.
|
| 32 |
+
|
| 33 |
+
This is **not** an NVIDIA product. NVIDIA and Cosmos remain marks of their owners. Weights, architecture, training, and the OpenMDW 1.1 license come from NVIDIA Cosmos 3 Super Text2Image (64B). Cortex hosts this copy so the Cortex stack can pin a stable card, banner, and inference path.
|
| 34 |
+
|
| 35 |
+
> Preview. Hosting, inference URL, and product wiring may still move.
|
| 36 |
+
|
| 37 |
+
## Thanks
|
| 38 |
+
|
| 39 |
+
This work exists because NVIDIA open-sourced [Cosmos 3](https://github.com/nvidia/cosmos) under [OpenMDW 1.1](https://openmdw.ai/license/1-1/).
|
| 40 |
+
|
| 41 |
+
Thank you to **NVIDIA** and the **Cosmos** team for the architecture, the training, the weights, and the docs. If you use this checkpoint, cite Cosmos 3 Super Text2Image (see the source card below).
|
| 42 |
+
|
| 43 |
+
## What this is
|
| 44 |
+
|
| 45 |
+
| | |
|
| 46 |
+
|---|---|
|
| 47 |
+
| Source | [`nvidia/Cosmos3-Super-Text2Image`](https://huggingface.co/nvidia/Cosmos3-Super-Text2Image) |
|
| 48 |
+
| Relation | Duplicate / hosted copy (not a Cortex finetune) |
|
| 49 |
+
| Type | Text-to-image world model |
|
| 50 |
+
| Parameters | 64B (Cosmos3 Super) |
|
| 51 |
+
| License | [OpenMDW 1.1](https://openmdw.ai/license/1-1/) |
|
| 52 |
+
| Code | [github.com/nvidia/cosmos](https://github.com/nvidia/cosmos) |
|
| 53 |
+
| Org | [CortexLM](https://huggingface.co/CortexLM) |
|
| 54 |
+
|
| 55 |
+
## License and notices
|
| 56 |
+
|
| 57 |
+
This repository redistributes NVIDIA Cosmos 3 Super Text2Image weights and configuration:
|
| 58 |
+
|
| 59 |
+
- License is **OpenMDW 1.1**, same as the source. Commercial and non-commercial use follow that license.
|
| 60 |
+
- NVIDIA / Cosmos notices from the source card are kept below. Do not strip them on further redistribution.
|
| 61 |
+
- Banner, this Cortex wrapper, and product naming are new Cortex files. The model itself is NVIDIA Cosmos.
|
| 62 |
+
- This project does not claim the NVIDIA or Cosmos marks and is not sold as an NVIDIA product.
|
| 63 |
+
|
| 64 |
+
Full terms: [OpenMDW 1.1](https://openmdw.ai/license/1-1/).
|
| 65 |
+
|
| 66 |
+
---
|
| 67 |
+
|
| 68 |
+
## Source card (NVIDIA Cosmos 3 Super Text2Image)
|
| 69 |
+
|
| 70 |
+
The remainder of this page is the upstream model card from [`nvidia/Cosmos3-Super-Text2Image`](https://huggingface.co/nvidia/Cosmos3-Super-Text2Image), kept for license, safety, and technical notices.
|
| 71 |
+
|
| 72 |
# **Cosmos 3: Omnimodal World Models for Physical AI**
|
| 73 |
**[Model Collection](https://huggingface.co/collections/nvidia/cosmos3)** | **[Code](https://github.com/nvidia/cosmos)** | **[White Paper](https://research.nvidia.com/labs/cosmos-lab/cosmos3/technical-report.pdf)** | **[Website](https://research.nvidia.com/labs/cosmos-lab/cosmos3/)**
|
| 74 |
|