Face to Many

Community
Image Generation

fofr's face stylizer converts a face photo into 3D render, emoji, pixel art, video-game character, claymation or toy styles. Uses InstantID plus style LoRAs on SDXL to keep the likeness while applying a chosen art style. Popular for fun avatars.

Generate with Face to Many
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 Many 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 Many takes one portrait and remakes it in a selectable style: 3D, emoji, pixel art, video game, clay or toy. It pairs InstantID identity preservation with style LoRAs so the output still resembles the input person. A widely used Replicate model for playful profile pictures.
Try Face to Many
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 Many 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-many", "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-many", "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
stylize
cartoon
3d
emoji
fofr
replicate

Frequently asked questions

Start using Face to Many today

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