Documentation Index
Fetch the complete documentation index at: https://docs.selektable.com/llms.txt
Use this file to discover all available pages before exploring further.
Choosing the right product image
TheproductImage is the single most important input for AI generation quality. This is the image the AI model uses to understand what your product looks like and render it into the customer’s photo. Choosing the right one makes a significant difference in output quality.
What makes a good product image
The ideal product image has:- A clean, isolated background: white, transparent, or minimal. Most ecommerce platforms already have product photos shot on a plain background. These work best.
- The product clearly visible: no obstructions, overlapping items, or heavy styling
- Good lighting and resolution: the AI needs to clearly see the product’s shape, color, and texture
What to avoid
| Avoid | Why |
|---|---|
| Product on a model | The AI may pick up the model as part of the product, leading to artifacts in the output |
| Busy room settings | A couch shown in a styled living room adds visual noise. The AI can’t cleanly separate the product from the background |
| Lifestyle shots | Photos with lots of props, decorations, or environmental context confuse the AI about what the actual product is |
| Collages or multi-angle shots | The AI expects a single, clear product view |
| Low resolution or cropped images | The AI needs enough detail to render the product convincingly |
Examples
Good: isolated background
The product is clearly visible on a clean background. The AI can easily identify the product shape and render it into the customer’s space.Bad: noisy context
The product blends into a scene, making it hard for the AI to separate it from the surroundings.WooCommerce: override generation image
If you’re using the Selektable WordPress plugin, you can override which image is used for AI generation on a per-product basis, without changing your product’s featured image or gallery.- Open a product in the WordPress admin
- In the sidebar, find the Selektable Widget meta box
- Under Override Generation Image, click Select Image
- Choose the best product photo from your featured image and gallery images
- Save the product
productImage when the widget opens on that product page. If no override is set, the plugin uses the product’s featured image by default.
Custom stores: passing the right image
For custom integrations, you control which image is passed asproductImage in your Selektable.open() call:
productImage and productImages serve different purposes:
productImage: the single image sent to the AI for generation. Pick your cleanest product shot.productImages: the full gallery displayed in the widget UI for browsing.
Quick checklist
- Is the product on a clean or isolated background?
- Is the product the only subject in the photo?
- Is the image high resolution and well-lit?
- Is the product free of obstructions (no models, props, or overlapping items)?
- If using WooCommerce, have you set the override image for products where the featured image isn’t ideal?