Faca uma imagem com esses prompts: from PIL import Image, ImageDraw def create
![faca uma imagem com esses prompts: from PIL import Image, ImageDraw
def create_gojo_image():
# Image dimensions
width, height = 800, 800
# Create a blank image with white background
image = Image.new('RGB', (width, height), 'white')
draw = ImageDraw.Draw(image)
# Draw a simplified version of Gojo's face
face_color = (255, 220, 180)
hair_color = (220, 200, 100)
eye_color = (0, 200, 0)
# Draw face
draw.ellipse((200, 200, 600, 600), fill=face_color, outline='black')
# Draw hair (simplified version)
draw.polygon([(200, 200), (600, 200), (550, 100), (250, 100)], fill=hair_color, outline='black')
draw.rectangle((250, 100, 550, 200), fill=hair_color, outline='black')
# Draw eyes
draw.ellipse((300, 350, 350, 400), fill=eye_color, outline='black')
draw.ellipse((450, 350, 500, 400), fill=eye_color, outline='black')
# Draw mouth
draw.line((350, 500, 450, 500), fill='black', width=5)
return image
# Create and display the image
gojo_image = create_gojo_image()
gojo_image.show()](https://image.cdn2.seaart.me/2024-06-24/cpsch7de878c73dchc5g-1/c81fa70e11e0d113ee56036d09ffdc9e_high.webp)
Generation Data
Records
Prompts
Copy
faca uma imagem com esses prompts: from PIL import Image
,
ImageDraw
def create_gojo_image():
# Image dimensions
width
,
height = 800
,
800
# Create a blank image with white background
image = Image
.
new('RGB'
,
(width
,
height)
,
'white')
draw = ImageDraw
.
Draw(image)
# Draw a simplified version of Gojo's face
face_color = (255
,
220
,
180)
hair_color = (220
,
200
,
100)
eye_color = (0
,
200
,
0)
# Draw face
draw
.
ellipse((200
,
200
,
600
,
600)
,
fill=face_color
,
outline='black')
# Draw hair (simplified version)
draw
.
polygon([(200
,
200)
,
(600
,
200)
,
(550
,
100)
,
(250
,
100)]
,
fill=hair_color
,
outline='black')
draw
.
rectangle((250
,
100
,
550
,
200)
,
fill=hair_color
,
outline='black')
# Draw eyes
draw
.
ellipse((300
,
350
,
350
,
400)
,
fill=eye_color
,
outline='black')
draw
.
ellipse((450
,
350
,
500
,
400)
,
fill=eye_color
,
outline='black')
# Draw mouth
draw
.
line((350
,
500
,
450
,
500)
,
fill='black'
,
width=5)
return image
# Create and display the image
gojo_image = create_gojo_image()
gojo_image
.
show()
INFO
Checkpoint & LoRA

Checkpoint
Animagine XL V3.1
#Pixel
0 comment
0
0
0