diff --git a/README.md b/README.md
index 6f4ee0d..71d2151 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# EmbodiedGen: Towards a Generative 3D World Engine for Embodied Intelligence
[](https://horizonrobotics.github.io/robot_lab/embodied_gen/index.html)
-[](#)
+[](https://arxiv.org/abs/2506.10600)
[](https://www.youtube.com/watch?v=SnHhzHeb_aI)
[](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Image-to-3D)
[](https://huggingface.co/spaces/HorizonRobotics/EmbodiedGen-Text-to-3D)
@@ -29,6 +29,7 @@
```sh
git clone https://github.com/HorizonRobotics/EmbodiedGen.git
cd EmbodiedGen
+git checkout v0.1.0
git submodule update --init --recursive --progress
conda create -n embodiedgen python=3.10.13 -y
conda activate embodiedgen
@@ -145,7 +146,15 @@ bash embodied_gen/scripts/texture_gen.sh \
If you use EmbodiedGen in your research or projects, please cite:
```bibtex
-Coming Soon
+@misc{xinjie2025embodiedgengenerative3dworld,
+ title={EmbodiedGen: Towards a Generative 3D World Engine for Embodied Intelligence},
+ author={Wang Xinjie and Liu Liu and Cao Yu and Wu Ruiqi and Qin Wenkang and Wang Dehui and Sui Wei and Su Zhizhong},
+ year={2025},
+ eprint={2506.10600},
+ archivePrefix={arXiv},
+ primaryClass={cs.RO},
+ url={https://arxiv.org/abs/2506.10600},
+}
```
---
diff --git a/apps/image_to_3d.py b/apps/image_to_3d.py
index f15e263..039b953 100644
--- a/apps/image_to_3d.py
+++ b/apps/image_to_3d.py
@@ -48,7 +48,7 @@ with gr.Blocks(delete_cache=(43200, 43200), theme=custom_theme) as demo:
-
+
diff --git a/apps/text_to_3d.py b/apps/text_to_3d.py
index f13bfb8..21388f5 100644
--- a/apps/text_to_3d.py
+++ b/apps/text_to_3d.py
@@ -48,7 +48,7 @@ with gr.Blocks(delete_cache=(43200, 43200), theme=custom_theme) as demo:
-
+
diff --git a/apps/texture_edit.py b/apps/texture_edit.py
index 89e2095..cc3158c 100644
--- a/apps/texture_edit.py
+++ b/apps/texture_edit.py
@@ -58,7 +58,7 @@ with gr.Blocks(delete_cache=(43200, 43200), theme=custom_theme) as demo:
-
+