Awesome
fast-strotss
A complete updated version of the STROTSS including mask guidance (based on David Futschik's repo https://github.com/futscdav/strotss and Nick Kolkin's original work https://github.com/nkolkin13/STROTSS).
The file strotss_guided.py contains the updated code for style guidance.
Usage:
Vanilla:
python strotss.py <content> <style> [--weight 1.0] [--output strotss.png] [--device "cuda:0"]
With Mask Guidance:
python strotss_guided.py <content> <style> [--weight 1.0] [--output strotss.png] [--device "cuda:0"] [--content_mask <path_to_content_mask>] [--style_mask <path_to_style_mask>]
<p align="center">
<img src="content.jpg" width="350" title="Content">
<img src="style.png" width="350" alt="Style">
<img src="strotss.png" width="350" alt="Result">
</p>