get prompt styles
To retrieve a list of all supported prompt styles, you can use the get_prompt_styles
function:
from zerogpt.utils.tools.image_to_prompt import get_prompt_styles
print(get_prompt_styles())
This will return a list of all valid values you can pass to the prompt_style
parameter.
Last updated
Was this helpful?