FLUX PuLID

Community
Image Generation

PuLID identity customization running on FLUX.1-dev. Inserts a face from one reference photo into prompt-driven scenes using contrastive alignment, giving higher likeness and detail than SDXL-era ID adapters. Good for realistic avatars and character portraits.

Generate with FLUX PuLID
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

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

About this model

FLUX PuLID applies the PuLID (Pure and Lightning ID) tuning-free identity method on top of the FLUX.1-dev base model. It keeps a person's face from a single image while generating new portraits and full scenes from text. Built by ByteDance research and packaged on Replicate by zsxkib.
Try FLUX PuLID
Sign in to generate β€” 50 free credits on sign-up

Pricing

Price per Generation
Per generation€3.00

API Integration

Use our OpenAI-compatible API to integrate FLUX PuLID into your application.

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

const rw = railwail("YOUR_API_KEY");

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

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

Frequently asked questions

Start using FLUX PuLID today

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