Home Artists Posts Import Register

Content

Initial Beta release of my brand new GUI tool: ReStyler!

It's a tool for applying neural style transfer. It's based on this implementation.

Only runs on Nvidia GPUs! GTX 750 Ti or newer. 8 GB VRAM recommended.

Just download the 7z, extract it with 7zip, and run Restyler.exe.

Files

RestylerBeta1.7z

Comments

Anonymous

I would love to try this but I can't drag and drop images to the source/style panels for some reason!

ogre five

okay, cool. I was just cracking open a notebook to figure this one out for myself.

Anonymous

Is this going to be available eventually for AMD GPUs?

ssneck

this is awesome!

Anonymous

an amd port would be nice honestly not like everyone has the actual money rn if ya even buy an nvidia, that is IF you found one at a normal price

GadgetBlues

This is awesome - one bug report/feature request. It doesn't respect EXIF orientation metadata, so my portrait photos end up landscape and the style is applied 90 degrees off.

ssneck

im not sure if it a was recent nvidia driver update, but I cant seem to get an output image anymore

mynamejeremy

I've been having lot's of fun using this but I've always wanted to be able to get the output as a video. Would you mind telling me where in which file you made it save the "out-img-temp", so I can go in there myself and include some code to let it copy and number all the frames into another folder for me. I have been looking for the line that does it but it's pretty complicated to find.

mynamejeremy

Update: the image saving part seems to be in cli.py from line 73 onwards. now I just need to figure out how to maybe copy the saved image and rename it with a counter or just directly save the image a second time but to another folder and with a counter.