infery
← All models

Telestyle V2 Style Transfer

telestyle-v2

Image editby Telestyle V2

Restyle any image with TeleStyle v2 — provide an original image and a styling reference, and the model re-renders the original in the reference's visual style while preserving its content and composition.

images

Details

Accepts
image

Pricing

Price
4.38 cr / megapixel

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedThe same seed and the same inputs given to the same version of the model will output the same image every time.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
image_sizeThe size of the generated image. If not provided, the size of the content image is used.
lora_scalenumberStrength of the TeleStyleV2 style adapter. 1.0 matches the reference implementation; lower values apply the style more subtly.
num_imagesintegerThe number of images to generate.
accelerationstringenum: none, regularAcceleration level for image generation. 'none' (the default) honors the requested num_inference_steps, so the default 4-step Lightning configuration runs in 4 steps. 'regular' engages the downstream accelerated path, which runs a fixed 10 steps regardless of num_inference_steps.
output_formatstringenum: jpeg, pngThe format of the generated image.
guidance_scalenumberThe CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt.
negative_promptstringThe negative prompt for the generation.
style_image_urlrequiredstringURL of the style reference image — the artistic style, material, lighting and color of this image are transferred onto the content image.
content_image_urlrequiredstringURL of the content image — the image whose subject and structure are preserved while the style is applied.
use_lightning_lorabooleanIf true, use the Lightning LoRA in addition to the default LoRA.
num_inference_stepsintegerThe number of inference steps to perform.
lightning_lora_scalenumberStrength of the Lightning LoRA. 1.0 matches the reference implementation; lower values apply the style more subtly.
enable_safety_checkerbooleanIf set to true, the safety checker will be enabled.
use_style_descriptionbooleanIf true, describe the style image with a VLM and add the description to the prompt.
use_content_descriptionbooleanIf true, describe the content image with a VLM and add the description to the prompt.

Output

FieldTypeDescription
seedintegerThe seed used for generation.
imagesarrayThe stylized image(s).
promptstringThe prompt derived from the content and style images.
has_nsfw_conceptsarrayWhether the generated image contains NSFW concepts.