Xhaheen's picture
Duplicate from anzorq/stable-diffusion-2
12a341a
import gradio as gr
article = """---
This space was created using [SD Space Creator](https://huggingface.co/spaces/anzorq/sd-space-creator)."""
gr.Interface.load(
name="models/stabilityai/stable-diffusion-2",
title="""Stable Diffusion 2""",
description="""Demo for <a href="https://huggingface.co/stabilityai/stable-diffusion-2">Stable Diffusion 2</a> Stable Diffusion model.<br>
Add the following tokens to your prompts for the model to work properly: <b></b>.""",
article=article,
).queue(concurrency_count=20).launch()