Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
1221d93
1
Parent(s):
c8df52d
update README.
Browse files
README.md
CHANGED
|
@@ -26,9 +26,9 @@ https://github.com/user-attachments/assets/12ba4776-e7b7-4152-b885-dd6161aa9b4b
|
|
| 26 |
|
| 27 |
## 🔥 News:
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
-
- [2025.10.
|
| 32 |
|
| 33 |
## Installation
|
| 34 |
|
|
@@ -57,6 +57,8 @@ cd FlashWorld
|
|
| 57 |
python app.py
|
| 58 |
```
|
| 59 |
|
|
|
|
|
|
|
| 60 |
Then, open your web browser and navigate to ```http://HOST_IP:7860``` to start exploring FlashWorld!
|
| 61 |
|
| 62 |
<!-- We also provide example trajectory josn files and input images in the `examples/` directory. -->
|
|
|
|
| 26 |
|
| 27 |
## 🔥 News:
|
| 28 |
|
| 29 |
+
We are actively building an online demo. Please stay tuned!
|
| 30 |
|
| 31 |
+
- [2025.10.16] Paper and local demo code released.
|
| 32 |
|
| 33 |
## Installation
|
| 34 |
|
|
|
|
| 57 |
python app.py
|
| 58 |
```
|
| 59 |
|
| 60 |
+
If your machine has limited GPU memory, consider adding the ```--offload_t5``` flag to offload text encoding to the CPU, which will reduce GPU memory usage. Note that this may slow down the generation speed somewhat.
|
| 61 |
+
|
| 62 |
Then, open your web browser and navigate to ```http://HOST_IP:7860``` to start exploring FlashWorld!
|
| 63 |
|
| 64 |
<!-- We also provide example trajectory josn files and input images in the `examples/` directory. -->
|