EndlessSora commited on
Commit
2844a3a
·
1 Parent(s): df5230f

update links

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -163,9 +163,9 @@ with gr.Blocks() as demo:
163
  gr.Markdown("""
164
  <div style="text-align: center; max-width: 900px; margin: 0 auto;">
165
  <h1 style="font-size: 1.5rem; font-weight: 700; display: block;">InfiniteYou-FLUX</h1>
166
- <h2 style="font-size: 1.2rem; font-weight: 300; margin-bottom: 1rem; display: block;">Official Gradio Demo for <a href="https://arxiv.org/abs/2503.xxxxx">InfiniteYou: Flexible Photo Recrafting While Preserving Your Identity</a></h2>
167
  <a href="https://bytedance.github.io/InfiniteYou">[Project Page]</a>&ensp;
168
- <a href="https://arxiv.org/abs/2503.xxxxx">[Paper]</a>&ensp;
169
  <a href="https://github.com/bytedance/InfiniteYou">[Code]</a>&ensp;
170
  <a href="https://huggingface.co/ByteDance/InfiniteYou">[Model]</a>
171
  </div>
@@ -265,7 +265,11 @@ with gr.Blocks() as demo:
265
  ### 📜 Disclaimer and Licenses
266
  Some images in this demo are from public domains or generated by models. These pictures are intended solely to show the capabilities of our research. If you have any concerns, please contact us, and we will promptly remove any inappropriate content.
267
 
268
- The use of the released code, model, and demo must strictly adhere to the respective licenses. Our code is released under the Apache 2.0 License, and our model is released under the Creative Commons Attribution-NonCommercial 4.0 International Public License for academic research purposes only. Any manual or automatic downloading of the face models from [InsightFace](https://github.com/deepinsight/insightface), the [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) base model, LoRAs, etc., must follow their original licenses and be used only for academic research purposes.
 
 
 
 
269
 
270
  This research aims to positively impact the Generative AI field. Users are granted freedom to create images using this tool, but they must comply with local laws and use it responsibly. The developers do not assume any responsibility for potential misuse.
271
 
@@ -278,7 +282,7 @@ with gr.Blocks() as demo:
278
  title={{InfiniteYou}: Flexible Photo Recrafting While Preserving Your Identity},
279
  author={Jiang, Liming and Yan, Qing and Jia, Yumin and Liu, Zichuan and Kang, Hao and Lu, Xin},
280
  journal={arXiv preprint},
281
- volume={arXiv:2503.xxxxx},
282
  year={2025}
283
  }
284
  ```
 
163
  gr.Markdown("""
164
  <div style="text-align: center; max-width: 900px; margin: 0 auto;">
165
  <h1 style="font-size: 1.5rem; font-weight: 700; display: block;">InfiniteYou-FLUX</h1>
166
+ <h2 style="font-size: 1.2rem; font-weight: 300; margin-bottom: 1rem; display: block;">Official Gradio Demo for <a href="https://arxiv.org/abs/2503.16418">InfiniteYou: Flexible Photo Recrafting While Preserving Your Identity</a></h2>
167
  <a href="https://bytedance.github.io/InfiniteYou">[Project Page]</a>&ensp;
168
+ <a href="https://arxiv.org/abs/2503.16418">[Paper]</a>&ensp;
169
  <a href="https://github.com/bytedance/InfiniteYou">[Code]</a>&ensp;
170
  <a href="https://huggingface.co/ByteDance/InfiniteYou">[Model]</a>
171
  </div>
 
265
  ### 📜 Disclaimer and Licenses
266
  Some images in this demo are from public domains or generated by models. These pictures are intended solely to show the capabilities of our research. If you have any concerns, please contact us, and we will promptly remove any inappropriate content.
267
 
268
+ The use of the released code, model, and demo must strictly adhere to the respective licenses.
269
+ Our code is released under the [Apache 2.0 License](https://github.com/bytedance/InfiniteYou/blob/main/LICENSE),
270
+ and our model is released under the [Creative Commons Attribution-NonCommercial 4.0 International Public License](https://huggingface.co/ByteDance/InfiniteYou/blob/main/LICENSE)
271
+ for academic research purposes only. Any manual or automatic downloading of the face models from [InsightFace](https://github.com/deepinsight/insightface),
272
+ the [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) base model, LoRAs, etc., must follow their original licenses and be used only for academic research purposes.
273
 
274
  This research aims to positively impact the Generative AI field. Users are granted freedom to create images using this tool, but they must comply with local laws and use it responsibly. The developers do not assume any responsibility for potential misuse.
275
 
 
282
  title={{InfiniteYou}: Flexible Photo Recrafting While Preserving Your Identity},
283
  author={Jiang, Liming and Yan, Qing and Jia, Yumin and Liu, Zichuan and Kang, Hao and Lu, Xin},
284
  journal={arXiv preprint},
285
+ volume={arXiv:2503.16418},
286
  year={2025}
287
  }
288
  ```