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

ouhenio/stylegan3-clip:ea140df2

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
texts
string
Enter here a prompt to guide the image generation. You can enter more than one prompt separated with |, which will cause the guidance to focus on the different prompts at the same time, allowing to mix and play with the generation process.
model_name
string (enum)
FFHQ

Options:

FFHQ, MetFaces, AFHQv2

choose model: FFHQ: human faces, MetFaces: human faces from works of art, AFHGv2: animal faces
steps
integer
200

Min: 1

sampling steps, for FFHQ and MetFaces models, recommended to set <= 100 to avoid time out
output_type
string (enum)
mp4

Options:

png, mp4

choose output the final image or a video
video_length
integer
10

Min: 1

Max: 20

choose video length, valid if output is mp4
seed
integer
2
set -1 for random seed
learning_rate
number
0.05
learning rate

Output schema

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

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array',
 'x-cog-array-type': 'iterator'}