Spaces:
Runtime error
Runtime error
root
commited on
Commit
•
7a9f696
1
Parent(s):
757483a
add colab
Browse files- header.html +7 -1
header.html
CHANGED
@@ -33,5 +33,11 @@
|
|
33 |
<p style="margin-bottom: 10px; font-size: 94%">
|
34 |
FlagStudio aims to provide high quality AI-generated artwork. Our current bilingual model is based on the original <a href="https://huggingface.co/CompVis/stable-diffusion" style="text-decoration: underline;">stable diffusion</a> model and is capable to generate images from both Chinese and English text. FlagStudio is developed and supported by the FlagAI team. Relevant code and model weights released in <a href="https://github.com/FlagAI-Open/FlagAI/tree/master/examples/AltDiffusion" style="text-decoration: underline;">AltDiffusion</a>.([email protected])
|
35 |
</p>
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
</div>
|
|
|
33 |
<p style="margin-bottom: 10px; font-size: 94%">
|
34 |
FlagStudio aims to provide high quality AI-generated artwork. Our current bilingual model is based on the original <a href="https://huggingface.co/CompVis/stable-diffusion" style="text-decoration: underline;">stable diffusion</a> model and is capable to generate images from both Chinese and English text. FlagStudio is developed and supported by the FlagAI team. Relevant code and model weights released in <a href="https://github.com/FlagAI-Open/FlagAI/tree/master/examples/AltDiffusion" style="text-decoration: underline;">AltDiffusion</a>.([email protected])
|
35 |
</p>
|
36 |
+
<p style="margin-bottom: 10px; font-size: 94%">
|
37 |
+
AltDiffusion has been added to 🧨Diffusers, see the documentation page: <a href="https://huggingface.co/docs/diffusers/main/en/api/pipelines/alt_diffusion">🧨 Pipeline doc</a>
|
38 |
+
</p>
|
39 |
+
<p style="margin-bottom: 10px; font-size: 94%">
|
40 |
+
你可以在colab试用我们的模型(You can try our models in the colab): <a href="https://colab.research.google.com/drive/1tBJGvocO4TBKBI22oKHtqyPDgcjqDSgF#scrollTo=QkNJDy4sVRBu"><img data-canonical-src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" src="https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667"></a>
|
41 |
+
Running on <b>{device}</b>{(" in a <b>Google Colab</b>." if is_colab else "")}
|
42 |
+
</p>
|
43 |
</div>
|