🎮 LucasArts Pixel Art Style
Transform any face photo into LucasArts adventure-game pixel art using AI.
Architecture
- Base Model: AlbedoBase XL v2.1 (SDXL)
- Face Identity: InstantID ControlNet + IP-Adapter
- Depth Structure: ZoeDepth ControlNet
- Style LoRA: LucasArts pixel art (
primerz/pixagram → lucasart.safetensors)
- Scheduler: DPMSolver++ with Karras sigmas
- Face Detection: InsightFace (antelopev2)
How It Works
- Upload a clear face photo
- Write a prompt describing the character
- Adjust face/depth/image strength as needed
- Click "Generate LucasArts Style"
The pipeline detects your face, extracts identity embeddings, generates a depth map,
and uses dual ControlNets to produce a pixel-art image that preserves your likeness
while applying the LucasArts adventure-game aesthetic.
Key Parameters
| Parameter | Default | Effect |
|---|
| Face Identity Strength | 0.85 | Higher = more likeness, less style freedom |
| Image Strength | 0.15 | Higher = closer to original photo |
| Depth Strength | 0.80 | Higher = more structural preservation |
| Guidance Scale | 7.0 | Higher = stronger prompt adherence |
| Steps | 20 | More = higher quality, slower |
Credits
- Inspired by fofr's face-to-many
- InstantID by InstantX
- LucasArts LoRA from primerz/pixagram