WonwoongCho commited on
Commit
ca38081
·
1 Parent(s): 12ee2e1

added arxiv link and added sneakers example

Browse files
Files changed (2) hide show
  1. app.py +7 -1
  2. assets/sneakers1.jpg +0 -0
app.py CHANGED
@@ -113,6 +113,12 @@ def get_samples():
113
  "seed": 42,
114
  "text": "A photo of a woman, imaginative, creative, design",
115
  },
 
 
 
 
 
 
116
  {
117
  "image": "assets/product1.jpg",
118
  "scale": 0.8,
@@ -141,7 +147,7 @@ def get_samples():
141
  header = """
142
  # 💡 IT-Blender / FLUX
143
  <div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
144
- <a href="https://arxiv.org/abs/2411.15098"><img src="https://img.shields.io/badge/ArXiv-Paper-A42C25.svg" alt="arXiv"></a>
145
  <a href="https://imagineforme.github.io/"><img alt="Build" src="https://img.shields.io/badge/Project%20Page-ITBlender-yellow"></a>
146
  <a href="https://github.com/WonwoongCho/IT-Blender"><img src="https://img.shields.io/badge/GitHub-Code-blue.svg?logo=github&" alt="GitHub"></a>
147
  </div>
 
113
  "seed": 42,
114
  "text": "A photo of a woman, imaginative, creative, design",
115
  },
116
+ {
117
+ "image": "assets/sneakers1.jpg",
118
+ "scale": 0.6,
119
+ "seed": 42,
120
+ "text": "A photo of sneakers, imaginative, creative, design",
121
+ },
122
  {
123
  "image": "assets/product1.jpg",
124
  "scale": 0.8,
 
147
  header = """
148
  # 💡 IT-Blender / FLUX
149
  <div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
150
+ <a href="https://arxiv.org/pdf/2506.24085"><img src="https://img.shields.io/badge/ArXiv-Paper-A42C25.svg" alt="arXiv"></a>
151
  <a href="https://imagineforme.github.io/"><img alt="Build" src="https://img.shields.io/badge/Project%20Page-ITBlender-yellow"></a>
152
  <a href="https://github.com/WonwoongCho/IT-Blender"><img src="https://img.shields.io/badge/GitHub-Code-blue.svg?logo=github&" alt="GitHub"></a>
153
  </div>
assets/sneakers1.jpg ADDED