From 225c9e609a5287c9add6902e03a53f685dd8b0a9 Mon Sep 17 00:00:00 2001 From: Seth Forsgren Date: Wed, 14 Dec 2022 14:54:27 -0800 Subject: [PATCH] better curser on tooltips --- components/PromptEntry.tsx | 5 ++++- prompts.ts | 11 +++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/components/PromptEntry.tsx b/components/PromptEntry.tsx index 136a5f0..6bef914 100644 --- a/components/PromptEntry.tsx +++ b/components/PromptEntry.tsx @@ -34,6 +34,9 @@ export default function PromptEntry({
{ jumpToPrompt(prompt, inferenceResults, setPaused, nowPlayingResult) }} >

{prompt}

+ //
+ //

{prompt}

+ //
); case 1: return ( @@ -136,7 +139,7 @@ export default function PromptEntry({ }; return ( -
+
{getPromptCopy(prompt)} {/* TODO(hayk): Re-enable this when it's working. */} diff --git a/prompts.ts b/prompts.ts index c95c2db..d0e09fb 100644 --- a/prompts.ts +++ b/prompts.ts @@ -5,7 +5,7 @@ export const samplePrompts = [ "classical italian tenor operatic pop", "edm electropop indietronica metropopolis", "kygo tropical dance marvin gaye", - "detroit hip hop 808", + "eminem style rap", "church bells", "funk bassline with a jazzy saxophone", "a pianist playing a concerto", @@ -42,15 +42,14 @@ export const rollTheDicePrompts = [ "baroque new wave pop", "reggae fusion", "tropical german dance house", - // TODO: consider adding samplePrompts to this list when using it ]; export const initialSeedImageMap = { - "og_beat": [3, 738973, 51209, 745234], + "og_beat": [3, 738973, 674, 745234], "agile": [808, 231, 3324, 323984], - "marim": [123, 676, 6754, 8730], - // "motorway": [8730, 323984, 745234], - // "vibes": [4205, 94, 78530] + "marim": [123, 51209, 6754, 8730], + "motorway": [8730, 323984, 745234], + "vibes": [4205, 94, 78530] } export const initialSeeds = [