diffuse-the-rest / build /index.html
mishig's picture
mishig HF staff
new build
1c8a9b2
raw history blame
No virus
5.19 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/staticspaceiframe/huggingface/diffuse-the-rest/build/favicon.png" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content=""><link href="https://cdnjs.cloudflare.com/ajax/libs/drawingboard.js/0.4.2/drawingboard.css" rel="stylesheet" data-svelte="svelte-bw39ln"><script src="https://code.jquery.com/jquery-1.12.4.min.js" data-svelte="svelte-bw39ln"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/drawingboard.js/0.4.2/drawingboard.min.js" data-svelte="svelte-bw39ln"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js" data-svelte="svelte-bw39ln"></script>
<link href="/staticspaceiframe/huggingface/diffuse-the-rest/build/_app/immutable/assets/+layout-aed6cae1.css" rel="stylesheet">
<link rel="modulepreload" href="/staticspaceiframe/huggingface/diffuse-the-rest/build/_app/immutable/start-04edcb44.js">
<link rel="modulepreload" href="/staticspaceiframe/huggingface/diffuse-the-rest/build/_app/immutable/chunks/index-c0a82f06.js">
<link rel="modulepreload" href="/staticspaceiframe/huggingface/diffuse-the-rest/build/_app/immutable/chunks/singletons-45670e1e.js">
<link rel="modulepreload" href="/staticspaceiframe/huggingface/diffuse-the-rest/build/_app/immutable/components/pages/_layout.svelte-f3c669c0.js">
<link rel="modulepreload" href="/staticspaceiframe/huggingface/diffuse-the-rest/build/_app/immutable/components/pages/_page.svelte-24e2c110.js">
</head>
<body>
<div>
<div class="flex flex-wrap gap-x-4 gap-y-2 justify-center my-8"><canvas class="border-[1.2px] desktop:mt-[34px] hidden"></canvas>
<div class="flex flex-col items-center "><div id="board-container"></div>
<div><div class="flex gap-x-2 mt-3 items-center justify-center "><input type="text" class="border-2 py-1" placeholder="Add prompt" maxlength="200" value="">
<button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-1.5 px-4">diffuse the f rest
</button></div>
<p class="hidden desktop:inline mt-2 opacity-50">pro tip: upload img by dropping on the canvas
</p>
<div class="mt-2"><label class="inline desktop:hidden border py-1 px-1.5 bg-slate-200 cursor-pointer"><input accept="image/*" style="display: none;" type="file">
upload img
</label></div></div></div></div>
<article class="prose-sm px-4 md:px-8 lg:px-24 mb-8"><div class="text-center"><p>Stable Diffusion model by <a href="https://huggingface.co/CompVis" rel="nofollow">CompVis</a> and <a href="https://huggingface.co/stabilityai" rel="nofollow">Stability AI</a> - Demo by πŸ€— Hugging Face</p>
<p>Powered by <a href="https://github.com/huggingface/diffusers" rel="nofollow">πŸ€— Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch</a>. Based on <a href="https://twitter.com/psuraj28/status/1562039265126670339" rel="nofollow">notebook by @psuraj28</a></p>
<p>Check out <a href="https://huggingface.co/spaces/stabilityai/stable-diffusion" rel="nofollow">Stable Diffusion Gradio demo</a></p></div>
<h3>LICENSE</h3>
<p>The model is licensed with a <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license" rel="nofollow">CreativeML Open RAIL-M</a> license. The authors claim no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in this license. The license forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license" rel="nofollow">read the license</a></p>
<h3>Biases and content acknowledgment</h3>
<p>Despite how impressive being able to turn text into image is, beware to the fact that this model may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence. The model was trained on the <a href="https://laion.ai/blog/laion-5b/" rel="nofollow">LAION-5B dataset</a>, which scraped non-curated image-text-pairs from the internet (the exception being the removal of illegal content) and is meant for research purposes. You can read more in the <a href="https://huggingface.co/CompVis/stable-diffusion-v1-4" rel="nofollow">model card</a></p></article>
<script type="module" data-sveltekit-hydrate="1ee7m07">
import { set_public_env, start } from "/staticspaceiframe/huggingface/diffuse-the-rest/build/_app/immutable/start-04edcb44.js";
set_public_env({});
start({
target: document.querySelector('[data-sveltekit-hydrate="1ee7m07"]').parentNode,
paths: {"base":"/staticspaceiframe/huggingface/diffuse-the-rest/build","assets":"/staticspaceiframe/huggingface/diffuse-the-rest/build"},
route: true,
spa: false,
trailing_slash: "never",
hydrate: {
status: 200,
error: null,
node_ids: [0, 2],
params: {},
routeId: ""
}
});
</script>
</div>
</body>
</html>