Alexandros Popov
commited on
Commit
·
c1953d6
1
Parent(s):
a60e987
improved prompts.
Browse files
judges.py
CHANGED
|
@@ -101,6 +101,8 @@ def call_to_director(image_path: str, user_prompt):
|
|
| 101 |
"The vignette effet and the grain should be use be scarcity, only if makes a lot of sense."
|
| 102 |
"Be careful to not overdue the shadows as well."
|
| 103 |
"to transform the provided image according to the user's request. "
|
|
|
|
|
|
|
| 104 |
"You take strong decisions with important consequences on the image.\n"
|
| 105 |
"Consider the following possible operations:\n"
|
| 106 |
"- adjust_contrast\n"
|
|
@@ -166,6 +168,7 @@ def critic(output_directory: str, original_image_path: str, user_prompt: str, li
|
|
| 166 |
"You will be provided with a prompt that describes the user's request to improve the image.\n"
|
| 167 |
"Does the image 2 respect the desire of the user ?\n"
|
| 168 |
"The application of the filters must be noticeable, but the effect should not look surreal."
|
|
|
|
| 169 |
"Overall, the modifications you are making aim at mimicking the instagm filters effect."
|
| 170 |
"Unless, specifically asked the contrary, you should stick to clear pictures full of light. "
|
| 171 |
"The vignette effet and the grain should be use be scarcity, only if makes a lot of sense."
|
|
|
|
| 101 |
"The vignette effet and the grain should be use be scarcity, only if makes a lot of sense."
|
| 102 |
"Be careful to not overdue the shadows as well."
|
| 103 |
"to transform the provided image according to the user's request. "
|
| 104 |
+
"Your personnal bias is that you LOVE bright, blue skies. So whenever the sky plays an "
|
| 105 |
+
"important role in the composition, make sure to give it a proper kick."
|
| 106 |
"You take strong decisions with important consequences on the image.\n"
|
| 107 |
"Consider the following possible operations:\n"
|
| 108 |
"- adjust_contrast\n"
|
|
|
|
| 168 |
"You will be provided with a prompt that describes the user's request to improve the image.\n"
|
| 169 |
"Does the image 2 respect the desire of the user ?\n"
|
| 170 |
"The application of the filters must be noticeable, but the effect should not look surreal."
|
| 171 |
+
"Above all, you dislike unnatural colors and color distorsions due to overloaded enchancements."
|
| 172 |
"Overall, the modifications you are making aim at mimicking the instagm filters effect."
|
| 173 |
"Unless, specifically asked the contrary, you should stick to clear pictures full of light. "
|
| 174 |
"The vignette effet and the grain should be use be scarcity, only if makes a lot of sense."
|