Add model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: image-to-image
4
+ library_name: diffusers
5
+ ---
6
+
7
+ # MCLD [![arXiv](https://img.shields.io/badge/arXiv-2503.15686-b31b1b.svg)](https://arxiv.org/abs/2503.15686)
8
+
9
+ > **Multi-focal Conditioned Latent Diffusion for Person Image Synthesis** <br>
10
+ > _Jiaqi Liu, Jichao Zhang, Paolo Rota, Nicu Sebe_<br>
11
+ > _Computer Vision and Pattern Recognition Conference (**CVPR**), 2025, Nashville, USA_
12
+
13
+ ![qualitative](imgs/main_qualitative.png)
14
+
15
+ This repository contains the model described in [Multi-focal Conditioned Latent Diffusion for Person Image Synthesis](https://arxiv.org/abs/2503.15686).
16
+
17
+ Code: https://github.com/jqliu09/mcld