Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- metazlb/PhysicTran38K
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- Qwen/Qwen-Image-Edit-2509
|
| 9 |
+
tags:
|
| 10 |
+
- diffusion
|
| 11 |
+
- physics
|
| 12 |
+
- imageedit
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# PhysicEdit
|
| 16 |
+
|
| 17 |
+
## Paper
|
| 18 |
+
[From Statics to Dynamics: Physics-Aware Image Editing with Latent Transition Priors](https://arxiv.org/abs/2602.21778)
|
| 19 |
+
|
| 20 |
+
## Project Page
|
| 21 |
+
https://liangbingzhao.github.io/statics2dynamics/
|
| 22 |
+
|
| 23 |
+
## Code
|
| 24 |
+
https://github.com/liangbingzhao/PhysicEdit
|
| 25 |
+
|
| 26 |
+
For model usage, please refer to the guidance in the codespace.
|