Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 831 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 831 Bytes

STROTSS

See the original code and links to paper at https://github.com/nkolkin13/STROTSS

Usage:

python strotss.py <content> <style> [--weight 1.0] [--output strotss.png] [--device "cuda:0"]

Style Result

Masked guidance

This version is an implementation of guidance-free style transfer. The original paper shows a path towards mask-based guidance. In that scenario, the user needs to provide correspondences for style transfer source and destinations. Hassan Rasheed extended this implementation to also support that case, so if you are looking for such functionality, you can try his implementation at https://github.com/hassanrasheedk/fast-strotss.