Anustup commited on
Commit
4663e5a
1 Parent(s): cec8691

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +6 -2
prompts.py CHANGED
@@ -2,14 +2,18 @@ prompts = {
2
  "PROMPT_FOR_MOOD_AND_IDEA": """You are an experienced and creative fashion stylist tasked with creating a set of
3
  campaign ideas for a brand and its product. Your goal is to develop unique and innovative concepts that align
4
  with the brand's identity and highlight the product's features. You will also provide reasoning for your ideas
5
- and create prompts for image generation. First, carefully review the brand details: <brand_details> {{
6
- BRAND_DETAILS}} </brand_details>
7
 
8
  Now, examine the details of the product:
9
  <product_details>
10
  {{PRODUCT_DETAILS}}
11
  </product_details>
12
 
 
 
 
 
13
 
14
  Using the information provided about the brand and product, create four distinct campaign ideas. For each idea:
15
 
 
2
  "PROMPT_FOR_MOOD_AND_IDEA": """You are an experienced and creative fashion stylist tasked with creating a set of
3
  campaign ideas for a brand and its product. Your goal is to develop unique and innovative concepts that align
4
  with the brand's identity and highlight the product's features. You will also provide reasoning for your ideas
5
+ and create prompts for image generation. First, carefully review the brand details: <brand_details>
6
+ {{BRAND_DETAILS}} </brand_details>
7
 
8
  Now, examine the details of the product:
9
  <product_details>
10
  {{PRODUCT_DETAILS}}
11
  </product_details>
12
 
13
+ Follow any additional instructions that are provided below:
14
+ <additional_info>
15
+ {{ADDITIONAL_INFO}}
16
+ </additional_info>
17
 
18
  Using the information provided about the brand and product, create four distinct campaign ideas. For each idea:
19