stable-diffusion / index.html
cazforshort's picture
Duplicate from stabilityai/stable-diffusion
fc952c1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Stable Diffusion 2</title>
<link rel="stylesheet" href="style.css" />
</head>
<body style="margin: 0; padding:0">
<iframe width="100%" style="border: 0; height: 200vh" src="https://593ffdcfd92ddca7.gradio.app/?__theme=system"></iframe>
</body>
</html>