mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-02 23:13:54 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
|
||||
[]()
|
||||
# Recreat Midjourney Prompt
|
||||
This template can analyze the existing Prompt structure, disassemble and regenerate a new prompt with the same structure and completely different Prompt.
|
||||
|
||||
You need to enter a prompt that you like first.
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
Here are your three tasks:
|
||||
1.Break {{prompt}} into json key-value pairs.
|
||||
2.Set all the keys to random new value. Keep the keys the same.
|
||||
3.Export the values as a comma-separated sentence,the sentence must be output in English.
|
||||
4.Add "/imagine prompt:" at the beginning of the sentence.
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: This template can analyze the existing Prompt structure, disassemble and regenerate a new prompt with the same structure and completely different content.
|
||||
|
||||
|
||||
|
||||
You need input a Midjourney Prompt that you like first:
|
||||
**USER**: Here are your three tasks:
|
||||
|
||||
1.Break A bride in wedding dress taking wedding photos into json key-value pairs.
|
||||
|
||||
2.Change all the values to random something new. Keep the keys the same.
|
||||
|
||||
3.Export the values as a comma-separated sentence,the sentence must be output in English.
|
||||
|
||||
4.Add "/imagine prompt:" at the beginning of the sentence.
|
||||
**ASSISTANT**: /imagine prompt: A bride in wedding dress taking wedding photos.
|
||||
|
||||
|
||||
|
||||
Here are the modified key-value pairs:
|
||||
|
||||
|
||||
|
||||
{
|
||||
|
||||
"A bride": "A magician",
|
||||
|
||||
"in wedding dress": "wearing a cape",
|
||||
|
||||
"taking wedding photos": "performing tricks"
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
The modified sentence in English:
|
||||
|
||||
|
||||
|
||||
A magician wearing a cape, performing tricks.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user