A man in a blue and yellow costume standing in front of a cloudy sky

Prompts
Copy
Clear
!
Here are some features you can use to draw the character Eric:
- Eric is a young
,
athletic man
,
about 30 years old
.
- He has short
,
dark hair with a slight unshaven beard
.
- His eyes are expressive
,
reflecting determination and a certain emotional heaviness
.
- Eric possesses a confident and firm posture
,
demonstrating his inner strength
.
- He wears a low-key heroic costume
,
with shades of blue and black
.
It can have a short cover
.
- The suit is practical and functional
,
designed to allow mobility and protection
.
- Eric wears a distinctive symbol on his chest
,
which represents his heroic identity (you can choose the symbol)
.
- He wears gloves and boots
,
underscoring his preparation for combat
.
- Eric's face displays a serious expression
,
but also a soft melancholy
,
reflecting his personal journey
.
- While there may be a sadness in his gaze
,
there is still a determination evident in his facial features
.
Use these characteristics
# Definition of Eric's characteristics
cor_cabelo = "black"
cor_olhos = "blue"
cor_pele = "white"
cor_roupa = "blue"
cor_simbolo = "yellow"
t
.
pensize(3)
# Draw Eric's head
t
.
fillcolor(cor_pele)
t
.
begin_fill()
t
.
circle(50)
t
.
end_fill()
# Draw the eyes
t
.
penup()
T
.
Goto(-15
,
60)
t
.
pendown()
t
.
fillcolor(cor_olhos)
t
.
begin_fill()
t
.
circle(10)
t
.
end_fill()
t
.
penup()
T
.
Goto(15
,
60)
t
.
pendown()
t
.
fillcolor(cor_olhos)
t
.
begin_fill()
t
.
circle(10)
t
.
end_fill()
# Draw the hair
t
.
penup()
T
.
Goto(-35
,
75)
t
.
pendown()
t
.
fillcolor(cor_cabelo)
t
.
begin_fill()
t
.
forward(70)
t
.
left(120)
t
.
forward(90)
t
.
left(120)
t
.
forward(90)
t
.
left(120)
t
.
forward(20)
t
.
end_fill()
# Draw the body
t
.
penup()
t
.
goto(-50
,
-50)
t
.
pendown()
t
.
fillcolor(cor_roupa)
t
.
begin_fill()
t
.
forward(100)
t
.
left(90)
t
.
forward(150)
t
.
left(90)
t
.
forward(100)
t
.
left(90)
t
.
forward(150)
t
.
end_fill()
# Draw the symbol on the chest
t
.
penup()
t
.
goto(-20
,
0)
t
.
pendown()
t
.
fillcolor(cor_simbolo)
t
.
begin_fill()
t
.
circle(20)
t
.
end_fill()
#
INFO
Checkpoint & LoRA

Checkpoint
DreamShaper
0 comment
0
0
0