You're looking at a specific version of this model. Jump to the model overview.
datong-new /ceramics:cf652b86
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
|
|
| style |
None
|
Ceramics
|
Style to convert to
|
| prompt |
string
|
a person
|
None
|
| negative_prompt |
string
|
|
Things you do not want in the image
|
| denoising_strength |
number
|
0.65
Max: 1 |
How much of the original image to keep. 1 is the complete destruction of the original image, 0 is the original image
|
| prompt_strength |
number
|
4.5
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.
|
| seed |
integer
|
Fix the random seed for reproducibility
|
|
| custom_lora_url |
string
|
URL to a Replicate custom LoRA. Must be in the format https://replicate.delivery/pbxt/[id]/trained_model.tar or https://pbxt.replicate.delivery/[id]/trained_model.tar
|
|
| lora_scale |
number
|
1
Max: 1 |
How strong the LoRA will be
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'audio': {'format': 'uri', 'title': 'Audio', 'type': 'string'}},
'required': ['audio'],
'title': 'Output',
'type': 'object'}