image-to-image-edit
Installation
SKILL.md
Image-to-Image Edit
Transform existing images using AI diffusion models with text guidance. This skill enables powerful image editing capabilities including style transfer, content modification, inpainting, and outpainting.
Overview
Image-to-image (img2img) generation takes an existing image as input and transforms it based on a text prompt while preserving some characteristics of the original. The strength parameter controls how much the image changes - low values (0.3-0.5) preserve more of the original, while high values (0.7-1.0) allow more dramatic transformations.
Parameters
Required Parameters
| Parameter | Type | Description |
|---|---|---|
image_url |
string | URL or local path to the source image. Supports PNG, JPG, WEBP formats. Must be publicly accessible URL or local file path. |
prompt |
string | Text description of the desired transformation. Be specific about style, content, and mood. Example: "transform into oil painting style, dramatic lighting, renaissance art" |
Optional Parameters
Related skills