Import openai openai.api_key = 'your-api-key-here' prompt
![import openai
openai.api_key = 'your-api-key-here'
prompt = "A woman with short, messy black hair, wearing a plague doctor outfit that covers her entire body except for her face. She has one eye completely black."
response = openai.Image.create(
prompt=prompt,
n=1,
size="1024x1024"
)
image_url = response['data'][0]['url']
print(f"Generated image URL: {image_url}")](https://image.cdn2.seaart.me/2025-03-18/cvcnk6te878c73d1hr00/748207fcf2347af934850772115dcdb6_high.webp)
Generation Data
Records
Prompts
Copy
import openai
openai
.
api_key = 'your-api-key-here'
prompt = "A woman with short
,
messy black hair
,
wearing a plague doctor outfit that covers her entire body except for her face
.
She has one eye completely black
.
"
response = openai
.
Image
.
create(
prompt=prompt
,
n=1
,
size="1024x1024"
)
image_url = response['data'][0]['url']
print(f"Generated image URL: {image_url}")
INFO
Checkpoint & LoRA

Checkpoint
AnythingElse V4
#Anime
#Anime Bishoujo
0 comment
0
0
0