You're looking at a specific version of this model. Jump to the model overview.

ouhenio/stylegan3-clip:40ec0fec

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
text
string
text for image generation
model_name
string (enum)
FFHQ

Options:

FFHQ, MetFaces, AFHQv2

choose model: FFHQ: human faces, MetFaces: human faces from works of art, AFHGv2: animal faces
output_type
string (enum)
mp4

Options:

png, mp4

choose output the final image or a video
steps
integer
200

Min: 1

sampling steps, recommended to set <= 150 to avoid time out when choose video output
video_length
integer
10

Min: 1

Max: 20

choose video length, valid if output is mp4
seed
integer
2
set -1 for random seed

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'properties': {'file': {'format': 'uri',
                                   'type': 'string',
                                   'x-order': 0},
                          'text': {'type': 'string', 'x-order': 1}},
           'type': 'object'},
 'type': 'array',
 'x-cog-array-type': 'iterator'}