Basshole commited on
Commit
4c67402
·
verified ·
1 Parent(s): 2041d2d

Update persona_photo.py

Browse files
Files changed (1) hide show
  1. persona_photo.py +2 -2
persona_photo.py CHANGED
@@ -23,10 +23,10 @@ def create_persona_photo(persona_info):
23
  def generate_prompt(persona_info):
24
  messages_base = [
25
  {"role": "user", "content": f"""
26
- 請你根據這個Persona的人物設定,幫我用英文給我用於AI生成 Sigma 85 mm f/1.4 headshot 的Prompt,必須盡可能簡短且凸顯主要人物特色,給我Prompt就好不要任何多餘的回答。
27
 
28
  一個名為29歲男性的Prompt範例:
29
- 29-year-old Taiwanese man, Sigma 85 mm f/1.4 headshot , dynamic young professional - He has an energetic, innovative spirit as a tech company supervisor. He sports a smart-casual look typical for a tech enthusiast, likely in a neat, modern shirt and glasses. His face is friendly, with a bright smile and sharp, attentive eyes that reflect his keen interest in technology and leadership.
30
 
31
  人物設定:
32
  {persona_info}"""}
 
23
  def generate_prompt(persona_info):
24
  messages_base = [
25
  {"role": "user", "content": f"""
26
+ 請你根據這個Persona的人物設定,幫我用英文給我用於AI生成 Sigma 85 mm f/1.4 headshot photography 的Prompt,必須盡可能簡短且凸顯主要人物特色,給我Prompt就好不要任何多餘的回答。
27
 
28
  一個名為29歲男性的Prompt範例:
29
+ 29-year-old Taiwanese man, Sigma 85 mm f/1.4 headshot photography, dynamic young professional - He has an energetic, innovative spirit as a tech company supervisor. He sports a smart-casual look typical for a tech enthusiast, likely in a neat, modern shirt and glasses. His face is friendly, with a bright smile and sharp, attentive eyes that reflect his keen interest in technology and leadership.
30
 
31
  人物設定:
32
  {persona_info}"""}