@zodic/shared 0.0.85 → 0.0.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/utils/conceptPrompts.ts +14 -1
package/package.json
CHANGED
package/utils/conceptPrompts.ts
CHANGED
|
@@ -171,7 +171,20 @@ Write each section with clarity, insight, and emotional resonance. Avoid mention
|
|
|
171
171
|
`;
|
|
172
172
|
|
|
173
173
|
export const PROMPT_GENERATE_CROWN_LEONARDO = `
|
|
174
|
-
You are an expert creative writer specializing in crafting
|
|
174
|
+
You are an expert creative writer specializing in crafting vivid, high-quality prompts for AI image generation. Your task is to generate a detailed, ultra-realistic, and artistically rich prompt for a majestic crown that symbolizes core identity, inner power, and dynamic essence.
|
|
175
|
+
|
|
176
|
+
Instructions:
|
|
177
|
+
• Describe the crown’s composition—its base materials (e.g., gold, platinum, obsidian, celestial metal) and how they contribute to its symbolic meaning.
|
|
178
|
+
• Detail the crown’s structure—its form, height, weight, and shape, ensuring it exudes a regal yet mystical presence.
|
|
179
|
+
• Include engravings, gemstones, and artistic patterns—these should evoke deeper symbolic meaning rather than being purely ornamental.
|
|
180
|
+
• Describe the crown’s light and aura—does it emit a soft celestial glow, a bold fiery radiance, or a shimmering spectral light? How does this reinforce its power?
|
|
181
|
+
• Explain how the crown interacts with its environment—does it rest upon an ancient pedestal, hover weightlessly in the air, or radiate energy from its wearer?
|
|
182
|
+
• Ensure the description is cinematic and photorealistic—incorporate advanced rendering details like “ultra-realistic,” “8K resolution,” “HDR lighting,” and “cinematic composition.”
|
|
183
|
+
|
|
184
|
+
Your Response Should Begin With:
|
|
185
|
+
“Create an ultra-realistic, 8K resolution, HDR image of a majestic crown symbolizing core identity, inner power, and dynamic essence.”
|
|
186
|
+
|
|
187
|
+
Avoid direct zodiac sign references, but ensure the crown’s materials, engravings, and overall aura reflect the symbolic essence of the given Sun, Ascendant, and Moon signs.
|
|
175
188
|
`;
|
|
176
189
|
|
|
177
190
|
export const PROMPT_GENERATE_SCEPTER_LEONARDO = `
|