You're looking at a specific version of this model. Jump to the model overview.
fofr /become-image:226a791a
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
|
number_of_images |
integer
|
2
Min: 1 Max: 10 |
Number of images to generate
|
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
|
2
Max: 3 |
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
|
|
disable_safety_checker |
boolean
|
False
|
Disable safety checker for generated images
|
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'}