Files changed (1) hide show
  1. Dragons +126 -0
Dragons ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```python
2
+ # Initialize the canvas
3
+ canvas = Canvas()
4
+
5
+ # Set a global description for the canvas
6
+ canvas.set_global_description(
7
+ description='A fierce battle between warriors and a dragon in a hyper-realistic, FHD image.',
8
+ detailed_descriptions=[
9
+ 'The scene captures a fierce battle between brave warriors and a mighty dragon.',
10
+ 'The warriors, clad in traditional armor with intricate designs, are positioned strategically around the dragon.',
11
+ 'Their expressions are a mix of determination and fear as they engage the dragon in combat.',
12
+ 'The dragon, with its scales shimmering in various hues of green and gold, is mid-flight, its massive wings beating the air and creating a whirlwind around it.',
13
+ 'The background features a rugged landscape with rocky cliffs and a stormy sky, adding to the intensity of the battle.',
14
+ 'The image is rendered in hyper-realistic detail, capturing every nuance of the warriors’ armor and the dragon’s scales.',
15
+ 'The lighting is dramatic, with flashes of lightning illuminating the scene and highlighting the fierce struggle between the warriors and the dragon.',
16
+ ],
17
+ tags='fierce battle, warriors, dragon, hyper-realistic, FHD, traditional armor, intricate designs, determination, fear, mid-flight, massive wings, shimmering scales, green, gold, rugged landscape, rocky cliffs, stormy sky, intensity, dramatic lighting, lightning, struggle',
18
+ HTML_web_color_name='darkslategray',
19
+ )
20
+
21
+ # Add the mighty dragon mid-flight.
22
+ canvas.add_local_description(
23
+ location='in the center',
24
+ offset='no offset',
25
+ area='a large square area',
26
+ distance_to_viewer=5.0,
27
+ description='The mighty dragon mid-flight.',
28
+ detailed_descriptions=[
29
+ 'The dragon is depicted mid-flight, its massive wings beating fiercely as it soars through the air.',
30
+ 'Its scales shimmer in various hues of green and gold, reflecting the dramatic lighting of the scene.',
31
+ "The dragon's eyes are fierce and focused, and its mouth is open, revealing rows of sharp teeth.",
32
+ 'Its tail trails behind it, with a series of spikes protruding from its length.',
33
+ 'The whirlwind created by its wings adds to the intensity of the scene, with debris and dust being swept up around it.',
34
+ ],
35
+ tags='dragon, mid-flight, massive wings, shimmering scales, green, gold, dramatic lighting, fierce eyes, sharp teeth, trailing tail, spikes, whirlwind, debris, dust',
36
+ atmosphere='Intense and chaotic, with a sense of impending doom.',
37
+ style='Hyper-realistic with dramatic lighting and detailed textures.',
38
+ quality_meta='Rendered in FHD with exceptional detail and realism.',
39
+ HTML_web_color_name='forestgreen',
40
+ )
41
+
42
+ # Add a group of brave warriors engaging the dragon.
43
+ canvas.add_local_description(
44
+ location='on the left',
45
+ offset='slightly to the upper-left',
46
+ area='a medium-sized square area',
47
+ distance_to_viewer=6.0,
48
+ description='A group of brave warriors engaging the dragon.',
49
+ detailed_descriptions=[
50
+ 'A group of brave warriors is positioned slightly to the upper-left of the dragon.',
51
+ 'They are clad in traditional armor with intricate designs, and their expressions are a mix of determination and fear.',
52
+ 'Some warriors are wielding swords, while others are armed with shields and spears.',
53
+ 'They are strategically positioned to engage the dragon in combat, with some warriors attempting to dodge the dragon’s fiery breath and others preparing to strike.',
54
+ 'The lighting highlights the details of their armor and the intensity of their battle stance.',
55
+ ],
56
+ tags='brave warriors, traditional armor, intricate designs, determination, fear, swords, shields, spears, combat, fiery breath, battle stance, lighting, armor details',
57
+ atmosphere='Tense and heroic, with a sense of imminent danger.',
58
+ style='Hyper-realistic with a focus on the details of armor and expressions.',
59
+ quality_meta='Rendered in FHD with high detail and dynamic lighting.',
60
+ HTML_web_color_name='darkolivegreen',
61
+ )
62
+
63
+ # Add another group of warriors fighting the dragon.
64
+ canvas.add_local_description(
65
+ location='on the right',
66
+ offset='slightly to the lower-right',
67
+ area='a medium-sized square area',
68
+ distance_to_viewer=6.5,
69
+ description='Another group of warriors fighting the dragon.',
70
+ detailed_descriptions=[
71
+ 'Another group of warriors is positioned slightly to the lower-right of the dragon.',
72
+ 'They are also clad in traditional armor with intricate designs, and they are engaged in the fierce battle.',
73
+ 'These warriors are seen using their shields to deflect the dragon’s fiery breath and are preparing to counterattack.',
74
+ 'Their expressions are determined, and they are positioned strategically to protect each other and launch a coordinated attack on the dragon.',
75
+ 'The lighting accentuates the details of their armor and the intensity of their battle.',
76
+ ],
77
+ tags='warriors, traditional armor, intricate designs, battle, shields, fiery breath, counterattack, coordinated attack, expressions, lighting, armor details',
78
+ atmosphere='Heroic and intense, with a focus on teamwork and bravery.',
79
+ style='Hyper-realistic with a focus on the details of armor and the intensity of battle.',
80
+ quality_meta='Rendered in FHD with high detail and dynamic lighting.',
81
+ HTML_web_color_name='darkseagreen',
82
+ )
83
+
84
+ # Add rocky cliffs and rugged landscape in the background.
85
+ canvas.add_local_description(
86
+ location='on the top',
87
+ offset='slightly to the lower-left',
88
+ area='a small horizontal area',
89
+ distance_to_viewer=7.0,
90
+ description='Rocky cliffs and rugged landscape in the background.',
91
+ detailed_descriptions=[
92
+ 'The background features rugged cliffs and a rugged landscape, adding to the intensity of the battle scene.',
93
+ 'The cliffs are jagged and covered in patches of moss and small vegetation.',
94
+ 'The landscape is dotted with rocky outcrops and sparse vegetation, giving it a harsh and unforgiving appearance.',
95
+ 'The sky above is stormy, with dark clouds and flashes of lightning illuminating the scene.',
96
+ 'The dramatic lighting and detailed textures of the cliffs and landscape enhance the overall realism of the image.',
97
+ ],
98
+ tags='rocky cliffs, rugged landscape, background, intensity, battle scene, jagged cliffs, moss, vegetation, rocky outcrops, sparse vegetation, harsh, unforgiving, stormy sky, dark clouds, lightning, dramatic lighting, detailed textures, realism',
99
+ atmosphere='Harsh and unforgiving, with a sense of impending doom.',
100
+ style='Hyper-realistic with detailed textures and dramatic lighting.',
101
+ quality_meta='Rendered in FHD with exceptional detail and realism.',
102
+ HTML_web_color_name='dimgray',
103
+ )
104
+
105
+ # Add a fallen warrior and scattered weapons.
106
+ canvas.add_local_description(
107
+ location='on the bottom-left',
108
+ offset='slightly to the lower-right',
109
+ area='a small square area',
110
+ distance_to_viewer=7.5,
111
+ description='A fallen warrior and scattered weapons.',
112
+ detailed_descriptions=[
113
+ 'In the bottom-left of the scene, a fallen warrior lies on the ground, surrounded by scattered weapons.',
114
+ 'The warrior is clad in traditional armor, but it is dented and covered in dust.',
115
+ 'His expression is one of defeat and exhaustion.',
116
+ 'The weapons scattered around him include swords, shields, and spears, some of which are bloodied.',
117
+ 'The ground is rough and covered in patches of dirt and small rocks.',
118
+ 'The lighting casts a somber glow over the fallen warrior and the scattered weapons, adding to the sense of loss and sacrifice in the battle scene.',
119
+ ],
120
+ tags='fallen warrior, scattered weapons, ground, traditional armor, dented, dust, defeat, exhaustion, swords, shields, spears, bloodied, rough ground, dirt, rocks, somber glow, loss, sacrifice, battle scene',
121
+ atmosphere='Somber and reflective, with a sense of loss and sacrifice.',
122
+ style='Hyper-realistic with a focus on the details of the fallen warrior and scattered weapons.',
123
+ quality_meta='Rendered in FHD with high detail and somber lighting.',
124
+ HTML_web_color_name='saddlebrown',
125
+ )
126
+ ```