Open
Description
Following code allows us generate image.
output = replicate.run(
"black-forest-labs/flux-schnell",
input={
"prompt": "black forest gateau cake spelling out the words \"FLUX SCHNELL\", tasty, food photography, dynamic shot",
"go_fast": True,
"megapixels": "1",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"output_quality": 80,
"num_inference_steps": 4
}
)
how can I access seed number in my code ?
Metadata
Metadata
Assignees
Labels
No labels