xunhuang1995/AdaIN-style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
Introduces an adaptive instance normalization layer that dynamically computes affine parameters from style features, enabling arbitrary style transfer at 15 FPS on 512×512 images—720× faster than prior methods. Implements fine-grained control through content-style weighting (alpha), color preservation, multi-style interpolation, spatial masking for region-specific styles, and video processing. Built in Torch with VGG-19 feature extraction and trainable decoder, supporting both inference and training on COCO and WikiArt datasets.
1,557 stars. No commits in the last 6 months.
Stars
1,557
Forks
198
Language
Lua
License
MIT
Category
Last pushed
Oct 30, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/xunhuang1995/AdaIN-style"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
msracver/Deep-Image-Analogy
The source code of 'Visual Attribute Transfer through Deep Image Analogy'.
thiagoambiel/PortraitStylization
🖼️ PortraitStylization - A Pytorch style transfer algorithm optimized for human faces. Based on...
CompVis/brushstroke-parameterized-style-transfer
TensorFlow implementation of our CVPR 2021 Paper "Rethinking Style Transfer: From Pixels to...
StacyYang/MSG-Net
Multi-style Generative Network for Real-time Transfer
ChenDarYen/ArtFusion
ArtFusion: Controllable Arbitrary Style Transfer using Dual Conditional Latent Diffusion Models