gaby94500/mamav
Capabilities
Cost
Community model (estimated from hardware time)
Input Parameters
| Name | Type | Description | Default | Constraints |
|---|---|---|---|---|
prompt* | string | The main prompt for image generation | — | — |
aspect_ratio | string | Aspect ratio for the generated image. Ignored if width and height are both provided. | "16:9" | 1:116:99:164:33:43:22:3 |
enhance_prompt | boolean | Automatically enhance the prompt for better image generation | false | — |
go_fast | boolean | Use LCM-LoRA to accelerate image generation (trades quality for 8x speed) | false | — |
guidance | number | Guidance scale for image generation. Defaults to 1 if go_fast, else 3.5. | 4 | min: 0, max: 10 |
height | integer | Custom height in pixels. Provide both width and height for custom dimensions (overrides aspect_ratio/image_size). | — | min: 512, max: 2048 |
image_size | string | Image size preset (quality = larger, speed = faster). Ignored if width and height are both provided. | "optimize_for_quality" | optimize_for_qualityoptimize_for_speed |
lora_scale | number | Scale for LoRA weights (0 = base model, 1 = full LoRA) | 1 | min: 0, max: 3 |
negative_prompt | string | Things you do not want to see in your image | "" | — |
num_inference_steps | integer | Number of denoising steps. More steps = higher quality. Defaults to 4 if go_fast, else 28. | 50 | min: 0, max: 50 |
output_format | string | Format of the output images | "webp" | webpjpgpng |
output_quality | integer | Quality when saving images (0-100, higher is better, 100 = lossless) | 80 | min: 0, max: 100 |
replicate_weights | string(uri) | Path to LoRA weights file. Leave blank to use base model. | — | — |
seed | integer | Set a seed for reproducibility. Random by default. | — | — |
width | integer | Custom width in pixels. Provide both width and height for custom dimensions (overrides aspect_ratio/image_size). | — | min: 512, max: 2048 |
promptrequiredstringThe main prompt for image generation
aspect_ratiostringAspect ratio for the generated image. Ignored if width and height are both provided.
"16:9"enhance_promptbooleanAutomatically enhance the prompt for better image generation
falsego_fastbooleanUse LCM-LoRA to accelerate image generation (trades quality for 8x speed)
falseguidancenumberGuidance scale for image generation. Defaults to 1 if go_fast, else 3.5.
4min: 0, max: 10heightintegerCustom height in pixels. Provide both width and height for custom dimensions (overrides aspect_ratio/image_size).
image_sizestringImage size preset (quality = larger, speed = faster). Ignored if width and height are both provided.
"optimize_for_quality"lora_scalenumberScale for LoRA weights (0 = base model, 1 = full LoRA)
1min: 0, max: 3negative_promptstringThings you do not want to see in your image
""num_inference_stepsintegerNumber of denoising steps. More steps = higher quality. Defaults to 4 if go_fast, else 28.
50min: 0, max: 50output_formatstringFormat of the output images
"webp"output_qualityintegerQuality when saving images (0-100, higher is better, 100 = lossless)
80min: 0, max: 100replicate_weightsstringPath to LoRA weights file. Leave blank to use base model.
seedintegerSet a seed for reproducibility. Random by default.
widthintegerCustom width in pixels. Provide both width and height for custom dimensions (overrides aspect_ratio/image_size).
8c608a6c7f1aUpdated: 7/25/202636 runs
cinemasetfree.com