Spaces:
Runtime error
Runtime error
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<link rel="icon" href="/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="/static/_app/immutable/assets/_layout-09765a90.css" rel="stylesheet"> | |
<link href="/static/_app/immutable/assets/_page-72782cfa.css" rel="stylesheet"> | |
<link rel="modulepreload" href="/static/_app/immutable/start-1a49dc0e.js"> | |
<link rel="modulepreload" href="/static/_app/immutable/chunks/index-d6cdd52d.js"> | |
<link rel="modulepreload" href="/static/_app/immutable/chunks/singletons-5bc2502b.js"> | |
<link rel="modulepreload" href="/static/_app/immutable/chunks/index-4452be73.js"> | |
<link rel="modulepreload" href="/static/_app/immutable/components/pages/_layout.svelte-89f750b4.js"> | |
<link rel="modulepreload" href="/static/_app/immutable/modules/pages/_layout.ts-b8ee4d7c.js"> | |
<link rel="modulepreload" href="/static/_app/immutable/chunks/_layout-1daba58d.js"> | |
<link rel="modulepreload" href="/static/_app/immutable/components/pages/_page.svelte-71fb975b.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 s-y_bCXRrkrYfP"><h1 class="text-3xl font-bold leading-normal s-y_bCXRrkrYfP">Palette generation with Stable Diffussion</h1> | |
<p class="text-sm s-y_bCXRrkrYfP">Original ideas: | |
<a class="link s-y_bCXRrkrYfP" target="_blank" rel="nofollow noopener" href="https://twitter.com/mattdesl/status/1569457653298139136">Matt DesLauriers | |
</a>, | |
<a class="link s-y_bCXRrkrYfP" href="https://drib.net/homage">dribnet </a></p> | |
<div class="relative sticky top-0 z-50 bg-white dark:bg-black py-3 s-y_bCXRrkrYfP"><form class="grid grid-cols-6 s-y_bCXRrkrYfP"><input class="input s-y_bCXRrkrYfP" 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 s-y_bCXRrkrYfP" title="Generate Palette">Create Palette | |
</button></form> | |
</div> | |
<div class="flex items-center gap-4 my-10 s-y_bCXRrkrYfP"><div class="font-bold text-sm s-y_bCXRrkrYfP">0 submitted palettes</div> | |
<div class="grow border-b border-gray-200 s-y_bCXRrkrYfP"></div></div> | |
</div> | |
<script type="module" data-sveltekit-hydrate="1f4hnsg"> | |
import { start } from "/static/_app/immutable/start-1a49dc0e.js"; | |
start({ | |
env: {"PUBLIC_DEV_MODE":"DEV","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":"/static","assets":"/static"}, | |
target: document.querySelector('[data-sveltekit-hydrate="1f4hnsg"]').parentNode, | |
trailing_slash: "never" | |
}); | |
</script> | |
</div> | |
</body> | |
</html> | |