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
Upload folder using huggingface_hub
Browse files- .gitattributes +6 -0
- navsim_planning.png +3 -0
- qualitative_contrast.png +3 -0
- qualitative_more.png +3 -0
- representation_results.png +3 -0
- reworld_framework.png +3 -0
- reworld_self_guidance.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
navsim_planning.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
qualitative_contrast.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
qualitative_more.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
representation_results.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
reworld_framework.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
reworld_self_guidance.png filter=lfs diff=lfs merge=lfs -text
|
navsim_planning.png
ADDED
|
Git LFS Details
|
qualitative_contrast.png
ADDED
|
Git LFS Details
|
qualitative_more.png
ADDED
|
Git LFS Details
|
representation_results.png
ADDED
|
Git LFS Details
|
reworld_framework.png
ADDED
|
Git LFS Details
|
reworld_self_guidance.png
ADDED
|
Git LFS Details
|