riffusion-app/samplePrompts.ts

86 lines
2.2 KiB
TypeScript
Raw Normal View History

2022-12-16 09:45:02 -07:00
// List of interesting prompts to randomly sample.
export const samplePrompts = [
2022-12-22 21:27:35 -07:00
"a folksy blues song from the mississippi delta around 1910",
2022-12-16 09:45:02 -07:00
"acoustic folk violin jam",
"ancient chinese hymn",
"anger rap",
2022-12-22 21:27:35 -07:00
"arabic gospel vocals",
2022-12-16 09:45:02 -07:00
"bongos on a havana street",
2022-12-22 21:27:35 -07:00
"bossa nova with distorted guitar",
2022-12-16 09:45:02 -07:00
"bubblegum eurodance",
"church bells",
"classical italian tenor operatic pop",
"copacabana beach",
2022-12-22 21:27:35 -07:00
"deep, smooth synthwave with a dream-like atmosphere",
"emotional disco",
2022-12-16 09:45:02 -07:00
"funk bassline with a jazzy saxophone",
2022-12-22 21:27:35 -07:00
"ibiza at 3am",
2022-12-16 09:45:02 -07:00
"jamaican dancehall vocals",
2022-12-22 21:27:35 -07:00
"jazzy clarinet with maracas",
2022-12-16 09:45:02 -07:00
"jazzy rapping from paris",
"k-pop boy group",
2022-12-22 21:27:35 -07:00
"latent space vaporwave",
2022-12-16 09:45:02 -07:00
"lo-fi beat for the holidays",
2022-12-22 21:27:35 -07:00
"mambo but from Kenya",
"piano concerto in A minor",
2022-12-16 09:45:02 -07:00
"post-teen pop talent show winner",
"psychedelic nepalese trance",
"rock and roll electric guitar solo",
2022-12-22 21:27:35 -07:00
"scott joplin style ragtime piano",
2022-12-16 09:45:02 -07:00
"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",
2022-12-22 21:27:35 -07:00
"bird calls",
2022-12-16 09:45:02 -07:00
"baroque new wave pop",
2022-12-22 21:27:35 -07:00
"Berlin and Paris electronic fused together with acoustic tunes",
2022-12-16 09:45:02 -07:00
"breathing",
2022-12-22 21:27:35 -07:00
"brazilian Forró dance",
2022-12-16 09:45:02 -07:00
"british soul dance",
"chainsaw funk",
"church organ with a harpsichord",
"classic rock mellow gold progressive",
"classical flute",
2022-12-22 21:27:35 -07:00
"cowbell ballad",
"funky human music",
"hip hop vocals piano cowbell",
"interdimensional cable",
2022-12-16 09:45:02 -07:00
"jamaican ska rap",
"laughing",
2022-12-22 21:27:35 -07:00
"lucky disco punk",
2022-12-16 09:45:02 -07:00
"new orleans blues",
"piano funk",
"pop r&b urban contemporary",
"reggae fusion",
2022-12-22 21:27:35 -07:00
"Shepard tone",
"smelly clown",
2022-12-16 09:45:02 -07:00
"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"
]