Two women sitting on a chair in a kitchen posing for a picture

Подсказки
Копировать подсказки
'''Imported sea turtles
# Initial configuration
t =
。
()
speed(0)
t
.
penup()
t
.
setposition(-200
,
0)
t
.
pendown()
# Drawing red-haired woman sitting in chair
t
.
color(“#FFA07A”) # complexion
t
.
begin_fill()
circle(50)
t
.
end_fill()
right(90)
advance(100)
right(90)
advance(50)
T
.
Colors("Yellow") # Yellow shirt
t
.
begin_fill()
advance(100)
right(90)
advance(50)
right(90)
advance(100)
t
.
end_fill()
right(90)
advance(50)
T
.
Colors("Black") # Black jeans
t
.
begin_fill()
advance(30)
right(90)
advance(10)
right(90)
advance(30)
right(90)
advance(10)
t
.
end_fill()
right(90)
advance(50)
T
.
Colors("Green") # Green sneakers
t
.
begin_fill()
circle(10)
t
.
end_fill()
right(90)
advance(50)
# Drawing blonde girl sitting on the lap of a red-haired woman
t
.
color(“#FFDAB9”) # Other skin tones
right(180)
t
.
penup()
advance(50)
left(90)
advance(50)
t
.
pendown()
right(90)
t
.
begin_fill()
circle(30)
t
.
end_fill()
t
.
penup()
left(90)
advance(70)
right(90)
t
.
pendown()
T
.
Colors("White") # White shirt
t
.
begin_fill()
advance(50)
right(90)
advance(30)
right(90)
advance(50)
t
.
end_fill()
right(90)
advance(30)
T
.
Colors("Purple") # Purple jeans
t
.
begin_fill()
advance(30)
right(90)
advance(10)
right(90)
advance(30)
right(90)
advance(10)
t
.
end_fill()
right(90)
advance(50)
T
.
Colors("Gray") # Gray sneakers
t
.
begin_fill()
circle(10)
t
.
end_fill()
# Terminationturtle
.
done()'''
Информация
Checkpoint & LoRA

Checkpoint
ReV Animated

LORA
TifOseMix
0 комментариев
2
7
0