Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
d3967df
1
Parent(s):
638aabd
add ComfyUI link
Browse files
app.py
CHANGED
@@ -232,7 +232,8 @@ with gr.Blocks() as demo:
|
|
232 |
<a href="https://bytedance.github.io/InfiniteYou">[Project Page]</a> 
|
233 |
<a href="https://arxiv.org/abs/2503.16418">[Paper]</a> 
|
234 |
<a href="https://github.com/bytedance/InfiniteYou">[Code]</a> 
|
235 |
-
<a href="https://huggingface.co/ByteDance/InfiniteYou">[Model]</a
|
|
|
236 |
</div>
|
237 |
""")
|
238 |
|
|
|
232 |
<a href="https://bytedance.github.io/InfiniteYou">[Project Page]</a> 
|
233 |
<a href="https://arxiv.org/abs/2503.16418">[Paper]</a> 
|
234 |
<a href="https://github.com/bytedance/InfiniteYou">[Code]</a> 
|
235 |
+
<a href="https://huggingface.co/ByteDance/InfiniteYou">[Model]</a> 
|
236 |
+
<a href="https://github.com/bytedance/ComfyUI_InfiniteYou">[ComfyUI]</a>
|
237 |
</div>
|
238 |
""")
|
239 |
|