Timebased Prompts
I always end up copying those Json snippets around. Here is an empty one:
{
"0": "XXX",
"100": "XXX",
"200": "XXX",
"300": "XXX",
"400": "XXX",
"500": "XXX",
"600": "XXX",
"700": "XXX",
"800": "XXX",
"900": "XXX"
}
And with increased strength:
{
"0": "(XXX:1.4)",
"100": "(XXX:1.4)",
"200": "(XXX:1.4)",
"300": "(XXX:1.4)",
"400": "(XXX:1.4)",
"500": "(XXX:1.4)",
"600": "(XXX:1.4)",
"700": "(XXX:1.4)",
"800": "(XXX:1.4)",
"900": "(XXX:1.4)"
}
I also use ChatGPT a lot to help me with those timebased prompts. For example:
{
"0": "XXX",
"100": "XXX",
"200": "XXX",
"300": "XXX",
"400": "XXX",
"500": "XXX",
"600": "XXX",
"700": "XXX",
"800": "XXX",
"900": "XXX"
}
Right now the steps are always 100.
0, 100, 200.
Change them to steps of 1000.
Also add a just the name of one ntropical bird into each line instead of the XXX
This is the output:
{
"0": "Scarlet Macaw",
"1000": "Harpy Eagle",
"2000": "Keel-billed Toucan",
"3000": "Resplendent Quetzal",
"4000": "Blue-and-yellow Macaw",
"5000": "African Grey Parrot",
"6000": "Cockatoo",
"7000": "Sun Conure",
"8000": "Hornbill",
"9000": "Flamingo"
}
Here is a another one:
{
"0": "(flowers:1.4)",
"100": "(trees:1.4)",
"200": "(jungle:1.4)",
"300": "(crystal:1.4)",
"400": "(ice:1.4)",
"500": "(water:1.4)",
"600": "(sky with clouds:1.4)",
"700": "(desert:1.4)",
"800": "(sunset:1.4)",
"900": "(fire:1.4)"
}
And with ChatGPT you can change the strength from 1.4 to 1.7 if you want those prompts to be more strong.