diff --git a/manifest.json b/manifest.json index a0d3f86..4d8af45 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "packageId": "dalle", "name": "OpenAI Dalle Package", - "version": "0.0.6", + "version": "0.0.7", "minTextGeneratorVersion": "0.7.0", "description": "The package contains some interessting Dalle-2/Dalle-3 prompt templates", "author": "Noureddine Haouari", diff --git a/prompts/art3D.md b/prompts/art3D.md index 729d3fb..93a5028 100644 --- a/prompts/art3D.md +++ b/prompts/art3D.md @@ -8,11 +8,14 @@ tags: - dalle-2 - art version: 0.0.1 -output: \n![]({{requestResults.data.0.url}}) -provider: custom -endpoint: https://api.openai.com/v1/images/generations -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" stream: false +disableProvider: true --- -{{selection}}, 3D art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, 3D art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artAnime.md b/prompts/artAnime.md index eb0aaec..7bee072 100644 --- a/prompts/artAnime.md +++ b/prompts/artAnime.md @@ -1,15 +1,21 @@ --- -promptId: 'artAnime' -name: '🖼️ Generate a anime photo' -description: 'select a text and photo with the style of anime will be generated using Dalle-2' -author: 'Prompt Engineering Guide' -tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +promptId: artAnime +name: 🖼️ Generate a anime photo +description: select a text and photo with the style of anime will be generated using Dalle-2 +author: Prompt Engineering Guide +tags: + - photo + - dalle-2 + - art +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, anime \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, anime +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artBallPointPen.md b/prompts/artBallPointPen.md index 4a54d33..576a1a6 100644 --- a/prompts/artBallPointPen.md +++ b/prompts/artBallPointPen.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a ball-point pen photo' description: 'select a text and photo with the style of ball-point pen will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, ball-point pen art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, ball-point pen art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artBanksy.md b/prompts/artBanksy.md index eaabf2e..f0f50fe 100644 --- a/prompts/artBanksy.md +++ b/prompts/artBanksy.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a photo by Banksy' description: 'select a text and photo with the style of Banksy Street art Dali will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, by Banksy \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, by Banksy +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artBauhaus.md b/prompts/artBauhaus.md index d944bed..9b99b60 100644 --- a/prompts/artBauhaus.md +++ b/prompts/artBauhaus.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a bauhaus art photo' description: 'select a text and photo with the style of bauhaus art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, bauhaus art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, bauhaus art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artCartoon.md b/prompts/artCartoon.md index d87bb42..58929ec 100644 --- a/prompts/artCartoon.md +++ b/prompts/artCartoon.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a cartoon art photo' description: 'select a text and photo with the style of cartoon art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, cartoon art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, cartoon art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artChildrenDrawing.md b/prompts/artChildrenDrawing.md index dade672..d3b1b34 100644 --- a/prompts/artChildrenDrawing.md +++ b/prompts/artChildrenDrawing.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a children’s drawing' description: 'select a text and photo with the style of children’s drawing will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -A children’s drawing of {{selection}} \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + A children’s drawing of {{selection}} +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artClaymation.md b/prompts/artClaymation.md index a93ba37..cb04756 100644 --- a/prompts/artClaymation.md +++ b/prompts/artClaymation.md @@ -5,11 +5,14 @@ description: 'select a text and photo with the style of claymation art will be g author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" stream: false +disableProvider: true --- -{{selection}}, claymation art/clay art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, claymation art/clay art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artColoringBook.md b/prompts/artColoringBook.md index ed54adb..2de84e3 100644 --- a/prompts/artColoringBook.md +++ b/prompts/artColoringBook.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a coloring book photo' description: 'select a text and photo with the style of coloring book will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, coloring book \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, coloring book +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artCyberpunk.md b/prompts/artCyberpunk.md index 82e59c0..74b2e46 100644 --- a/prompts/artCyberpunk.md +++ b/prompts/artCyberpunk.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a cyberpunk art photo' description: 'select a text and photo with the style of cyberpunk art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, cyberpunk art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, cyberpunk art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artDeco.md b/prompts/artDeco.md index 4a9fc9c..2d3ddc8 100644 --- a/prompts/artDeco.md +++ b/prompts/artDeco.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a deco art photo' description: 'select a text and photo with the style of deco art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},deco art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, deco art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artDigital.md b/prompts/artDigital.md index 67d16a1..f936451 100644 --- a/prompts/artDigital.md +++ b/prompts/artDigital.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a digital art photo' description: 'select a text and photo with the style of Digital Art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, digital art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, digital art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artGlitchcore.md b/prompts/artGlitchcore.md index 00cb900..ae1bd2c 100644 --- a/prompts/artGlitchcore.md +++ b/prompts/artGlitchcore.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a glitchcore art photo' description: 'select a text and photo with the style of glitchcore art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, glitchcore art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, glitchcore art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artGraffiti.md b/prompts/artGraffiti.md index 459f9fb..540038f 100644 --- a/prompts/artGraffiti.md +++ b/prompts/artGraffiti.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a graffiti photo' description: 'select a text and photo with the style of graffiti will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, graffiti art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, graffiti art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artLine.md b/prompts/artLine.md index 29155b0..96a692d 100644 --- a/prompts/artLine.md +++ b/prompts/artLine.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a line art photo' description: 'select a text and photo with the style of line art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, line art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, line art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artLowPoly.md b/prompts/artLowPoly.md index 64b7f27..00d30c1 100644 --- a/prompts/artLowPoly.md +++ b/prompts/artLowPoly.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a low poly art photo' description: 'select a text and photo with the style of low poly art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, low poly art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, low poly art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artModern.md b/prompts/artModern.md index d9bd3ed..791952f 100644 --- a/prompts/artModern.md +++ b/prompts/artModern.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a modern art photo' description: 'select a text and photo with the style of modern art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, modern art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, modern art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artNormanRockwell.md b/prompts/artNormanRockwell.md index 9da0f02..a8af27c 100644 --- a/prompts/artNormanRockwell.md +++ b/prompts/artNormanRockwell.md @@ -4,12 +4,15 @@ name: '🖼️ photo by Norman Rockwell' description: 'select a text and photo with the style of Norman Rockwell will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},by Norman Rockwell \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, by Norman Rockwell +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artPencilSketch.md b/prompts/artPencilSketch.md index e6cd44f..be39bcc 100644 --- a/prompts/artPencilSketch.md +++ b/prompts/artPencilSketch.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a pencil sketch photo' description: 'select a text and photo with the style of pencil sketch will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, pencil sketch/pencil drawing \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, pencil sketch/pencil drawing +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artPixel.md b/prompts/artPixel.md index 1bf183f..9b78cc5 100644 --- a/prompts/artPixel.md +++ b/prompts/artPixel.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a pixel art photo' description: 'select a text and photo with the style of pixel art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, pixel art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, pixel art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artPsychedelic.md b/prompts/artPsychedelic.md index 23f26bd..9aa924f 100644 --- a/prompts/artPsychedelic.md +++ b/prompts/artPsychedelic.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a psychedelic art photo' description: 'select a text and photo with the style of psychedelic art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, psychedelic art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, psychedelic art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artSalvadorDali.md b/prompts/artSalvadorDali.md index 388d297..ec4e247 100644 --- a/prompts/artSalvadorDali.md +++ b/prompts/artSalvadorDali.md @@ -4,12 +4,15 @@ name: '🖼️ photo by Salvador Dali' description: 'select a text and photo with the style of Salvador Dali will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},by Salvador Dali \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, by Salvador Dali +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artSprayPainted.md b/prompts/artSprayPainted.md index ba3b9f8..da78da5 100644 --- a/prompts/artSprayPainted.md +++ b/prompts/artSprayPainted.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a spray-painted photo' description: 'select a text and photo with the style of spray-painted will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},spray-painted onto a wall \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, spray-painted onto a wall +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artSteampunk.md b/prompts/artSteampunk.md index 4ad26f0..5097538 100644 --- a/prompts/artSteampunk.md +++ b/prompts/artSteampunk.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a steampunk art photo' description: 'select a text and photo with the style of steampunk art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, steampunk art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, steampunk art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artStock.md b/prompts/artStock.md index 3ca1be6..4f268a3 100644 --- a/prompts/artStock.md +++ b/prompts/artStock.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a stock art photo' description: 'select a text and photo with the style of stock art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, stock art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, stock art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artSynthwave.md b/prompts/artSynthwave.md index 9c093bf..c34763e 100644 --- a/prompts/artSynthwave.md +++ b/prompts/artSynthwave.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a synthwave art photo' description: 'select a text and photo with the style of synthwave art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, synthwave art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, synthwave art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artTakashiMurakami.md b/prompts/artTakashiMurakami.md index b91521e..5ff57c2 100644 --- a/prompts/artTakashiMurakami.md +++ b/prompts/artTakashiMurakami.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a photo by Takashi Murakami' description: 'select a text and photo with the style of Takashi Murakami will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},by Takashi Murakami \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, by Takashi Murakami +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artTimBurton.md b/prompts/artTimBurton.md index 7d142fd..5bd03e6 100644 --- a/prompts/artTimBurton.md +++ b/prompts/artTimBurton.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a photo by Tim Burton' description: 'select a text and photo with the style of Tim Burton will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},by Tim Burton \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, by Tim Burton +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artUkiyoe.md b/prompts/artUkiyoe.md index b06b8ce..48f8872 100644 --- a/prompts/artUkiyoe.md +++ b/prompts/artUkiyoe.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a ukiyo-e art photo' description: 'select a text and photo with the style of ukiyo-e art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, ukiyo-e art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, ukiyo-e art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artVanGogh.md b/prompts/artVanGogh.md index e520ef0..bf32dac 100644 --- a/prompts/artVanGogh.md +++ b/prompts/artVanGogh.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a photo by Van Gogh' description: 'select a text and photo with the style of Van Gogh will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},by Van Gogh \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, by Van Gogh +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artVaporwave.md b/prompts/artVaporwave.md index 989a494..7e0b088 100644 --- a/prompts/artVaporwave.md +++ b/prompts/artVaporwave.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a vaporwave art photo' description: 'select a text and photo with the style of vaporwave art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, vaporwave art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, vaporwave art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artWarhol.md b/prompts/artWarhol.md index 01c4fd1..97d1e52 100644 --- a/prompts/artWarhol.md +++ b/prompts/artWarhol.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a photo by Warhol' description: 'select a text and photo with the style of Warhol will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, by Warhol \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, by Warhol +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/artWatercolor.md b/prompts/artWatercolor.md index ec5dfca..8b15d78 100644 --- a/prompts/artWatercolor.md +++ b/prompts/artWatercolor.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a watercolor photo' description: 'select a text and photo with the style of watercolor art will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, art' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, watercolor art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, watercolor art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/dall-e-core.md b/prompts/dall-e-core.md index c51aae0..3958192 100644 --- a/prompts/dall-e-core.md +++ b/prompts/dall-e-core.md @@ -6,10 +6,8 @@ author: tags: version: 0.0.1 disableProvider: true -commands: - - generate viewTypes: - - markdown + - none --- ```json:form diff --git a/prompts/getPhoto.md b/prompts/getPhoto.md index 0215569..2db2491 100644 --- a/prompts/getPhoto.md +++ b/prompts/getPhoto.md @@ -1,15 +1,19 @@ --- -promptId: 'getPhoto' -name: '🖼️ Generate a photo' -description: 'select a text and photo about it will be generated using Dalle-2' -author: 'Noureddine' -tags: 'photo, dalle-2' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +promptId: getPhoto +name: 🖼️ Generate a photo (dalle-3) +description: select a text and photo about it will be generated using Dalle-3 +author: Noureddine +tags: + - photo + - dalle-3 +version: 0.0.1 +sanatization_response: "// catch error\rif (res.status >= 300) {\r const err = data?.error?.message || JSON.stringify(data);\r throw err;\r}\r\r// get choices\rconst choices = data.data.map(c=> ({ type: \"image_url\", image_url: c.url}));\r\r// the return object should be in the format of \r// { content: string }[] \r// if there's only one response, put it in the array of choices.\rreturn choices;" +provider: custom +endpoint: https://api.openai.com/v1/images/generations +body: '{n: 1, size: "1024x1024", prompt: "{{escp prompt}}", model: "dall-e-3"}' +headers: "{\r\"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" stream: false +commands: + - generate --- -{{selection}} \ No newline at end of file +{{tg_selection}} \ No newline at end of file diff --git a/prompts/getPhoto2.md b/prompts/getPhoto2.md new file mode 100644 index 0000000..7876072 --- /dev/null +++ b/prompts/getPhoto2.md @@ -0,0 +1,19 @@ +--- +promptId: getPhoto +name: 🖼️ Generate a photo (dalle-2) +description: select a text and photo about it will be generated using Dalle-2 +author: Noureddine +tags: + - photo + - dalle-2 +version: 0.0.1 +sanatization_response: "// catch error\rif (res.status >= 300) {\r const err = data?.error?.message || JSON.stringify(data);\r throw err;\r}\r\r// get choices\rconst choices = data.data.map(c=> ({ type: \"image_url\", image_url: c.url}));\r\r// the return object should be in the format of \r// { content: string }[] \r// if there's only one response, put it in the array of choices.\rreturn choices;" +provider: custom +endpoint: https://api.openai.com/v1/images/generations +body: '{n: 1, size: "1024x1024", prompt: "{{escp prompt}}", model: "dall-e-2"}' +headers: "{\r\"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +stream: false +commands: + - generate +--- +{{tg_selection}} \ No newline at end of file diff --git a/prompts/getPhotos.md b/prompts/getPhotos.md new file mode 100644 index 0000000..ee75d2b --- /dev/null +++ b/prompts/getPhotos.md @@ -0,0 +1,19 @@ +--- +promptId: getPhoto +name: 🖼️ Generate 4 photos (dalle-3) +description: select a text and 4 photos about it will be generated using Dalle-3 +author: Noureddine +tags: + - photo + - dalle-3 +version: 0.0.1 +sanatization_response: "// catch error\rif (res.status >= 300) {\r const err = data?.error?.message || JSON.stringify(data);\r throw err;\r}\r\r// get choices\rconst choices = data.data.map(c=> ({ type: \"image_url\", image_url: c.url}));\r\r// the return object should be in the format of \r// { content: string }[] \r// if there's only one response, put it in the array of choices.\rreturn choices;" +provider: custom +endpoint: https://api.openai.com/v1/images/generations +body: '{n: 4, size: "1024x1024", prompt: "{{escp prompt}}", model: "dall-e-3"}' +headers: "{\r\"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +stream: false +commands: + - generate +--- +{{tg_selection}} \ No newline at end of file diff --git a/prompts/ligAmbient.md b/prompts/ligAmbient.md index d70f88d..96d86e4 100644 --- a/prompts/ligAmbient.md +++ b/prompts/ligAmbient.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Ambient Lighting photo' description: 'select a text and ambient lighting photo about it will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,lighting' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Ambient Lighting \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Ambient Lighting +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/ligCinematic.md b/prompts/ligCinematic.md index 471f6e9..f1df6d5 100644 --- a/prompts/ligCinematic.md +++ b/prompts/ligCinematic.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Cinematic Lighting photo' description: 'Movie-like imagery with dramatic shadowing and very strong vibrancy, it also seems to add sun rays whenever it can.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, lighting' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Cinematic Lighting \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Cinematic Lighting +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/ligFlare.md b/prompts/ligFlare.md index 0038536..b71c69d 100644 --- a/prompts/ligFlare.md +++ b/prompts/ligFlare.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Lens Flare photo' description: 'Adds a streak of light onto an image generation, creating the appearance of a bright light source being just outside of the frame.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,lighting' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},Lens Flare \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Lens Flare +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/ligGoldenHour.md b/prompts/ligGoldenHour.md index 8ecf38a..94cd5fc 100644 --- a/prompts/ligGoldenHour.md +++ b/prompts/ligGoldenHour.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Golden Hour Sunlight photo' description: 'The hour just after sunrise or just before sunset when the natural light is soft and warm. Increases the temperature of generations.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,lighting' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Golden Hour Sunlight \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Golden Hour Sunlight +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/ligStudio.md b/prompts/ligStudio.md index 5b3493f..de6fbc4 100644 --- a/prompts/ligStudio.md +++ b/prompts/ligStudio.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Studio Lighting photo' description: 'Dark/light background is imposed behind the subject, lighting accentuates details of the figure in the foreground.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,lighting' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},Studio Lighting \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Studio Lighting +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/modArtStation.md b/prompts/modArtStation.md index d246479..472c005 100644 --- a/prompts/modArtStation.md +++ b/prompts/modArtStation.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Trending on ArtStation photo' description: 'This modifier will sample extra training data from the most-liked artwork from the website ArtStation. Images which trend on ArtStation are usually very visually-appealing as it means the ArtStation community enjoys those images, so filtering the data to produce images similar to those will greatly increase the quality of the generated art.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, modifier' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Trending on ArtStation \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Trending on ArtStation +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/modAwardWinning.md b/prompts/modAwardWinning.md index 50ae177..5d431a0 100644 --- a/prompts/modAwardWinning.md +++ b/prompts/modAwardWinning.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Award-Winning Art photo' description: 'Images in the dataset with captions like “Award-Winning Art” are usually extremely creative and original, so using this modifier can greatly improve the quality and inventiveness of your generations.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, modifier' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Award-Winning Art \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Award-Winning Art +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/modDetailed.md b/prompts/modDetailed.md index bd80200..3061045 100644 --- a/prompts/modDetailed.md +++ b/prompts/modDetailed.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a photo, with more precise details' description: 'Adds more precise details to the output, instead of simple art, but can also make the art overwhelming/over the top in small details.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,modifier' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Detailed \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Detailed +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/modFanart.md b/prompts/modFanart.md index a346a7a..95fda95 100644 --- a/prompts/modFanart.md +++ b/prompts/modFanart.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Fanart photo' description: 'This gives the generation a cute young amateur graphic design feel, adding hearts to the image and so on.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, modifier' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Fanart \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Fanart +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/modPhotorealistic.md b/prompts/modPhotorealistic.md index 378709a..f590671 100644 --- a/prompts/modPhotorealistic.md +++ b/prompts/modPhotorealistic.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Photorealistic photo' description: 'This will make the art have a lot of detail, but still be stylized, and it will still be art. Do NOT use this if you want to create a prompt which looks like a real photo, as the term “photorealistic” is used to describe an artificial image that looks real, not a real photo.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, modifier' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Photorealistic \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Photorealistic +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/qua15mm.md b/prompts/qua15mm.md index 509ed3b..e571882 100644 --- a/prompts/qua15mm.md +++ b/prompts/qua15mm.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a 15mm wide-angle lens photo' description: 'Very wide image with lots of information in the image.' author: 'Prompt Engineering Guide' tags: 'photo,dalle-2,quality,lens' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},15mm wide-angle lens \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, 15mm wide-angle lens +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/qua200mm.md b/prompts/qua200mm.md index 0181f81..2e6e5e7 100644 --- a/prompts/qua200mm.md +++ b/prompts/qua200mm.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a 200mm lens photo' description: 'Extremely zoomed in photo, tons of background blur, & will look like it was photographed from a far distance and then zoomed in a lot (good for photos of flying birds, small animals).' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,quality,lens' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, 200mm lens \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, 200mm lens +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/qua35mm.md b/prompts/qua35mm.md index bd504a2..e545173 100644 --- a/prompts/qua35mm.md +++ b/prompts/qua35mm.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a 35mm lens photo' description: 'Reasonable amount of background blur, reasonable zoom level.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,quality,lens' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},35mm lens \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, 35mm lens +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/qua4K.md b/prompts/qua4K.md index 8bb6a0a..d6de441 100644 --- a/prompts/qua4K.md +++ b/prompts/qua4K.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a 4K/8K photo' description: 'Images in the dataset with the caption “4K/8K” are of high production value therefore will look more professionally photographed if you add this modifier.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,quality' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, 4K/8K \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, 4K/8K +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/qua85mm.md b/prompts/qua85mm.md index e3ec20a..ece0300 100644 --- a/prompts/qua85mm.md +++ b/prompts/qua85mm.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a 85mm lens photo' description: 'Quite zoomed in photo, a lot of background blur and detail on subject' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,quality, lens' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}},85mm lens \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, 85mm lens +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/quaBokeh.md b/prompts/quaBokeh.md index e77df4e..06c5b30 100644 --- a/prompts/quaBokeh.md +++ b/prompts/quaBokeh.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Bokeh photo' description: 'Enforce a large amount of background blur with clear outer bands, this can be used as a replacement for the “mm lens” prompts. Also could cause the subject to be closer to the camera.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,quality' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Bokeh \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Bokeh +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/quaCinematic.md b/prompts/quaCinematic.md index 89e6ea6..2908b3e 100644 --- a/prompts/quaCinematic.md +++ b/prompts/quaCinematic.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a cinematic movie photo' description: 'Adds a very atmospheric movie-like feel to the image, with great color tones and image composure, and can also add nice background blur and pretty camera angles.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,quality' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Cinematic Movie Photograph \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Cinematic Movie Photograph +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/quaMacro.md b/prompts/quaMacro.md index c995a35..637b333 100644 --- a/prompts/quaMacro.md +++ b/prompts/quaMacro.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Macro photo' description: 'select a text and Macro photo about it will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,quality' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Macro \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Macro +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/quaTiltShift.md b/prompts/quaTiltShift.md index d432a42..77bbdcd 100644 --- a/prompts/quaTiltShift.md +++ b/prompts/quaTiltShift.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Tilt-shift photo' description: 'select a text and Tilt-shift photo about it will be generated using Dalle-2' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2,quality' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Tilt-shift photography \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Tilt-shift photography +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file diff --git a/prompts/sitNature.md b/prompts/sitNature.md index e0948c0..e1ff08c 100644 --- a/prompts/sitNature.md +++ b/prompts/sitNature.md @@ -4,12 +4,15 @@ name: '🖼️ Generate a Nature photo' description: 'Photographs in the dataset with these captions tend to showcase animals/nature in extraordinary positions and situations, works similarly to “Award-Winning” but is only for nature. This will also make animals/nature look more real and accurate.' author: 'Prompt Engineering Guide' tags: 'photo, dalle-2, situational' -version: '0.0.1' -output: '\n![]({{requestResults.data.0.url}})' -provider: 'custom' -endpoint: 'https://api.openai.com/v1/images/generations' -body: '{"n": 1, "size": "1024x1024", "prompt": "{{escp prompt}}"}' -headers: "{\r \"Content-Type\": \"application/json\",\r \"authorization\": \"Bearer {{keys.openAIChat}}\"\r}" +version: 0.0.1 stream: false +disableProvider: true --- -{{selection}}, Nature Photography \ No newline at end of file +```handlebars +{{#run "getPhoto" "r" "tg_selection"}} + {{selection}}, Nature Photography +{{/run}} +``` +*** +*** +{{get "r"}} \ No newline at end of file