runwayml / touchDesigner

RunwayML + TouchDesigner 🌝

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Compatibility Fix

kcconch opened this issue · comments

Hi! I was struggling to get this to work on windows but after debugging I realized that windows file formats can't support the datatime.datatime.now() format.

If you
import time

and set
now = time.strftime("%Y%m%d-%H%M%S")

it works!

Thank you for these examples!

I should clarify this is for the Enhance Textures examples and the code is run in the /Runway_ESRGAN/texture_viewer/decode_texture node

Thank you for noting this @kcconch!