Araffe dressed in a white suit and red tie and a white hat
![torch.random.manual_seed(0)
model = Model(
'https://cdn.openai.com/dall-e/decoder-0.1.1.pt',
'https://cdn.openai.com/dall-e/encoder-0.1.1.pt'
)
text_prompt = "terno branco"
image_size = 512
num_images = 1
response = model.sample(
text_prompt=text_prompt,
num_images=num_images,
image_size=image_size,
response_format="url"
)
print(response.choices[0].text)](https://image.cdn2.seaart.me/2023-06-20/36512096002117/58bca184112db214513a75f168c63cdcba3d5db8_high.webp)
プロンプト
プロンプトをコピー
torch
.
random
.
manual_seed(0)
model = Model(
'https://cdn
.
openai
.
com/dall-e/decoder-0
.
1
.
1
.
pt'
,
'https://cdn
.
openai
.
com/dall-e/encoder-0
.
1
.
1
.
pt'
)
text_prompt = "terno branco"
image_size = 512
num_images = 1
response = model
.
sample(
text_prompt=text_prompt
,
num_images=num_images
,
image_size=image_size
,
response_format="url"
)
print(response
.
choices[0]
.
text)
情報
Checkpoint & LoRA

Checkpoint
Famous People
コメント:0件
0
0
0