ZengrongLin commited on
Commit
c8f8192
·
verified ·
1 Parent(s): 8c2834f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -1
README.md CHANGED
@@ -1,3 +1,54 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ pipeline_tag: image-to-video
5
+ tags:
6
+ - video-generation
7
+ - image-to-video
8
+ - world-model
9
+ - robotics
10
+ - action-conditioned
11
+ - pytorch
12
+ library_name: pytorch
13
+ base_model:
14
+ - Wan-AI/Wan2.2-TI2V-5B
15
  ---
16
+
17
+ <div align="center">
18
+
19
+ <h1>Boundless-World-Model</h1>
20
+
21
+ <p align="center">
22
+ <strong>BWM: Physically consistent, action-conditioned video world model for robotic manipulation</strong>
23
+ </p>
24
+
25
+ <p align="center">
26
+ <a href="https://github.com/boundless-large-model/boundless-world-model"><img src="https://img.shields.io/badge/GitHub-Repository-blue?style=flat&logo=github" alt="GitHub Repository"></a>
27
+ <a href="https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B"><img src="https://img.shields.io/badge/Base%20Model-Wan2.2--TI2V--5B-orange?style=flat&logo=huggingface" alt="Base Model"></a>
28
+ <a href="https://github.com/tsinghua-fib-lab/WorldArena"><img src="https://img.shields.io/badge/Benchmark-WorldArena-yellow?style=flat" alt="WorldArena"></a>
29
+ </p>
30
+
31
+ </div>
32
+
33
+ ## Model Details
34
+
35
+ | Property | Value |
36
+ |----------|-------|
37
+ | **Base Model** | [Wan2.2-TI2V-5B](https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B) |
38
+ | **Resolution** | 480 x 640 |
39
+ | **Frames** | 81 frames |
40
+ | **Control Signals** | Robot action trajectories |
41
+ | **Architecture** | Trainable DiT + Action Encoder |
42
+
43
+ ## Usage
44
+
45
+ To use these weights, please refer to [our GitHub repository](https://github.com/boundless-large-model/boundless-world-model).
46
+
47
+ ## Acknowledgements
48
+
49
+ This project builds upon the following open-source projects and benchmarks:
50
+
51
+ - Wan2.2: https://github.com/Wan-Video/Wan2.2
52
+ - DiffSynth-Studio: https://github.com/modelscope/DiffSynth-Studio
53
+ - WorldArena: https://github.com/tsinghua-fib-lab/WorldArena/
54
+ - ABot-PhysWorld: https://github.com/amap-cvlab/ABot-PhysWorld