Color Encoder for Color Transfer with Modulated Flows
These are color encoders with EfficientNet B0 and B6 architectures for the AAAI 2025 paper "Color Transfer with Modulated Flows". The paper was also presented at "Workshop SPIGM @ ICML 2024".
arXiv: https://arxiv.org/abs/2503.19062
Please find the demo notebook at Github: ModFlows_demo.ipynb and ModFlows_demo_batched.ipynb to use the pretrained model for color transfer on your own images.
How to clone and download pre-trained weights:
git clone https://github.com/maria-larchenko/modflows.git
cd modflows
git clone https://huggingface.co/MariaLarchenko/modflows_color_encoder
Call python3 run_inference.py --help
to see a full list of arguments for inference.
Ctrl+C
cancels the execution.
Citation
If you use this code in your research, please cite our work:
@inproceedings{larchenko2024color,
title={Color Style Transfer with Modulated Flows},
author={Larchenko, Maria and Lobashev, Alexander and Guskov, Dmitry and Palyulin, Vladimir Vladimirovich},
booktitle={ICML 2024 Workshop on Structured Probabilistic Inference $\\{$$\\backslash$\\&$\\}$ Generative Modeling}
}
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The HF Inference API does not support image-to-image models for pytorch
library.