You're looking at a specific version of this model. Jump to the model overview.
lightweight-ai /test_ip:603a5848
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 |
---|---|---|---|
prompt |
string
|
A house.
|
Prompt for generation.
|
negative_prompt |
string
|
Windows
|
Prompt for generation.
|
images |
array
|
List of base images for inpainting.
|
|
masks |
array
|
List of mask images corresponding to the base images.
|
|
height |
integer
|
1024
|
Height of output image.
|
width |
integer
|
1024
|
Width of output image.
|
num_inference_steps |
integer
|
50
Min: 1 Max: 100 |
Inference steps
|
guidance_scale |
number
|
7
|
Guidance scale
|
strength |
number
|
0.6
Max: 1 |
Strength of inpainting
|
seed |
integer
|
0
|
Seed for reproducibility. 0 for random.
|
lora_url |
string
|
Optional URL to LoRA .safetensors file
|
|
lora_scale |
number
|
1
|
Scaling factor for LoRA (if loaded)
|
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'}