Instructions to use tz2026/ReWorld with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tz2026/ReWorld with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tz2026/ReWorld", 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
|
@@ -215,7 +215,7 @@ sh scripts/evaluation/run_videodrive_agent_pdm_score_evaluation.sh
|
|
| 215 |
|
| 216 |
## Acknowledgments
|
| 217 |
|
| 218 |
-
ReWorld builds on [DriveLaW](https://arxiv.org/abs/2512.23421), [NAVSIM](https://github.com/autonomousvision/navsim), [LTX-Video](https://github.com/Lightricks/LTX-Video), [Diffusers](https://github.com/huggingface/diffusers),
|
| 219 |
|
| 220 |
## Citation
|
| 221 |
|
|
|
|
| 215 |
|
| 216 |
## Acknowledgments
|
| 217 |
|
| 218 |
+
ReWorld builds on [DriveLaW](https://arxiv.org/abs/2512.23421), [NAVSIM](https://github.com/autonomousvision/navsim), [LTX-Video](https://github.com/Lightricks/LTX-Video), [Diffusers](https://github.com/huggingface/diffusers),[BeyondDrive](https://github.com/wjl2244/BeyondDrive),[Internal Guidance](https://github.com/CVL-UESTC/Internal-Guidance). Thanks to all of them for open-sourcing.
|
| 219 |
|
| 220 |
## Citation
|
| 221 |
|