Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
refactor: action buttons
Browse files- src/routes/+page.svelte +3 -6
src/routes/+page.svelte
CHANGED
@@ -106,18 +106,15 @@
|
|
106 |
onChange={handleChangeFilter}
|
107 |
/>
|
108 |
<div class="items-center justify-end gap-5 hidden lg:flex">
|
109 |
-
<Button href="https://huggingface.co/new/stable-diffusion-lora" target="_blank" icon="ic:round-plus" theme="dark" size="lg">
|
110 |
-
<!-- <UserIsLogged> -->
|
111 |
<Button
|
112 |
icon="octicon:upload-16"
|
113 |
theme="blue"
|
|
|
114 |
size="lg"
|
115 |
-
disabled={true}
|
116 |
-
onClick={() => submitModelDialog = true}
|
117 |
>
|
118 |
-
|
119 |
</Button>
|
120 |
-
<!-- </UserIsLogged> -->
|
121 |
</div>
|
122 |
<div class="items-center justify-end gap-3 flex lg:hidden">
|
123 |
<Button href="https://huggingface.co/new/stable-diffusion-lora" target="_blank" icon="ic:round-plus" theme="dark" size="md">Create</Button>
|
|
|
106 |
onChange={handleChangeFilter}
|
107 |
/>
|
108 |
<div class="items-center justify-end gap-5 hidden lg:flex">
|
109 |
+
<Button href="https://huggingface.co/new/stable-diffusion-lora" target="_blank" icon="ic:round-plus" theme="dark" size="lg">Upload</Button>
|
|
|
110 |
<Button
|
111 |
icon="octicon:upload-16"
|
112 |
theme="blue"
|
113 |
+
href="https://huggingface.co/spaces/multimodalart/civitai-to-hf"
|
114 |
size="lg"
|
|
|
|
|
115 |
>
|
116 |
+
Migrate
|
117 |
</Button>
|
|
|
118 |
</div>
|
119 |
<div class="items-center justify-end gap-3 flex lg:hidden">
|
120 |
<Button href="https://huggingface.co/new/stable-diffusion-lora" target="_blank" icon="ic:round-plus" theme="dark" size="md">Create</Button>
|