eachlabs-face-swapSwap faces between images using EachLabs AI. Use when the user wants to replace or swap faces in photos.
Install via ClawdBot CLI:
clawdbot install eftalyurtseven/eachlabs-face-swapSwap faces between images and videos using the EachLabs Predictions API.
Header: X-API-Key: <your-api-key>
Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai.
| Model | Slug | Best For |
|-------|------|----------|
| AI Face Swap V1 | aifaceswap-face-swap | Image face swap |
| Eachlabs Face Swap | each-faceswap-v1 | Image face swap |
| Face Swap (legacy) | face-swap-new | Image face swap |
| Faceswap Video | faceswap-video | Video face swap |
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "aifaceswap-face-swap",
"version": "0.0.1",
"input": {
"target_image": "https://example.com/target-photo.jpg",
"swap_image": "https://example.com/source-face.jpg"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "each-faceswap-v1",
"version": "0.0.1",
"input": {
"target_image": "https://example.com/target-photo.jpg",
"swap_image": "https://example.com/source-face.jpg"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "faceswap-video",
"version": "0.0.1",
"input": {
"target_video": "https://example.com/target-video.mp4",
"swap_image": "https://example.com/source-face.jpg"
}
}'
For prompt-based face replacement:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "gpt-image-v1-5-edit",
"version": "0.0.1",
"input": {
"prompt": "Replace the face in image 1 with the face from image 2. Keep the same pose, lighting, and expression. Maintain natural skin tone and seamless blending.",
"image_urls": [
"https://example.com/target-photo.jpg",
"https://example.com/source-face.jpg"
],
"quality": "high"
}
}'
GET https://api.eachlabs.ai/v1/model?slug= â validates the model exists and returns the request_schema with exact input parameters. Always do this before creating a prediction to ensure correct inputs.https://api.eachlabs.ai/v1/prediction with model slug, version "0.0.1", and input matching the schemaGET https://api.eachlabs.ai/v1/prediction/{id} until status is "success" or "failed"Generated Mar 1, 2026
Content creators and influencers use this skill to generate engaging face-swapped images or videos for memes, viral content, or personalized entertainment. It enhances user engagement on platforms like TikTok, Instagram, or YouTube by allowing playful transformations of faces in photos or video clips.
Film studios and independent filmmakers apply this skill for visual effects, such as swapping actors' faces in scenes for dubbing, stunt doubles, or historical reenactments. It streamlines post-production by enabling realistic face replacements in videos without extensive manual editing.
Marketing agencies leverage this skill to create customized advertisements where faces of models or celebrities are swapped into promotional images or videos. This allows for rapid prototyping and personalization of campaigns to target different demographics or test visual concepts.
Professional photographers and photo editors use this skill to enhance portraits by swapping faces to correct expressions, improve lighting consistency, or create composite images. It saves time in retouching workflows and ensures high-quality, natural-looking results for clients.
Online retailers integrate this skill to offer virtual try-on experiences, allowing customers to see how accessories like glasses or makeup look on their own face by swapping it onto model images. This boosts customer engagement and reduces return rates by providing a more interactive shopping experience.
Offer this face swap functionality as a paid API service, where developers and businesses pay per API call or through subscription tiers based on usage volume. This model generates recurring revenue by catering to applications in media, marketing, and entertainment that require scalable face-swapping capabilities.
License the skill as a white-label solution for integration into existing software platforms, such as photo editing apps, video production tools, or social media platforms. Revenue comes from one-time licensing fees or ongoing support contracts, enabling partners to enhance their offerings with advanced AI features.
Develop a consumer-facing mobile app that offers basic face swap features for free, with premium features like high-resolution outputs, video swaps, or advanced editing tools available via in-app purchases or subscriptions. This model drives user acquisition through viral sharing and monetizes engaged users.
đŹ Integration Tip
Always validate the model schema via the GET endpoint before making predictions to ensure correct input parameters, and use high-quality, well-lit images for best results.
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
Capture frames or clips from RTSP/ONVIF cameras.
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
äœżçšć çœź image_generate.py èæŹçæćŸç, ć〿ž æ°ć ·äœç `prompt`ă
AI image generation powered by CellCog. Create images, edit photos, consistent characters, product photography, reference-based images, sets of images, style transfer. Professional image creation with AI.