Skip to content

hassanrasheedk/fast-strotss

Repository files navigation

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>]

Style Result

About

A complete faster version of the original STROTSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published