You're looking at a specific version of this model. Jump to the model overview.
adirik /stylemc-old:ef177569
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 |
---|---|---|---|
image |
string
|
Input facial image. The demo supports FFHQ.
|
|
prompt |
string
(enum)
|
a photo of a face with beard
Options: a photo of a face with beard, a photo of a face with long hair, a photo of a happy face, a photo of a face with curly hair, a photo of a frowning face, a photo of a face with blonde hair, a photo of a tanned skin face, a photo of a relieved face, a photo of an excited face |
Choose a prompt with pre-calculated direction or specify the customized_prompt below
|
customized_prompt |
string
|
Specify your customized prompt. If set, the prompt above will be ignored.More descriptive texts produce better results such as using "a photo of a face with blonde hair" instead of "blonde hair".
|
|
change_power |
integer
|
10
Min: 1 Max: 50 |
Choose the style change power.
|
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'}