Pruna AI P-Image Edit LORA is a fast AI image editing model that edits and transforms images with LORA-based customization. Ready-to-use REST inference API for text-guided image editing, style changes, character consistency, product image updates, marketing assets, and custom AI editing workflows with simple integration, no coldstarts, and affordable pricing.
就緒

$0.01每次運行·~100 / $1

Pruna AI P-Image Edit LoRA edits one or more input images using a natural-language instruction, with optional LoRA guidance for stronger style or edit control. It is designed for workflows where you want prompt-based image editing together with a LoRA trained specifically for the Pruna p-image-edit-lora pipeline.
LoRA-guided image editing Edit images with natural-language instructions while steering the result with a compatible LoRA.
Multi-image reference support Use one to five input images to guide appearance, structure, composition, or scene transformation.
Edit-specific LoRA control
Apply lora_weights and tune lora_scale for stronger stylistic or transformation control.
Flexible aspect ratio handling
Use match_input_image to follow the first input image by default, or select a preset aspect ratio when needed.
Private LoRA support
Use hf_api_token when accessing a private or gated Hugging Face LoRA repository.
Simple fixed pricing Each run uses a flat per-image price.
| Parameter | Required | Description |
|---|---|---|
| prompt | Yes | Text instruction describing the desired edit. |
| images | Yes | One to five reference images used for the edit. When using multiple images, describe their roles clearly in the prompt. |
| lora_weights | No | Optional Hugging Face LoRA path, such as huggingface.co/PrunaAI/p-image-edit-next-scene-lora/weights.safetensors. The LoRA should be trained for p-image-edit-lora. |
| lora_scale | No | LoRA strength. Default: 0.5. Official range: -1 to 3. |
| hf_api_token | No | Optional Hugging Face token for private or gated LoRA repositories. |
| aspect_ratio | No | Output aspect ratio. Default: match_input_image, which follows the first input image. Other supported values: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, and 2:3. |
| output_format | No | Output image format: png, jpeg, or webp. |
| seed | No | Random seed. Use -1 for random generation. |
lora_weights if you want LoRA-guided editing.lora_scale to control how strongly the LoRA affects the result.match_input_image to follow the first input image, or select a preset ratio if needed.hf_api_token if your LoRA is private or gated.png, jpeg, or webp.-1 for random output, or a fixed value for more reproducible edits.Make this scene look like the next scene style.
Just $0.01 per generated image.
match_input_image when you want to preserve the framing of the first input image.lora_scale gradually to balance prompt influence and LoRA influence.hf_api_token.seed when you want more consistent edit iterations.prompt and images are required.images supports one to five input images.lora_weights is optional.aspect_ratio defaults to match_input_image, which follows the first input image.seed uses -1 for random generation.turbo=false and disables the safety checker by default in the internal mapping; these are not user-facing controls.