nightfury's picture
Update header.html
04bef33
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
<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>