Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,14 @@ The steps are the following:
|
|
18 |
- That's it! You'll get feedback if it works or not, and if it worked, you'll get the URL of the opened PR 🔥
|
19 |
|
20 |
⚠️ If you encounter weird error messages, please have a look into the Logs and feel free to open a PR to correct the error messages.
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
"""
|
24 |
|
@@ -26,10 +33,7 @@ demo = gr.Interface(
|
|
26 |
title="Convert Stable Diffusion XL .safetensors to Diffusers and open a PR",
|
27 |
description=DESCRIPTION,
|
28 |
allow_flagging="never",
|
29 |
-
article="Check out the [Diffusers from FFXL on HuggingFace](https://https://huggingface.co/FFusion/FFusionXL-09-SDXL)
|
30 |
-
|
31 |
-
[![Hugging Face FFusionAI](https://img.shields.io/badge/Hugging%20Face-FFusion--BaSE-blue)](https://huggingface.co/FFusion/FFusion-BaSE)[![GitHub](https://img.shields.io/badge/GitHub-1e--2-green)](https://github.com/1e-2)[![Facebook](https://img.shields.io/badge/Facebook-FFusionAI-blue)](https://www.facebook.com/FFusionAI/)[![Civitai](https://img.shields.io/badge/Civitai-FFusionAI-blue)](https://civitai.com/models/82039/ffusion-ai-sd-21)
|
32 |
-
",
|
33 |
inputs=[
|
34 |
gr.Text(max_lines=1, label="your_hf_token"),
|
35 |
gr.Text(max_lines=1, label="model_id"),
|
|
|
18 |
- That's it! You'll get feedback if it works or not, and if it worked, you'll get the URL of the opened PR 🔥
|
19 |
|
20 |
⚠️ If you encounter weird error messages, please have a look into the Logs and feel free to open a PR to correct the error messages.
|
21 |
+
|
22 |
+
|
23 |
+
<div style="display: flex; flex-wrap: wrap; gap: 2px;">
|
24 |
+
<a href="https://huggingface.co/FFusion/FFusion-BaSE" target="_new" rel="ugc"><img src="https://img.shields.io/badge/Hugging%20Face-FFusion--BaSE-blue" alt="Hugging Face Model"></a>
|
25 |
+
<a href="https://github.com/1e-2" target="_new" rel="ugc"><img src="https://img.shields.io/badge/GitHub-1e--2-green" alt="GitHub"></a>
|
26 |
+
<a href="https://www.facebook.com/FFusionAI/" target="_new" rel="ugc"><img src="https://img.shields.io/badge/Facebook-FFusionAI-blue" alt="Facebook"></a>
|
27 |
+
<a href="https://civitai.com/models/82039/ffusion-ai-sd-21" target="_new" rel="ugc"><img src="https://img.shields.io/badge/Civitai-FFusionAI-blue" alt="Civitai"></a>
|
28 |
+
</div>
|
29 |
|
30 |
"""
|
31 |
|
|
|
33 |
title="Convert Stable Diffusion XL .safetensors to Diffusers and open a PR",
|
34 |
description=DESCRIPTION,
|
35 |
allow_flagging="never",
|
36 |
+
article="Check out the [Diffusers from FFXL on HuggingFace](https://https://huggingface.co/FFusion/FFusionXL-09-SDXL)",
|
|
|
|
|
|
|
37 |
inputs=[
|
38 |
gr.Text(max_lines=1, label="your_hf_token"),
|
39 |
gr.Text(max_lines=1, label="model_id"),
|