jbilcke-hf HF staff commited on
Commit
81009f9
β€’
1 Parent(s): 2dd820e
Files changed (1) hide show
  1. src/app/engine/presets.ts +2 -3
src/app/engine/presets.ts CHANGED
@@ -581,13 +581,12 @@ export const presets: Record<string, Preset> = {
581
  font: "actionman",
582
  llmPrompt: "new movie",
583
  imagePrompt: (prompt: string) => [
584
- `vintage`,
585
  `1950`,
586
  `1960`,
587
  `french new wave`,
588
  `faded colors`,
589
- `color movie`,
590
- `screencap`,
591
  `${prompt}`,
592
  ],
593
  negativePrompt: () => [
 
581
  font: "actionman",
582
  llmPrompt: "new movie",
583
  imagePrompt: (prompt: string) => [
584
+ `vintage photo`,
585
  `1950`,
586
  `1960`,
587
  `french new wave`,
588
  `faded colors`,
589
+ `color movie screencap`,
 
590
  `${prompt}`,
591
  ],
592
  negativePrompt: () => [