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

fofr /become-image:8961a504

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
An image of a person to be converted
image_to_become
string
Any image to convert the person to
prompt
string
a person
None
negative_prompt
string
Things you do not want in the image
denoising_strength
number
1

Max: 1

How much of the original image of the person to keep. 1 is the complete destruction of the original image, 0 is the original image
prompt_strength
number
3

Max: 20

Strength of the prompt. This is the CFG scale, higher numbers lead to stronger prompt, lower numbers will keep more of a likeness to the original.
control_depth_strength
number
0.8

Max: 1

Strength of depth controlnet. The bigger this is, the more controlnet affects the output.
instant_id_strength
number
1

Max: 1

How strong the InstantID will be.
image_to_become_strength
number
0.75

Max: 1

How strong the style will be applied
image_to_become_noise
number
0.3

Max: 1

How much noise to add to the style image before processing. An alternative way of controlling stength.
seed
integer
Fix the random seed for reproducibility

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'}