You're looking at a specific version of this model. Jump to the model overview.
mmezhov /catvton-flux:cc41d1b9
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 |
---|---|---|---|
hf_token |
string
|
Hugging Face API token. Create a write token at https://huggingface.co/settings/token. You also need to approve the Flux Dev terms.
|
|
image |
string
|
https://github.com/nftblackmagic/catvton-flux/raw/main/example/person/1.jpg
|
Image file path
|
mask |
string
|
https://github.com/nftblackmagic/catvton-flux/blob/main/example/person/1_mask.png?raw=true
|
Mask file path
|
try_on |
boolean
|
False
|
Try on or try off
|
garment |
string
|
Garment file path like https://github.com/nftblackmagic/catvton-flux/raw/main/example/garment/00035_00.jpg
|
|
num_steps |
integer
|
50
|
Number of steps to run the model for
|
guidance_scale |
number
|
30
|
Guidance scale for the model
|
seed |
integer
|
0
|
Seed for the model
|
width |
integer
|
576
|
Width of the output image
|
height |
integer
|
768
|
Height of the output image
|
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'}