From 5121de63890ca5e3024a4a630385a274acbb510a Mon Sep 17 00:00:00 2001 From: osmarks Date: Wed, 26 Mar 2025 12:52:56 +0000 Subject: [PATCH] frontend customizations --- clipfront2/src/About.svelte | 22 +++++++++++++--------- clipfront2/src/App.svelte | 4 ---- clipfront2/src/build.js | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/clipfront2/src/About.svelte b/clipfront2/src/About.svelte index f1ba35e..461ad80 100644 --- a/clipfront2/src/About.svelte +++ b/clipfront2/src/About.svelte @@ -8,15 +8,19 @@
-

- Welcome to {util.hardConfig.name} by osmarks.net Computational Memetics. {util.hardConfig.name} searches images using semantic image/text embedding models (refer to https://arxiv.org/abs/2303.15343, https://arxiv.org/abs/2103.00020). In general, search by thinking of what caption your desired image might have been given by random people on the internet. The model currently in use can read text fairly well and understands moderately abstract properties of images, but is limited to English and case-insensitive. -

-

- "Useful"/"aesthetic"/"meme" sliders are defined based on an approximate extrapolation of my preferences and may not agree with your own opinions. Results are otherwise decided by the inscrutable whims of a billion-parameter neural network. Please note that large-scale internet data may contain things you do not like. -

-

- The code is open-source and available on GitHub. -

+ {#if util.hardConfig.about_html} + {@html util.hardConfig.about_html} + {:else} +

+ Welcome to {util.hardConfig.name} by osmarks.net Computational Memetics. {util.hardConfig.name} searches images using semantic image/text embedding models (refer to https://arxiv.org/abs/2303.15343, https://arxiv.org/abs/2103.00020). In general, search by thinking of what caption your desired image might have been given by random people on the internet. The model currently in use can read text fairly well and understands moderately abstract properties of images, but is limited to English and case-insensitive. +

+

+ "Useful"/"aesthetic"/"meme" sliders are defined based on an approximate extrapolation of my preferences and may not agree with your own opinions. Results are otherwise decided by the inscrutable whims of a billion-parameter neural network. Please note that large-scale internet data may contain things you do not like. +

+

+ The code is open-source and available on GitHub. +

+ {/if} {#if util.hardConfig.telemetry_endpoint}

Privacy

diff --git a/clipfront2/src/App.svelte b/clipfront2/src/App.svelte index 68764c3..0277d60 100644 --- a/clipfront2/src/App.svelte +++ b/clipfront2/src/App.svelte @@ -147,10 +147,6 @@ margin-bottom: 6px - - {util.hardConfig.name} - -