You're looking at a specific version of this model. Jump to the model overview.
automorphic-ai /storyboard-qwen-1:9a7b4ff1
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
|
The main prompt for image generation
|
|
enhance_prompt |
boolean
|
False
|
Automatically enhance the prompt for better image generation
|
negative_prompt |
string
|
|
Things you do not want to see in your image
|
aspect_ratio |
None
|
16:9
|
Aspect ratio for the generated image. Ignored if width and height are both provided.
|
image_size |
None
|
optimize_for_quality
|
Image size preset (quality = larger, speed = faster). Ignored if width and height are both provided.
|
width |
integer
|
Min: 512 Max: 2048 |
Custom width in pixels. Provide both width and height for custom dimensions (overrides aspect_ratio/image_size).
|
height |
integer
|
Min: 512 Max: 2048 |
Custom height in pixels. Provide both width and height for custom dimensions (overrides aspect_ratio/image_size).
|
go_fast |
boolean
|
False
|
Use LCM-LoRA to accelerate image generation (trades quality for 8x speed)
|
num_inference_steps |
integer
|
50
Max: 50 |
Number of denoising steps. More steps = higher quality. Defaults to 4 if go_fast, else 28.
|
guidance |
number
|
4
Max: 10 |
Guidance scale for image generation. Defaults to 1 if go_fast, else 3.5.
|
seed |
integer
|
Set a seed for reproducibility. Random by default.
|
|
output_format |
None
|
webp
|
Format of the output images
|
output_quality |
integer
|
80
Max: 100 |
Quality when saving images (0-100, higher is better, 100 = lossless)
|
replicate_weights |
string
|
Path to LoRA weights file. Leave blank to use base model.
|
|
lora_scale |
number
|
1
Max: 3 |
Scale for LoRA weights (0 = base model, 1 = full LoRA)
|
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'}