Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -361,13 +361,27 @@ def img2img_tab():
|
|
361 |
|
362 |
def main():
|
363 |
st.title("FFusion AI -beta- Playground")
|
364 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
tabs = ["FFusion BaSE 768+ (txt2img)"]
|
366 |
selected_tab = st.selectbox("Choose a di.FFusion.ai model", tabs)
|
367 |
|
368 |
if selected_tab == "FFusion BaSE 768+ (txt2img)":
|
369 |
txt2img_tab()
|
370 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
st.header("Citation")
|
372 |
|
373 |
"""
|
|
|
361 |
|
362 |
def main():
|
363 |
st.title("FFusion AI -beta- Playground")
|
364 |
+
st.markdown("""
|
365 |
+
[](https://huggingface.co/FFusion/FFusion-BaSE)
|
366 |
+
[](https://github.com/1e-2)
|
367 |
+
[](https://www.facebook.com/FFusionAI/)
|
368 |
+
[](https://civitai.com/models/82039/ffusion-ai-sd-21)
|
369 |
+
[](https://huggingface.co/models?other=doi%3A10.57967%2Fhf%2F0851)
|
370 |
+
""")
|
371 |
tabs = ["FFusion BaSE 768+ (txt2img)"]
|
372 |
selected_tab = st.selectbox("Choose a di.FFusion.ai model", tabs)
|
373 |
|
374 |
if selected_tab == "FFusion BaSE 768+ (txt2img)":
|
375 |
txt2img_tab()
|
376 |
|
377 |
+
|
378 |
+
st.markdown("""
|
379 |
+
Models: [](https://huggingface.co/FFusion/FFusion-BaSE) [](https://huggingface.co/FFusion/di.FFUSION.ai-v2.1-768-BaSE-alpha)
|
380 |
+
[](https://huggingface.co/FFusion/di.ffusion.ai.Beta512) [](https://huggingface.co/FFusion/FFUSION.ai-Text-Encoder-LyCORIS-SD-2.1)
|
381 |
+
Contact: [](mailto:[email protected])
|
382 |
+
""")
|
383 |
+
|
384 |
+
|
385 |
st.header("Citation")
|
386 |
|
387 |
"""
|