Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOUARI Noureddine committed Dec 1, 2022
1 parent 12b6715 commit 746d4d2
Show file tree
Hide file tree
Showing 47 changed files with 1,018 additions and 15 deletions.
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,62 @@
# Dalle-2 Prompt Templates
* You need to [configure OpenAI Key](https://text-gen.com/configure-api-key)
* [Dalle-2 Pricing](https://openai.com/api/pricing/)
* [Prompt Engineering Guide](https://docs.google.com/document/d/11WlzjBT0xRpQhP9tFMtxzd0q6ANIdHPUBkMV-YB043U)

# Prompts
| Prompt | Usage |
|----------|-------------------------------------------|
| **getPhoto** | Generate a photo about the selected text. |
|**art3D**|photo with the style of 3D art will be generated |
|**artAnime**|photo with the style of anime will be generated |
|**artBallPointPen**|photo with the style of ball-point pen will be generated |
|**artBanksy**|photo with the style of Banksy Street art Dali will be generated |
|**artBauhaus**|photo with the style of bauhaus art will be generated |
|**artCartoon**|photo with the style of cartoon art will be generated |
|**artChildrenDrawing**|photo with the style of children’s drawing will be generated |
|**artClaymation**|photo with the style of claymation art will be generated |
|**artColoringBook**|photo with the style of coloring book will be generated |
|**artCyberpunk**|photo with the style of cyberpunk art will be generated |
|**artDeco**|photo with the style of deco art will be generated |
|**artDigital**|photo with the style of Digital Art will be generated |
|**artGlitchcore**|photo with the style of glitchcore art will be generated |
|**artGraffiti**|photo with the style of graffiti will be generated |
|**artLine**|photo with the style of line art will be generated |
|**artLowPoly**|photo with the style of low poly art will be generated |
|**artModern**|photo with the style of modern art will be generated |
|**artNormanRockwell**|photo with the style of Norman Rockwell will be generated |
|**artPencilSketch**|photo with the style of pencil sketch will be generated |
|**artPixel**|photo with the style of pixel art will be generated |
|**artPsychedelic**|photo with the style of psychedelic art will be generated |
|**artSalvadorDali**|photo with the style of Salvador Dali will be generated |
|**artSprayPainted**|photo with the style of spray-painted will be generated |
|**artSteampunk**|photo with the style of steampunk art will be generated |
|**artStock**|photo with the style of stock art will be generated |
|**artSynthwave**|photo with the style of synthwave art will be generated |
|**artTakashiMurakami**|photo with the style of Takashi Murakami will be generated |
|**artTimBurton**|photo with the style of Tim Burton will be generated |
|**artUkiyoe**|photo with the style of ukiyo-e art will be generated |
|**artVanGogh**|photo with the style of Van Gogh will be generated |
|**artVaporwave**|photo with the style of vaporwave art will be generated |
|**artWarhol**|photo with the style of Warhol will be generated |
|**artWatercolor**|photo with the style of watercolor art will be generated |
|**ligAmbient**|ambient lighting photo about it will be generated |
|**ligCinematic**|Movie-like imagery with dramatic shadowing and very strong vibrancy, it also seems to add sun rays whenever it can. |
|**ligFlare**|Adds a streak of light onto an image generation, creating the appearance of a bright light source being just outside of the frame. |
|**ligGoldenHour**|The hour just after sunrise or just before sunset when the natural light is soft and warm. Increases the temperature of generations. |
|**ligStudio**|Dark/light background is imposed behind the subject, lighting accentuates details of the figure in the foreground. |
|**modArtStation**|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. |
|**modAwardWinning**|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. |
|**modDetailed**| Adds more precise details to the output, instead of simple art, but can also make the art overwhelming/over the top in small details. |
|**modFanart**|This gives the generation a cute young amateur graphic design feel, adding hearts to the image and so on. |
|**modPhotorealistic**|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. |
|**qua4K**|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. |
|**qua15mm**|Very wide image with lots of information in the image. |
|**qua35mm**|Reasonable amount of background blur, reasonable zoom level. |
|**qua85mm**|Quite zoomed in photo, a lot of background blur and detail on subject |
|**qua200mm**|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). |
|**quaBokeh**| 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. |
|**quaCinematic**|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. |
|**quaMacro**|Macro photo about it will be generated |
|**quaTiltShift**|Tilt-shift photo about it will be generated |
|**sitNature**|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. |
65 changes: 54 additions & 11 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,58 @@
{
"prompts":[
"getPhoto",
"artBanksy",
"artCyberpunk",
"artDigital",
"artNormanRockwell",
"artSalvadorDali",
"artSteampunk",
"artTakashiMurakami",
"artTimBurton",
"artVanGogh",
"artWarhol"
"getPhoto",
"art3D",
"artAnime",
"artBallPointPen",
"artBanksy",
"artBauhaus",
"artCartoon",
"artChildrenDrawing",
"artClaymation",
"artColoringBook",
"artCyberpunk",
"artDeco",
"artDigital",
"artGlitchcore",
"artGraffiti",
"artLine",
"artLowPoly",
"artModern",
"artNormanRockwell",
"artPencilSketch",
"artPsychedelic",
"artSalvadorDali",
"artSprayPainted",
"artSteampunk",
"artStock",
"artSynthwave",
"artTakashiMurakami",
"artTimBurton",
"artUkiyoe",
"artVanGogh",
"artVaporwave",
"artWarhol",
"artWatercolor",
"ligAmbient",
"ligCinematic",
"ligFlare",
"ligGoldenHour",
"ligStudio",
"modArtStation",
"modAwardWinning",
"modDetailed",
"modFanart",
"modPhotorealistic",
"artPixel",
"qua4K",
"qua15mm",
"qua35mm",
"qua85mm",
"qua200mm",
"quaBokeh",
"quaCinematic",
"quaMacro",
"quaTiltShift",
"sitNature"
]
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageId": "dalle-2",
"name": "Dalle-2 prompts",
"version": "0.0.2",
"version": "0.0.3",
"minTextGeneratorVersion": "0.1.0",
"description": "The package contains some interessting Dalle-2 prompt templates",
"author": "Noureddine Haouari",
Expand Down
21 changes: 21 additions & 0 deletions prompts/art3D.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: art3D
name: 🖼️ Generate a 3D art photo
description: select a text and photo with the style of 3D art will be generated using Dalle-2
author: Prompt Engineering Guide
tags: photo, dalle-2,art
version: 0.0.1
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}}, 3D art
21 changes: 21 additions & 0 deletions prompts/artAnime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
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
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}}, anime
21 changes: 21 additions & 0 deletions prompts/artBallPointPen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: artBallPointPen
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
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}}, ball-point pen art
21 changes: 21 additions & 0 deletions prompts/artBauhaus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: artBauhaus
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
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}}, bauhaus art
21 changes: 21 additions & 0 deletions prompts/artCartoon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: artCartoon
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
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}}, cartoon art
21 changes: 21 additions & 0 deletions prompts/artChildrenDrawing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: artChildrenDrawing
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
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
A children’s drawing of {{selection}}
21 changes: 21 additions & 0 deletions prompts/artClaymation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: artClaymation
name: 🖼️ Generate a claymation art photo
description: select a text and photo with the style of claymation art will be generated using Dalle-2
author: Prompt Engineering Guide
tags: photo, dalle-2,art
version: 0.0.1
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}}, claymation art/clay art
21 changes: 21 additions & 0 deletions prompts/artColoringBook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: artColoringBook
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
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}}, coloring book
21 changes: 21 additions & 0 deletions prompts/artDeco.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: artDeco
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
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}},deco art
21 changes: 21 additions & 0 deletions prompts/artGlitchcore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: artGlitchcore
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
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}}, glitchcore art
21 changes: 21 additions & 0 deletions prompts/artGraffiti.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
PromptInfo:
promptId: artGraffiti
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
config:
append:
bodyParams: false
reqParams: true
context: "prompt"
output: '`\n![](${requestResults.data[0].url})`'
bodyParams:
n: 1
size: "1024x1024"
reqParams:
url: "https://api.openai.com/v1/images/generations"
---
{{selection}}, graffiti art
Loading

0 comments on commit 746d4d2

Please sign in to comment.