Spaces:
Running
on
Zero
Running
on
Zero
File size: 1,768 Bytes
8fb99cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
<div>
<div>
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 40px;">
<b>Region-Aware Text-to-Image Generation via Hard Binding and Soft Refinement</b>
</div>
<br>
<div style="display: flex; justify-content: center; align-items: center;">
<a href="https://arxiv.org/pdf/2411.06558"><img src="https://img.shields.io/static/v1?label=Tech%20Report&message=RAG&color=green"></a>  
<!-- <a href="https://github.com/NJU-PCALab/RAG-Diffusion"><img src="https://img.shields.io/static/v1?label=Official%20Website&message=RAG&color=blue"></a>   -->
<a href="https://github.com/NJU-PCALab/RAG-Diffusion"><img src="https://img.shields.io/static/v1?label=Code&message=RAG&color=red"></a>
</div>
<br>
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 18px;">
<strong style="color: blue; font-weight: bold;">Note: </strong>A simplified demo of our RAG-Diffusion (For more complex layouts, please run our code directly.)
<!-- currently featuring text-to-image functionality. -->
<!-- Stay tuned for the upcoming repainting feature. -->
</div>
<br>
<!-- <div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 20px;">
<strong style="color: purple; font-weight: bold;">HB_replace: </strong> The times of hard binding
</div>
<div style="display: flex; justify-content: center; align-items: center; text-align: center; font-size: 20px;">
<strong style="color: purple; font-weight: bold;">SR_delta: </strong> Fusion strength of image latent and regional-aware local latent
</div> -->
</div>
</div>
|