PR 1
Browse files
README.md
CHANGED
@@ -1,8 +1,18 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
## Usage
|
7 |
|
8 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: image-to-video
|
4 |
+
library_name: diffusers
|
5 |
---
|
6 |
+
|
7 |
+
# Yume: An Interactive World Generation Model
|
8 |
+
|
9 |
+
This is a preview version of the Yume model, an interactive world generation model, presented in the paper [Yume: An Interactive World Generation Model](https://huggingface.co/papers/2507.17744).
|
10 |
+
|
11 |
+
Yume aims to create an interactive, realistic, and dynamic world from an input image, allowing exploration and control.
|
12 |
+
|
13 |
+
Project Page: [https://stdstu12.github.io/YUME-Project/](https://stdstu12.github.io/YUME-Project/)\
|
14 |
+
GitHub Repository: [https://github.com/stdstu12/YUME](https://github.com/stdstu12/YUME)
|
15 |
|
16 |
## Usage
|
17 |
|
18 |
+
For detailed instructions and full inference scripts, please refer to the [GitHub repository](https://github.com/stdstu12/YUME).
|