nightfury's picture
Update header.html
c195dea
raw
history blame
1.34 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"><img src="" alt="FlagAI" width="" height="" 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"><h1 style="font-weight: 900; margin-bottom: 7px;">
Stable Diffusion Studio Demo
</h1></a>
</div>
<p style="margin-bottom: 10px; font-size: 94%">
<a href="https://huggingface.co/CompVis/stable-diffusion" style="text-decoration: underline;">Stable Diffusion</a> Studio
</p>
<p style="margin-bottom: 10px; font-size: 94%">
It is aims to provide high quality AI-generated artwork 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 the text Prompt.
</p>
</div>