Instructions to use nvidia/ChronoEdit-14B-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nvidia/ChronoEdit-14B-Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nvidia/ChronoEdit-14B-Diffusers", torch_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
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ library_name: diffusers
|
|
| 16 |
<p>
|
| 17 |
|
| 18 |
<p align="center">
|
| 19 |
-
💚 <a href="https://research.nvidia.com/labs/toronto-ai/chronoedit/"><b>ChronoEdit</b></a>    |    🖥️ <a href="https://github.com/nv-tlabs/ChronoEdit">GitHub</a>    |   🤗 <a href="https://huggingface.co/collections/nvidia/chronoedit">Hugging Face</a>   |   🤖 <a href="">Gradio Demo</a>   |    📑 <a href="https://arxiv.org/abs/2510.04290">Paper</a>   
|
| 20 |
<br>
|
| 21 |
|
| 22 |
-----
|
|
|
|
| 16 |
<p>
|
| 17 |
|
| 18 |
<p align="center">
|
| 19 |
+
💚 <a href="https://research.nvidia.com/labs/toronto-ai/chronoedit/"><b>ChronoEdit</b></a>    |    🖥️ <a href="https://github.com/nv-tlabs/ChronoEdit">GitHub</a>    |   🤗 <a href="https://huggingface.co/collections/nvidia/chronoedit">Hugging Face</a>   |   🤖 <a href="https://huggingface.co/spaces/nvidia/ChronoEdit">Gradio Demo</a>   |    📑 <a href="https://arxiv.org/abs/2510.04290">Paper</a>   
|
| 20 |
<br>
|
| 21 |
|
| 22 |
-----
|