Fraser commited on
Commit
1eac263
·
1 Parent(s): 7a8c809
src/lib/components/MonsterGenerator/MonsterGenerator.svelte CHANGED
@@ -43,10 +43,10 @@ Include:
43
 
44
  Assistant: **Monster Name:**`;
45
 
46
- const IMAGE_GENERATION_PROMPT = (concept: string) => `User: Convert this monster concept into a clear and succinct image generation prompt:
47
  "${concept}"
48
 
49
- Describe the appearance of the monsters being sure to include all of its visual details, format the prompt as a single long sentence optimized for image generation.
50
 
51
  Assistant:`;
52
 
 
43
 
44
  Assistant: **Monster Name:**`;
45
 
46
+ const IMAGE_GENERATION_PROMPT = (concept: string) => `User: Convert this monster concept into a clear and succinct description of its appearance:
47
  "${concept}"
48
 
49
+ Include all of its visual details, format the description as a single long sentence.
50
 
51
  Assistant:`;
52