xizaoqu
commited on
Commit
·
2769bd7
1
Parent(s):
0cb2a53
update
Browse files
app.py
CHANGED
@@ -427,14 +427,14 @@ with gr.Blocks(css=css) as demo:
|
|
427 |
2. You can continue generation by clicking **"Generation"** again and again. Previous sequences are logged in the history panel.
|
428 |
3. Click **"Reset"** to clear the current sequence and start fresh.
|
429 |
4. Action sequences can be composed using the following keys:
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
5. Higher denoising steps produce more detailed results but take longer. 20 steps is a good balance between quality and speed. The same applies to context and memory length.
|
439 |
6. For faster performance, we recommend running the demo locally (~1s/frame on H100 vs ~5s on Spaces).
|
440 |
7. If you find this project interesting or useful, please consider giving it a ⭐️ on [GitHub]()!
|
|
|
427 |
2. You can continue generation by clicking **"Generation"** again and again. Previous sequences are logged in the history panel.
|
428 |
3. Click **"Reset"** to clear the current sequence and start fresh.
|
429 |
4. Action sequences can be composed using the following keys:
|
430 |
+
- W: turn up
|
431 |
+
- S: turn down
|
432 |
+
- A: turn left
|
433 |
+
- D: turn right
|
434 |
+
- Q: move forward
|
435 |
+
- E: move backward
|
436 |
+
- N: no-op (do nothing)
|
437 |
+
- U: use item
|
438 |
5. Higher denoising steps produce more detailed results but take longer. 20 steps is a good balance between quality and speed. The same applies to context and memory length.
|
439 |
6. For faster performance, we recommend running the demo locally (~1s/frame on H100 vs ~5s on Spaces).
|
440 |
7. If you find this project interesting or useful, please consider giving it a ⭐️ on [GitHub]()!
|