Readme
Qwen Caricature
Transform portrait photos into artistic caricature sketches with exaggerated facial features.
What This Does
Takes a portrait photo and creates a sketched caricature with: - Exaggerated facial features - Hand-drawn sketch aesthetic - Fun, artistic proportions
Best with portraits showing clear facial features.
How to Use
import replicate
output = replicate.run(
"zhixindev/qwen-caricature",
input={
"image": open("photo.jpg", "rb"),
"prompt": "create a caricature of this image",
"checkpoint": "2500",
"strength": 4.0
}
)
Parameters
| Parameter | Description | Default |
|---|---|---|
image |
Input portrait photo | Required |
prompt |
Describe the style you want | “create a caricature of this image” |
checkpoint |
1000, 2000, 2250, 2500, 2750, 3000, 3500 | “2500” |
strength |
Effect intensity (1.0 - 10.0) | 4.0 |
Checkpoint Guide
- 2500 ⭐ - Best overall (recommended)
- 2250 - More creative/experimental
- 2750 - Balanced alternative
- 3000-3500 - More standardized style
Example Prompts
create a caricature of this image
create a caricature with exaggerated funny features of this image
create a caricature with artistic sketch style of this image
Model Attribution
This model uses:
- Base: Qwen/Qwen-Image-Edit-2509 by Alibaba Qwen Team
- LoRA: drbaph/Qwen-Image-Edit-2509-Caricature-LoRA by drbaph
Both components are licensed under apache-2.0.
License
apache-2.0
Model created