merge
Browse files- LICENSE.md +2 -2
- README.md +1 -1
- requirements.txt +3 -1
LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# S-Lab License 1.0
|
| 2 |
|
| 3 |
-
Copyright
|
| 4 |
|
| 5 |
Redistribution and use for non-commercial purpose in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
| 6 |
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
@@ -11,4 +11,4 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
| 11 |
|
| 12 |
|
| 13 |
---
|
| 14 |
-
For the commercial use of the code, please consult Prof. Chen Change Loy (ccloy@ntu.edu.sg)
|
|
|
|
| 1 |
# S-Lab License 1.0
|
| 2 |
|
| 3 |
+
Copyright 2025 S-Lab
|
| 4 |
|
| 5 |
Redistribution and use for non-commercial purpose in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
| 6 |
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
---
|
| 14 |
+
For the commercial use of the code, please consult Prof. Chen Change Loy (ccloy@ntu.edu.sg)
|
README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<p align="center">
|
| 6 |
<img src="assets/worldmem_logo.png" alt="WORLDMEM Icon" width="80"/>
|
| 7 |
</p>
|
| 8 |
-
<h1 align="center"><strong>
|
| 9 |
<p align="center"><span><a href=""></a></span>
|
| 10 |
<a href="https://xizaoqu.github.io">Zeqi Xiao<sup>1</sup></a>
|
| 11 |
<a href="https://nirvanalan.github.io/">Yushi Lan<sup>1</sup></a>
|
|
|
|
| 5 |
<p align="center">
|
| 6 |
<img src="assets/worldmem_logo.png" alt="WORLDMEM Icon" width="80"/>
|
| 7 |
</p>
|
| 8 |
+
<h1 align="center"><strong>WorldMem: Long-term Consistent World Simulation <br> with Memory</strong></h1>
|
| 9 |
<p align="center"><span><a href=""></a></span>
|
| 10 |
<a href="https://xizaoqu.github.io">Zeqi Xiao<sup>1</sup></a>
|
| 11 |
<a href="https://nirvanalan.github.io/">Yushi Lan<sup>1</sup></a>
|
requirements.txt
CHANGED
|
@@ -23,4 +23,6 @@ internetarchive
|
|
| 23 |
h5py
|
| 24 |
rotary_embedding_torch
|
| 25 |
diffusers
|
| 26 |
-
timm
|
|
|
|
|
|
|
|
|
| 23 |
h5py
|
| 24 |
rotary_embedding_torch
|
| 25 |
diffusers
|
| 26 |
+
timm
|
| 27 |
+
gradio
|
| 28 |
+
spaces
|