generate_with_lora
Generate images by applying LoRA models to customize AI-generated visuals. Specify a prompt and LoRA URL to create tailored images with controlled style effects.
Instructions
Generate images with a LoRA model applied.
Args: lora_url: URL to the LoRA safetensors file (e.g. from HuggingFace). lora_scale: Strength of the LoRA effect (0.0-2.0, default 1.0).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| lora_url | Yes | ||
| lora_scale | No | ||
| model | No | fal-ai/flux-general | |
| width | No | ||
| height | No | ||
| num_inference_steps | No | ||
| guidance_scale | No | ||
| seed | No | ||
| num_images | No | ||
| output_format | No | png | |
| filename | No |