riffusion-app/samplePrompts.ts

70 lines
1.7 KiB
TypeScript

// List of interesting prompts to randomly sample.
export const samplePrompts = [
"acoustic folk violin jam",
"ancient chinese hymn",
"anger rap",
"bongos on a havana street",
"brazilian Forró dance",
"bubblegum eurodance",
"church bells",
"classical italian tenor operatic pop",
"copacabana beach",
"funk bassline with a jazzy saxophone",
"jamaican dancehall vocals",
"jazzy rapping from paris",
"k-pop boy group",
"lo-fi beat for the holidays",
"mambo but from kenya",
"piano concerto in a minor",
"post-teen pop talent show winner",
"psychedelic nepalese trance",
"rock and roll electric guitar solo",
"smooth tropical dance jazz",
"swing jazz trumpet",
"techno DJ and a country fiddle",
"typing",
];
export const rollTheDicePrompts = [
"(caribbean:1.5) (jazz:0.3)",
"alarm clock",
"arabic (vocals:1.5)",
"baroque new wave pop",
"breathing",
"british soul dance",
"chainsaw funk",
"church organ with a harpsichord",
"clarinet with maracas",
"classic rock mellow gold progressive",
"classical flute",
"jamaican ska rap",
"laughing",
"new orleans blues",
"piano funk",
"pop r&b urban contemporary",
"reggae fusion",
"square dancing in wyoming",
"tropical deep sea",
"tropical electro house moombahton",
"tropical german dance house",
"uk permanent wave pop",
"water drops",
"west coast rap vocals",
];
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"
]