You're looking at a specific version of this model. Jump to the model overview.
cjwbw /diffmorpher:c8349f16
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 |
|---|---|---|---|
| image1 |
string
|
First input image.
|
|
| image2 |
string
|
Second input image.
|
|
| prompt1 |
string
|
Description of the first input image.
|
|
| prompt2 |
string
|
Description of the second input image.
|
|
| use_reschedule |
boolean
|
False
|
Use reschedule sampling.
|
| use_adain |
boolean
|
False
|
Use AdaIN.
|
| lora_steps |
integer
|
200
|
LoRA training steps.
|
| lora_lr |
number
|
0.0002
|
LoRA learning rate.
|
| lora_rank |
integer
|
16
|
LoRA rank.
|
| lamb |
number
|
0.6
|
Hyperparameter for self-attention replacement, where a larger indicates more replacements.
|
| num_frames |
integer
|
16
|
Number of frames to generate.
|
| duration |
integer
|
100
|
Duration of each frame in millisecond.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}