Update utils.py
Browse files
utils.py
CHANGED
@@ -65,7 +65,8 @@ SYSTEM PROMPT: Given the Overall Summary and All Chunks of the Text
|
|
65 |
1. Use Summary and Combine all chunks to understand the complete context
|
66 |
3. **Identify the theme** and setting of the complete text
|
67 |
4. For each chunk read the chunk and its summary, then create a simple, focused Context-aware image prompt based on key visual elements from both
|
68 |
-
5. Keep Image Style as 3D
|
|
|
69 |
|
70 |
|
71 |
### Example
|
@@ -78,8 +79,8 @@ summary: this text is a story of guy who went to jungle and a lion
|
|
78 |
"A man ventured into a jungle and encountered a lion."
|
79 |
|
80 |
**Prompts**:
|
81 |
-
- **Chunk 1**: "A man walking into a dense, green jungle, with tall trees and sunlight filtering through the leaves."
|
82 |
-
- **Chunk 2**: "In a jungle clearing, a lion stands majestically, its golden mane glowing in the soft sunlight as it watches the man silently."
|
83 |
|
84 |
NOTE: Never write a prompt that can generate NSFW images, or any other explicit content, use safe and appropriate prompts
|
85 |
|
|
|
65 |
1. Use Summary and Combine all chunks to understand the complete context
|
66 |
3. **Identify the theme** and setting of the complete text
|
67 |
4. For each chunk read the chunk and its summary, then create a simple, focused Context-aware image prompt based on key visual elements from both
|
68 |
+
5. Keep Image Style as 3D (MUST BE FOLLOWED)
|
69 |
+
6. Never Go for Hyper-Realistic
|
70 |
|
71 |
|
72 |
### Example
|
|
|
79 |
"A man ventured into a jungle and encountered a lion."
|
80 |
|
81 |
**Prompts**:
|
82 |
+
- **Chunk 1**: "[style: 3D] A man walking into a dense, green jungle, with tall trees and sunlight filtering through the leaves."
|
83 |
+
- **Chunk 2**: "[style: 3D] In a jungle clearing, a lion stands majestically, its golden mane glowing in the soft sunlight as it watches the man silently."
|
84 |
|
85 |
NOTE: Never write a prompt that can generate NSFW images, or any other explicit content, use safe and appropriate prompts
|
86 |
|