riffusion-app/prompts.ts

72 lines
1.9 KiB
TypeScript

// List of interesting prompts to randomly sample.
export const samplePrompts = [
"lo-fi beat for the holidays",
"techno DJ and a country fiddle",
"classical italian tenor operatic pop",
"kygo tropical dance marvin gaye",
"eminem style anger rap",
"church bells",
"funk bassline with a jazzy saxophone",
"piano concerto in a minor",
"rock and roll electric guitar solo",
"acoustic folk violin jam",
"k-pop boy group",
"typing",
"post-teen pop talent show winner",
"sean paul dancehall",
"mambo but from kenya",
"jack johnson vocals",
"swing jazz trumpet",
"bubblegum eurodance",
"brazilian Forró dance",
"bongos on a havana street",
"copacabana beach",
"psychedelic nepalese trance",
"jazzy rapping from paris",
"ancient chinese hymn",
];
export const rollTheDicePrompts = [
"arabic (vocals:1.5)",
"classic rock mellow gold progressive",
"west coast rap vocals",
"classical flute",
"church organ with a harpsichord",
"uk permanent wave pop",
"chainsaw funk",
"laughing",
"tropical deep sea",
"piano funk",
"jamaican ska rap",
"tropical electro house moombahton",
"breathing",
"water drops",
"british soul dance",
"pop r&b urban contemporary",
"baroque new wave pop",
"reggae fusion",
"tropical german dance house",
"alarm clock",
"(caribbean:1.5) (jazz:0.3)",
"new orleans blues",
"clarinet with maracas",
"sultry sinatra",
"square dancing in wyoming",
];
export const initialSeedImageMap = {
"og_beat": [3, 738973, 674, 745234, 808, 231, 3324, 323984, 123, 51209, 123, 51209, 6754, 8730],
"agile": [808, 231, 3324, 323984],
"marim": [123, 51209, 6754, 8730],
"motorway": [8730, 323984, 745234],
"vibes": [4205, 94, 78530]
}
export const initialSeeds = [
"og_beat",
// "agile",
// "marim",
// "motorway",
// "vibes"
]