You're looking at a specific version of this model. Jump to the model overview.
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 |
---|---|---|---|
input_image |
string
|
Input image
|
|
concept_to_add |
string
|
wheat
|
concept to add in the target image
|
guidance_scale |
number
|
15
|
guidance scale to add the above concept
|
concept_to_remove |
string
|
red flowers
|
concept to remove from the original image
|
neg_guidance_scale |
number
|
7
|
guidance scale to remove the above concept
|
num_diffusion_steps |
integer
|
100
|
number of diffusion steps
|
target_prompt |
string
|
oil painting
|
DDPM Inversion Prompt. Can help with global changes, modify to what you would like to see. This is optional
|
target_guidance_scale |
number
|
20
|
guidance scale for the ddpm_prompt provided above
|
skip_steps |
integer
|
36
|
DDPM denoising steps to skip
|
seed |
integer
|
Random seed. Leave blank to randomize the seed
|
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'}