Face to Sticker

Community
Image Generation

fofr's model turns a face photo into a die-cut sticker with a white border and transparent background. Uses InstantID to hold the likeness and outputs a clean PNG suitable for chat stickers or print. Simple single-image input.

Generate with Face to Sticker
Describe what you want and pick a size — the image renders inline.
Sign in to try this model with €5 free credits.
Sign in
Result appears here
TL;DR·Last updated June 24, 2026

Face to Sticker is image generation AI model from Community, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

Face to Sticker converts a portrait into a cartoon sticker complete with outline and transparent edges. It relies on InstantID for identity preservation and an illustration style, returning a ready-to-use sticker image. Common for messaging packs and personalized merch.
Try Face to Sticker
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€2.00

API Integration

Use our OpenAI-compatible API to integrate Face to Sticker into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("face-to-sticker", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("face-to-sticker", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€2.00
Developer
Community
Category
Image Generation
Supported Formats
image
text
Tags
avatar
portrait
sticker
cartoon
transparent
fofr
replicate

Frequently asked questions

Start using Face to Sticker today

Get started with free credits. No credit card required. Access Face to Sticker and 100+ other models through a single API.