Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
c9c9840
1
Parent(s):
c609373
Update llm_inference.py
Browse files- llm_inference.py +1 -1
llm_inference.py
CHANGED
@@ -65,7 +65,7 @@ Always frame the scene, including details about the film grain, color grading, a
|
|
65 |
|
66 |
default_simple_prompt = """Create a brief, straightforward caption for this description, suitable for a text-to-image AI system.
|
67 |
Focus on the main elements, key characters, and overall scene without elaborate details.
|
68 |
-
Provide a clear and concise description in
|
69 |
The caption is in a single long paragraph."""
|
70 |
|
71 |
poster_prompt = """Analyze the provided description and extract key information to create a movie poster style description. Format the output as follows:
|
|
|
65 |
|
66 |
default_simple_prompt = """Create a brief, straightforward caption for this description, suitable for a text-to-image AI system.
|
67 |
Focus on the main elements, key characters, and overall scene without elaborate details.
|
68 |
+
Provide a clear and concise description in three or four sentences. Your output is only the caption itself, no comments or extra formatting.
|
69 |
The caption is in a single long paragraph."""
|
70 |
|
71 |
poster_prompt = """Analyze the provided description and extract key information to create a movie poster style description. Format the output as follows:
|