Spaces:
Running
Running
description
Browse files
src/app.html
CHANGED
|
@@ -12,11 +12,14 @@
|
|
| 12 |
rel="stylesheet"
|
| 13 |
/>
|
| 14 |
<title>LoRA Studio</title>
|
| 15 |
-
<meta
|
|
|
|
|
|
|
|
|
|
| 16 |
<meta property="og:title" content="LoRA Studio" />
|
| 17 |
<meta
|
| 18 |
property="og:description"
|
| 19 |
-
content="
|
| 20 |
/>
|
| 21 |
<meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
| 22 |
<meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
|
|
@@ -27,7 +30,7 @@
|
|
| 27 |
<meta name="twitter:title" content="LoRA Studio" />
|
| 28 |
<meta
|
| 29 |
name="twitter:description"
|
| 30 |
-
content="
|
| 31 |
/>
|
| 32 |
<meta name="twitter:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
| 33 |
<link
|
|
|
|
| 12 |
rel="stylesheet"
|
| 13 |
/>
|
| 14 |
<title>LoRA Studio</title>
|
| 15 |
+
<meta
|
| 16 |
+
name="description"
|
| 17 |
+
content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€"
|
| 18 |
+
/>
|
| 19 |
<meta property="og:title" content="LoRA Studio" />
|
| 20 |
<meta
|
| 21 |
property="og:description"
|
| 22 |
+
content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€"
|
| 23 |
/>
|
| 24 |
<meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
| 25 |
<meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
|
|
|
|
| 30 |
<meta name="twitter:title" content="LoRA Studio" />
|
| 31 |
<meta
|
| 32 |
name="twitter:description"
|
| 33 |
+
content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€"
|
| 34 |
/>
|
| 35 |
<meta name="twitter:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
| 36 |
<link
|
src/routes/+layout.svelte
CHANGED
|
@@ -38,11 +38,11 @@
|
|
| 38 |
|
| 39 |
<svelte:head>
|
| 40 |
<title>LoRA Studio</title>
|
| 41 |
-
<meta name="description" content="
|
| 42 |
<meta property="og:title" content="LoRA Studio" />
|
| 43 |
<meta
|
| 44 |
property="og:description"
|
| 45 |
-
content="
|
| 46 |
/>
|
| 47 |
<meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
| 48 |
<meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
|
|
@@ -53,7 +53,7 @@
|
|
| 53 |
<meta name="twitter:title" content="LoRA Studio" />
|
| 54 |
<meta
|
| 55 |
name="twitter:description"
|
| 56 |
-
content="
|
| 57 |
/>
|
| 58 |
<meta name="twitter:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
| 59 |
</svelte:head>
|
|
|
|
| 38 |
|
| 39 |
<svelte:head>
|
| 40 |
<title>LoRA Studio</title>
|
| 41 |
+
<meta name="description" content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€" />
|
| 42 |
<meta property="og:title" content="LoRA Studio" />
|
| 43 |
<meta
|
| 44 |
property="og:description"
|
| 45 |
+
content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€"
|
| 46 |
/>
|
| 47 |
<meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
| 48 |
<meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
|
|
|
|
| 53 |
<meta name="twitter:title" content="LoRA Studio" />
|
| 54 |
<meta
|
| 55 |
name="twitter:description"
|
| 56 |
+
content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€"
|
| 57 |
/>
|
| 58 |
<meta name="twitter:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
| 59 |
</svelte:head>
|
src/routes/gallery/+layout.svelte
CHANGED
|
@@ -58,7 +58,7 @@
|
|
| 58 |
|
| 59 |
<svelte:head>
|
| 60 |
<title>Community Gallery</title>
|
| 61 |
-
<meta name="description" content="
|
| 62 |
</svelte:head>
|
| 63 |
|
| 64 |
<main class="px-6 py-10 lg:px-10 lg:py-12">
|
|
|
|
| 58 |
|
| 59 |
<svelte:head>
|
| 60 |
<title>Community Gallery</title>
|
| 61 |
+
<meta name="description" content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€" />
|
| 62 |
</svelte:head>
|
| 63 |
|
| 64 |
<main class="px-6 py-10 lg:px-10 lg:py-12">
|
src/routes/generate/+page.svelte
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
<svelte:head>
|
| 2 |
<title>Generate your Image</title>
|
| 3 |
-
<meta name="description" content="
|
| 4 |
</svelte:head>
|
| 5 |
|
| 6 |
<script lang="ts">
|
|
|
|
| 1 |
<svelte:head>
|
| 2 |
<title>Generate your Image</title>
|
| 3 |
+
<meta name="description" content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€" />
|
| 4 |
</svelte:head>
|
| 5 |
|
| 6 |
<script lang="ts">
|
src/routes/models/+layout.svelte
CHANGED
|
@@ -83,7 +83,7 @@
|
|
| 83 |
|
| 84 |
<svelte:head>
|
| 85 |
<title>Explore Models</title>
|
| 86 |
-
<meta name="description" content="Explore
|
| 87 |
{#if $page.url.searchParams.get('search')}
|
| 88 |
<meta property="og:title" content="All {$page.url.searchParams.get('search')} LoRAS on LoRA Studio" />
|
| 89 |
<meta property="og:description" content="Browse and explore all {$page.url.searchParams.get('search')} models" />
|
|
|
|
| 83 |
|
| 84 |
<svelte:head>
|
| 85 |
<title>Explore Models</title>
|
| 86 |
+
<meta name="description" content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€" />
|
| 87 |
{#if $page.url.searchParams.get('search')}
|
| 88 |
<meta property="og:title" content="All {$page.url.searchParams.get('search')} LoRAS on LoRA Studio" />
|
| 89 |
<meta property="og:description" content="Browse and explore all {$page.url.searchParams.get('search')} models" />
|
src/routes/saved-generations/+page.svelte
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
|
| 9 |
<svelte:head>
|
| 10 |
<title>My saved generations</title>
|
| 11 |
-
<meta name="description" content="
|
| 12 |
</svelte:head>
|
| 13 |
|
| 14 |
<main class="px-6 py-10 lg:px-10 lg:py-12">
|
|
|
|
| 8 |
|
| 9 |
<svelte:head>
|
| 10 |
<title>My saved generations</title>
|
| 11 |
+
<meta name="description" content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€" />
|
| 12 |
</svelte:head>
|
| 13 |
|
| 14 |
<main class="px-6 py-10 lg:px-10 lg:py-12">
|