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/2023-12-27/cm5tfl5e878c73fuhem0/8c8789cbdc03b12962bfb77c206295447b5540c7_high.webp)
创作参数
记录
提示词
复制
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}")
信息
模型 & 风格

模型
MeinaMix
#动漫
#欧派
#原神
#动漫美少女
共 0 条评论
0
0
0