xrenaa commited on
Commit
3051c8d
·
verified ·
1 Parent(s): db51580

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +301 -3
README.md CHANGED
@@ -1,3 +1,301 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ pipeline_tag: image-to-image
7
+ tags:
8
+ - image editing
9
+ - lora
10
+ library_name: diffusers
11
+ base_model:
12
+ - nvidia/ChronoEdit-14B-Diffusers
13
+ ---
14
+
15
+ <p align="center">
16
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/658529d61c461dfe88afe8e8/tto-qt1BmKdhObReEKBq2.png" width="400"/>
17
+ <p>
18
+
19
+ <p align="center">
20
+ 💚 <a href="https://research.nvidia.com/labs/toronto-ai/chronoedit/"><b>ChronoEdit</b></a> &nbsp&nbsp | &nbsp&nbsp 🖥️ <a href="https://github.com/nv-tlabs/ChronoEdit">GitHub</a> &nbsp&nbsp | &nbsp&nbsp🤗 <a href="https://huggingface.co/collections/nvidia/chronoedit">Hugging Face</a>&nbsp&nbsp | &nbsp&nbsp🤖 <a href="https://huggingface.co/spaces/akhaliq/ChronoEdit-14B-Diffusers-Upscaler-Lora">Gradio Demo</a>&nbsp&nbsp | &nbsp&nbsp 📑 <a href="https://arxiv.org/abs/2510.04290">Paper</a> &nbsp&nbsp
21
+ <br>
22
+ -----
23
+ # ChronoEdit Paint Brush Lora
24
+
25
+ **Trigger Prompt** (no need to use prompt enhancer):
26
+
27
+
28
+ [How to use this lora?]()
29
+
30
+ [Official Diffuser Example with LoRA Loading](https://huggingface.co/docs/diffusers/main/api/pipelines/chronoedit#inference-with-8-step-distillation-lora)
31
+
32
+
33
+
34
+ ### License/Terms of Use
35
+ Governing Terms: Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: [Apache License Version 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).
36
+
37
+
38
+ ### Deployment Geography
39
+ Global
40
+
41
+
42
+ ### Use Case
43
+ Researchers and developers for:
44
+ - Physics-aware in-context image editing
45
+ - Action-conditioned world simulation (PhysicalAI)
46
+ - Benchmarking multimodal foundation models
47
+
48
+
49
+ ### Release Date
50
+ - Hugging Face: 10/29/2025 via [ChronoEdit](https://huggingface.co/collections/nvidia/chronoedit).
51
+
52
+ - GitHub: 29/10/2025 via [GitHub Repo Link](https://github.com/nv-tlabs/ChronoEdit)
53
+
54
+
55
+ ## References(s)
56
+ - ChronoEdit: Temporal Reasoning for In-Context Image Editing (Preprint, 2025)
57
+ - Related NVIDIA works: [Cosmos](https://www.nvidia.com/en-us/ai/cosmos/),[Gen3C](https://research.nvidia.com/labs/toronto-ai/GEN3C/),[DiffusionRenderer](https://research.nvidia.com/labs/toronto-ai/DiffusionRenderer/),[Difix3D](https://research.nvidia.com/labs/toronto-ai/difix3d/)
58
+
59
+
60
+ ## Model Architecture
61
+ **Architecture Type:** Diffusion Transformer
62
+ **Network Architecture:** Custom temporal denoising transformer
63
+ **Base Model:** Pretrained video generative model (14B parameters)
64
+ **Number of Parameters:** ~1.4 × 10^10
65
+
66
+
67
+ ---
68
+
69
+
70
+ ## Input
71
+ **Input Type(s):** Image + Text (instruction)
72
+ **Input Format:**
73
+ - Text: UTF-8 string
74
+ - Image: RGB (`.png`, `.jpg`)
75
+ **Input Parameters:**
76
+ - Image: Two-Dimensional (2D) Red, Green, Blue (RGB), variable resolution (recommended ≤1024×1024)
77
+ - Text: One-Dimensional (1D), up to ~300 tokens
78
+ **Other Properties Related to Input:**
79
+ - Image Resolution: 1280 x 720 or 720 x 1280 or 960 x 960 or 1024×1024
80
+
81
+
82
+
83
+
84
+ ## Output
85
+ **Output Type(s):** Image
86
+ **Output Format:** RGB (`.png`)
87
+ **Output Parameters:** Two-Dimensional (2D) Red, Green, Blue (RGB), resolution configurable
88
+ **Other Properties Related to Output:**
89
+ - Image Resolution: 1280 x 720 or 720 x 1280 or 960 x 960 or 1024×1024
90
+
91
+
92
+ Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
93
+
94
+
95
+ ---
96
+
97
+
98
+ ## Software Integration
99
+ **Runtime Engine(s):**
100
+ - PyTorch / Diffusers
101
+ - Triton Inference Server (optional)
102
+
103
+
104
+ **Supported Hardware Microarchitecture Compatibility:**
105
+ - NVIDIA Ampere
106
+ - NVIDIA Blackwell
107
+ - NVIDIA Hopper
108
+ - NVIDIA Lovelace
109
+
110
+
111
+ **Preferred Operating Systems:**
112
+ - Linux
113
+
114
+
115
+ The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
116
+
117
+
118
+ ---
119
+
120
+
121
+ ## Model Version(s)
122
+ - ChronoEdit-14B v1.0 (initial public release, 03/2025)
123
+
124
+
125
+ ---
126
+
127
+
128
+ ## Training, Testing and Evaluation Datasets
129
+
130
+
131
+ ## Training Dataset:
132
+ - Synthetic world interaction data (robot arm manipulation, object picking, temporal consistency)
133
+ - Open-domain video-text corpora (research use only)
134
+
135
+
136
+ **Data Modality:**
137
+ Image, Text, Video
138
+
139
+
140
+ **Image Training Data Size:**
141
+ 1 Million to 1 Billion Images
142
+
143
+
144
+ **Text Training Data Size:**
145
+ Less than 10,000 Hours
146
+
147
+
148
+ **Data Collection Method:** Hybrid: Synthetic, Automated, Human
149
+
150
+
151
+ **Labeling Method:** Hybrid: Synthetic, Automated, Human
152
+
153
+
154
+ **Properties:**
155
+ - Modalities: 10 million image and text pair
156
+ - Nature of the content: Synthetic world interaction data (robot arm manipulation, object picking, temporal consistency)
157
+ - Linguistic characteristics: Natural Language
158
+
159
+
160
+ ---
161
+
162
+
163
+ ## Testing Dataset
164
+ - Held-out portion of training dataset for action-conditioned tasks.
165
+
166
+
167
+ **Data Collection Method:**
168
+ Automated
169
+
170
+
171
+ **Labeling Method by dataset:**
172
+ Automated
173
+
174
+
175
+ **Properties:**
176
+ - Modalities: 500 million image and text pair
177
+ - Nature of the content: Robot world interaction data (robot arm manipulation, object picking, temporal consistency)
178
+ - Linguistic characteristics: Natural Language
179
+
180
+
181
+ ---
182
+
183
+
184
+ ## Evaluation Dataset
185
+ - Held-out portion of training dataset for action-conditioned tasks.
186
+
187
+
188
+ **Data Collection Method:**
189
+ Automated
190
+
191
+
192
+ **Labeling Method by dataset:**
193
+ Automated
194
+
195
+
196
+ **Properties:**
197
+ - Modalities: 500 million image and text pair
198
+ - Nature of the content: Robot world interaction data (robot arm manipulation, object picking, temporal consistency)
199
+ - Linguistic characteristics: Natural Language
200
+
201
+
202
+ ---
203
+
204
+
205
+ ## Inference
206
+ **Acceleration Engine:** TensorRT, Triton
207
+ **Test Hardware:** NVIDIA H100, NVIDIA B200
208
+
209
+
210
+ ---
211
+
212
+
213
+ ## Ethical Considerations:
214
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
215
+ For more detailed information on ethical considerations for this model, please see the Model Card++ Bias, Explainability, Safety & Security, and Privacy Subcards.
216
+
217
+
218
+ Users are responsible for model inputs and outputs. Users are responsible for ensuring safe integration of this model, including implementing guardrails as well as other safety mechanisms, prior to deployment.
219
+
220
+
221
+ Please make sure you have proper rights and permissions for all input image and video content; if image or video includes people, personal health information, or intellectual property, the image or video generated will not blur or maintain proportions of image subjects included.
222
+
223
+
224
+ Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
225
+
226
+
227
+ ### Plus Plus (++) Promise
228
+
229
+
230
+ We value you, the datasets, the diversity they represent, and what we have been entrusted with. This model and its associated data have been:
231
+
232
+
233
+ - Verified to comply with current applicable disclosure laws, regulations, and industry standards.
234
+ - Verified to comply with applicable privacy labeling requirements.
235
+ - Annotated to describe the collector/source (NVIDIA or a third-party).
236
+ - Characterized for technical limitations.
237
+ - Reviewed to ensure proper disclosure is accessible to, maintained for, and in compliance with NVIDIA data subjects and their requests.
238
+ - Reviewed before release.
239
+ - Tagged for known restrictions and potential safety implications.
240
+
241
+
242
+ ### Bias
243
+
244
+
245
+ Field | Response
246
+ :---------------------------------------------------------------------------------------------------|:---------------
247
+ Participation considerations from adversely impacted groups [protected classes](https://www.senate.ca.gov/content/protected-classes) in model design and testing: | None
248
+ Measures taken to mitigate against unwanted bias: | None
249
+
250
+
251
+ ### Explainability
252
+
253
+ Field | Response
254
+ :------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------
255
+ Intended Task/Domain: | Image Editing, Text Prompt
256
+ Model Type: | Transformer
257
+ Intended Users: | Physical AI developers.
258
+ Output: | Two-Dimensional (2D) Red, Green, Blue (RGB) Image
259
+ Describe how the model works: | We take an image as input, encode it using Cosmos tokenizer to latent space. We then use our model which is a transformer-like architecture to modify the image.
260
+ Name the adversely impacted groups this has been tested to deliver comparable outcomes regardless of: | Not Applicable.
261
+ Technical Limitations & Mitigation: | The proposed method relies only on synthetic data for Physical AI scenarios, which might limit the generalization ability if the target scenario is not in the pre-generated SDG dataset.
262
+ Verified to have met prescribed NVIDIA quality standards: | Yes
263
+ Performance Metrics: | Qualitative and quantitative evaluation, including human and vision-language model (VLM) assessments on Action Fidelity, Identity Preservation and Visual Coherence Metrics.
264
+ Potential Known Risks: | This model is only trained on synthetic data generated for Physical AI use case. Testing on cases that are not related to Physical AI may yield unsatisfactory and unexpected results.
265
+ Licensing: | Governing Terms: Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: [Apache License Version 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).
266
+
267
+
268
+ ### Privacy
269
+
270
+
271
+ Field | Response
272
+ :----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------
273
+ Generatable or reverse engineerable personal data? | No
274
+ Personal data used to create this model? | None Known
275
+ How often is dataset reviewed? | Before Release
276
+ Is there provenance for all datasets used in training? | Yes
277
+ Does data labeling (annotation, metadata) comply with privacy laws? | Yes
278
+ Is data compliant with data subject requests for data correction or removal, if such a request was made? | No, not possible with externally-sourced data.
279
+ Applicable Privacy Policy | https://www.nvidia.com/en-us/about-nvidia/privacy-policy/
280
+
281
+
282
+ ### Safety
283
+
284
+
285
+ Field | Response
286
+ :---------------------------------------------------|:----------------------------------
287
+ Model Application Field(s): | World Generation
288
+ Describe the life critical impact (if present). | Not Applicable <br>
289
+ Use Case Restrictions: | Abide by [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: [Apache License Version 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).
290
+ Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to.
291
+
292
+
293
+ ## Citation
294
+ ```bibtex
295
+ @article{wu2025chronoedit,
296
+ title={ChronoEdit: Towards Temporal Reasoning for Image Editing and World Simulation},
297
+ author={Wu, Jay Zhangjie and Ren, Xuanchi and Shen, Tianchang and Cao, Tianshi and He, Kai and Lu, Yifan and Gao, Ruiyuan and Xie, Enze and Lan, Shiyi and Alvarez, Jose M. and Gao, Jun and Fidler, Sanja and Wang, Zian and Ling, Huan},
298
+ journal={arXiv preprint arXiv:2510.04290},
299
+ year={2025}
300
+ }
301
+ ```