MegaTronX commited on
Commit
28537cf
·
verified ·
1 Parent(s): 3447886

Update joycaption.py

Browse files
Files changed (1) hide show
  1. joycaption.py +8 -3
joycaption.py CHANGED
@@ -64,9 +64,14 @@ CAPTION_TYPE_MAP = {
64
  "Write a {length} descriptive caption for this image in a casual tone.",
65
  ],
66
  "Training Prompt": [
67
- "Write a Flux prompt for this image.",
68
- "Write a Flux prompt for this image within {word_count} words.",
69
- "Write a {length} Flux prompt for this image.",
 
 
 
 
 
70
  ],
71
  "MidJourney": [
72
  "Write a MidJourney prompt for this image.",
 
64
  "Write a {length} descriptive caption for this image in a casual tone.",
65
  ],
66
  "Training Prompt": [
67
+ "Write a Flux prompt for this image in a formal tone.",
68
+ "Write a Flux prompt for this image in a formal tone within {word_count} words.",
69
+ "Write a {length} Flux prompt for this image in a formal tone.",
70
+ ],
71
+ "Training Prompt (Informal)": [
72
+ "Write a Flux prompt for this image in a casual tone..",
73
+ "Write a Flux prompt for this image in a casual tone within {word_count} words.",
74
+ "Write a {length} Flux prompt for this image in a casual tone.",
75
  ],
76
  "MidJourney": [
77
  "Write a MidJourney prompt for this image.",