Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk authored Mar 28, 2024
1 parent 3f55747 commit acc93bd
Show file tree
Hide file tree
Showing 58 changed files with 592 additions and 390 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 9 additions & 6 deletions prompts/art3D.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, 3D art
{{/run}}
```
***
***
{{get "r"}}
30 changes: 18 additions & 12 deletions prompts/artAnime.md
Original file line number Diff line number Diff line change
@@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, anime
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artBallPointPen.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, ball-point pen art
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artBanksy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, by Banksy
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artBauhaus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, bauhaus art
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artCartoon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, cartoon art
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artChildrenDrawing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
A children’s drawing of {{selection}}
{{/run}}
```
***
***
{{get "r"}}
15 changes: 9 additions & 6 deletions prompts/artClaymation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, claymation art/clay art
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artColoringBook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, coloring book
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artCyberpunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, cyberpunk art
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artDeco.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, deco art
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artDigital.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, digital art
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artGlitchcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, glitchcore art
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artGraffiti.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, graffiti art
{{/run}}
```
***
***
{{get "r"}}
17 changes: 10 additions & 7 deletions prompts/artLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```handlebars
{{#run "getPhoto" "r" "tg_selection"}}
{{selection}}, line art
{{/run}}
```
***
***
{{get "r"}}
Loading

0 comments on commit acc93bd

Please sign in to comment.