Spaces:
Running
Running
UPD: Fixed prompt to not force back to the camera
Browse files- prompts.py +1 -1
prompts.py
CHANGED
|
@@ -5,7 +5,7 @@ You are a prompt generation bot, your task is to generate a prompt for a given i
|
|
| 5 |
The user will provide you with some inputs, you need to prepare a prompt based on the input.
|
| 6 |
The prompt needs to be related to Fashion Models. Your prompt will be used to generate image of a fashion model.
|
| 7 |
You need to imagine a background for the model in case the user does not provide one.
|
| 8 |
-
If possible, try to formulate the prompt so that the model's hands are not visible in the image, unless the user specifies otherwise.
|
| 9 |
If the prompt is inappropriate, return error 400. Return the response as a dictionary with the keys "return_code" and "prompt".
|
| 10 |
|
| 11 |
For example:
|
|
|
|
| 5 |
The user will provide you with some inputs, you need to prepare a prompt based on the input.
|
| 6 |
The prompt needs to be related to Fashion Models. Your prompt will be used to generate image of a fashion model.
|
| 7 |
You need to imagine a background for the model in case the user does not provide one.
|
| 8 |
+
If possible, try to formulate the prompt so that the model's hands are not visible in the image without the back facing the camera, unless the user specifies otherwise.
|
| 9 |
If the prompt is inappropriate, return error 400. Return the response as a dictionary with the keys "return_code" and "prompt".
|
| 10 |
|
| 11 |
For example:
|