You're looking at a specific version of this model. Jump to the model overview.
lucataco /style-aligned:4ae87bee
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 |
|---|---|---|---|
| prompt |
string
|
Input prompts, separated by newlines
|
|
| style_prompt |
string
|
Input style prompt. If using an image for style transfer, this should describe the style of that image
|
|
| negative_prompt |
string
|
low-resolution
|
Input negative prompt
|
| image |
string
|
Input image for style transfer
|
|
| image_subject |
string
|
None
|
Subject (not style) of image used for style transfer. Ignored if image not set.
|
| shared_score_shift |
number
|
2
Min: 0.01 Max: 10 |
Shared score shift (Actual value will take log of this). Higher value induces higher fidelity, set 1 for no shift
|
| shared_score_scale |
number
|
1
Max: 1 |
Shared score scale. Higher value induces higher, set 1 for no rescale
|
| guidance_scale |
number
|
7
Min: 1.1 Max: 20 |
Guidance scale
|
| width |
integer
|
768
Min: 256 Max: 2048 |
Output image width. Will be rounded to nearest 64
|
| height |
integer
|
768
Min: 256 Max: 2048 |
Output image height. Will be rounded to nearest 64
|
| num_inference_steps |
integer
|
50
Min: 10 Max: 150 |
Number of inference steps
|
| seed |
integer
|
Random seed. Leave blank to randomize the seed
|
Output schema
The shape of the response you’ll get when you run this model with an API.
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}