AltDiffusion / header.html
root
modified header
9bb9db4
raw
history blame
No virus
1.84 kB
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
<div
style="
display: inline-flex;
gap: 0.8rem;
font-size: 1.75rem;
margin-bottom: 10px;
width: 600px;
height: 200px;
margin: 0 auto;
/* border: 1px solid red; */
justify-content: center;
"
<a href="https://github.com/FlagAI-Open/FlagAI"><img src="https://raw.githubusercontent.com/920232796/test/master/WechatIMG6906.png" alt="FlagAI" width="80%" height="80%" style="margin: 0 auto;"></a>
</div>
<div
style="
display: inline-flex;
align-items: center;
gap: 0.8rem;
font-size: 1.75rem;
margin-bottom: 10px;
justify-content: center;
">
<a href="https://github.com/FlagAI-Open/FlagAI"><h1 style="font-weight: 900; margin-bottom: 7px;">
FlagStudio
</h1></a>
</div>
<p style="margin-bottom: 10px; font-size: 94%">
FlagStudio 项目致力于贡献优秀AI生成艺术作品。此双语文生图模型项目基于 <a href="https://huggingface.co/CompVis/stable-diffusion" style="text-decoration: underline;">stable diffusion</a>,由BAAI旗下的FlagAI团队提供支持,相关代码和模型权重会在FlagAI中进行开源。
</p>
<p style="margin-bottom: 10px; font-size: 94%">
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 will be released soon in FlagAI.(open.platform@baai.ac.cn)
</p>
</div>