Araffe dressed in a white suit and red tie and a white hat
Generación de videos
Información de creación
Prompts
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 comentario(s)
0
0
0
0
0/1000
































