CoolFace
Apppublic

nightfury/Stable_Diffusion_2

sourceHugging Facemitupdated 4y agoView on Hugging Face
6likes
index.html13 linesDownload Raw Back to root
1<!DOCTYPE html>2<html>3	<head>4		<meta charset="utf-8" />5		<meta name="viewport" content="width=device-width" />6		<title>Stable Diffusion 2</title>7		<link rel="stylesheet" href="style.css" />8		9	</head>10	<body style="margin: 0; padding:0">11		<iframe width="100%" style="border: 0; height: 200vh" src="https://593ffdcfd92ddca7.gradio.app/?__theme=system"></iframe>12	</body>13</html>