#Markov Name Generator

3 messages · Page 1 of 1 (latest)

ancient sundial
#

This is a wrapper for a random name generator equivalent to the one at https://www.samcodes.co.uk/project/markov-namegen/

It comes with a bunch of data sets for different types of names — French forenames, Scottish surnames, Norwegian fjords, pizzas, dinosaurs, etc.

The current implementation comes split into two nodes: Markov Name Data Loader and Markov Name Generator. This provides the flexibility to use your own data set instead of the built-in ones if you so desire.

Use String Replace to combine the output with other prompt text.

Requires pip install markovname

https://gitlab.com/keturn/markovname_invoke

fringe geode
#

Very cool!

ancient sundial
#

Update: now the available datasets appear as choices in the Markov Name Data Loader input.

No functional change in the output, but makes it easier to use in the node editor.