radames's picture
static
4825ce7 unverified
raw
history blame
3.34 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/favicon.png" />
<meta name="viewport" content="width=device-width" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
<meta http-equiv="content-security-policy" content="">
<link href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/assets/_layout-d1ea213c.css" rel="stylesheet">
<link href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/assets/_page-d7e0618a.css" rel="stylesheet">
<link rel="modulepreload" href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/start-143f58bd.js">
<link rel="modulepreload" href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/chunks/index-1f793c88.js">
<link rel="modulepreload" href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/chunks/singletons-a44f94dd.js">
<link rel="modulepreload" href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/chunks/index-b3d11e3e.js">
<link rel="modulepreload" href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/components/pages/_layout.svelte-a6944661.js">
<link rel="modulepreload" href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/modules/pages/_layout.ts-b8ee4d7c.js">
<link rel="modulepreload" href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/chunks/_layout-1daba58d.js">
<link rel="modulepreload" href="/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/components/pages/_page.svelte-7e536a42.js">
</head>
<body class="dark:bg-[rgb(11,15,25)] bg-white dark:text-white text-black">
<div>
<div class="max-w-screen-md mx-auto px-3 py-8 relative z-0"><h1 class="text-3xl font-bold leading-normal">Stable Diffussion Outpainting Multiplayer</h1>
<p class="text-sm"></p>
<div class="relative top-0 z-50 bg-white dark:bg-black py-3"><form class="grid grid-cols-6"><input class="input svelte-zbscw1" placeholder="A photo of a beautiful sunset in San Francisco" title="Input prompt to generate image and obtain palette" type="text" name="prompt" >
<button class="button svelte-zbscw1" title="Generate Palette">Create Palette
</button></form></div>
<div class="relative"></div>
</div>
<script type="module" data-sveltekit-hydrate="praw4j">
import { start } from "/embed/huggingface-projects/stable-diffusion-multiplayer/static/_app/immutable/start-143f58bd.js";
start({
env: {"PUBLIC_DEV_MODE":"PROD","PUBLIC_WS_ENDPOINT":"wss://spaces.huggingface.tech/stabilityai/stable-diffusion/queue/join"},
hydrate: {
status: 200,
error: null,
node_ids: [0, 2],
params: {},
routeId: "",
data: (function(a){return [a,a]}(null)),
form: null
},
paths: {"base":"/embed/huggingface-projects/stable-diffusion-multiplayer/static","assets":"/embed/huggingface-projects/stable-diffusion-multiplayer/static"},
target: document.querySelector('[data-sveltekit-hydrate="praw4j"]').parentNode,
trailing_slash: "never"
});
</script>
</div>
</body>
</html>