Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

promptfooconfig.yaml 1.5 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: fal.ai image generation comparison
  3. prompts:
  4. - 'Create a {{quality}} image of {{subject}} with {{style}} aesthetic'
  5. providers:
  6. - id: fal:image:fal-ai/flux/schnell
  7. config:
  8. seed: 42
  9. num_inference_steps: 4
  10. guidance_scale: 3.5
  11. - id: fal:image:fal-ai/flux/dev
  12. config:
  13. seed: 42
  14. num_inference_steps: 28
  15. guidance_scale: 7.5
  16. image_size: landscape_4_3
  17. tests:
  18. - vars:
  19. style: Van Gogh painting
  20. subject: starry night over a cyberpunk city
  21. mood: dreamy
  22. quality: highly detailed
  23. - vars:
  24. style: Picasso cubist artwork
  25. subject: robot playing chess
  26. mood: abstract
  27. quality: artistic
  28. - vars:
  29. style: Monet impressionist painting
  30. subject: dragon flying over water lilies
  31. mood: serene
  32. quality: ethereal
  33. - vars:
  34. style: Studio Ghibli animation
  35. subject: floating castle in the clouds
  36. mood: whimsical
  37. quality: cinematic
  38. - vars:
  39. style: cyberpunk digital art
  40. subject: neon-lit street with flying cars
  41. mood: futuristic
  42. quality: ultra-realistic
  43. - vars:
  44. style: Renaissance masterpiece
  45. subject: astronaut discovering alien ruins
  46. mood: majestic
  47. quality: museum-worthy
  48. - vars:
  49. style: Japanese woodblock print
  50. subject: giant octopus attacking a spaceship
  51. mood: dramatic
  52. quality: traditional
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...