Spaces:
Running
on
Zero
Running
on
Zero
zhangyang-0123
commited on
Commit
β’
13eec0b
1
Parent(s):
1ac9982
Update app.py
Browse files
app.py
CHANGED
@@ -87,19 +87,13 @@ def on_generate_click(prompt, seed, steps, pipe, pruned_pipe):
|
|
87 |
|
88 |
header = """
|
89 |
# π OminiControl / FLUX
|
|
|
90 |
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
91 |
<a href="https://arxiv.org/abs/2411.15098"><img src="https://img.shields.io/badge/ariXv-Paper-A42C25.svg" alt="arXiv"></a>
|
92 |
<a href="https://huggingface.co/Yuanshi/OminiControl"><img src="https://img.shields.io/badge/π€-Model-ffbd45.svg" alt="HuggingFace"></a>
|
93 |
<a href="https://github.com/Yuanshi9815/OminiControl"><img src="https://img.shields.io/badge/GitHub-Code-blue.svg?logo=github&" alt="GitHub"></a>
|
94 |
</div>
|
95 |
"""
|
96 |
-
header_2 = """
|
97 |
-
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
98 |
-
For β‘ <b>faster</b> β‘ DEMO on one model only, please visit
|
99 |
-
<a href="https://huggingface.co/spaces/zhangyang-0123/EcoDiff-SD-XL"><img alt="Static Badge" src="https://img.shields.io/badge/SDXL-fedcba.svg"></a>
|
100 |
-
<a href="https://huggingface.co/spaces/zhangyang-0123/EcoDiff-FLUX-Schnell"><img alt="Static Badge" src="https://img.shields.io/badge/FLUX-fgdfba"></a>
|
101 |
-
</div>
|
102 |
-
"""
|
103 |
|
104 |
|
105 |
def create_demo():
|
|
|
87 |
|
88 |
header = """
|
89 |
# π OminiControl / FLUX
|
90 |
+
|
91 |
<div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
|
92 |
<a href="https://arxiv.org/abs/2411.15098"><img src="https://img.shields.io/badge/ariXv-Paper-A42C25.svg" alt="arXiv"></a>
|
93 |
<a href="https://huggingface.co/Yuanshi/OminiControl"><img src="https://img.shields.io/badge/π€-Model-ffbd45.svg" alt="HuggingFace"></a>
|
94 |
<a href="https://github.com/Yuanshi9815/OminiControl"><img src="https://img.shields.io/badge/GitHub-Code-blue.svg?logo=github&" alt="GitHub"></a>
|
95 |
</div>
|
96 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
|
99 |
def create_demo():
|