Update README.md
Browse files
README.md
CHANGED
|
@@ -54,9 +54,13 @@ python sample_flow.py \
|
|
| 54 |
```
|
| 55 |
|
| 56 |
## Citation:
|
|
|
|
|
|
|
|
|
|
| 57 |
@inproceedings{krishnamurthy2026mmfacedit,
|
| 58 |
title = {MMFace-DiT: A Dual-Stream Diffusion Transformer for High-Fidelity Multimodal Face Generation},
|
| 59 |
author = {Krishnamurthy, Bharath and Rattani, Ajita},
|
| 60 |
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 61 |
year = {2026}
|
| 62 |
-
}
|
|
|
|
|
|
| 54 |
```
|
| 55 |
|
| 56 |
## Citation:
|
| 57 |
+
If you find this work helpful for your research, please cite our CVPR paper:
|
| 58 |
+
|
| 59 |
+
```bibtex
|
| 60 |
@inproceedings{krishnamurthy2026mmfacedit,
|
| 61 |
title = {MMFace-DiT: A Dual-Stream Diffusion Transformer for High-Fidelity Multimodal Face Generation},
|
| 62 |
author = {Krishnamurthy, Bharath and Rattani, Ajita},
|
| 63 |
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 64 |
year = {2026}
|
| 65 |
+
}
|
| 66 |
+
```
|