ty0x2333 / ComfyUI-Dev-Utils

Execution Time Analysis, Reroute Enhancement, Remote Python Logs, For ComfyUI developers.
MIT License
81 stars 6 forks source link

execution time output #12

Open drmbt opened 3 months ago

drmbt commented 3 months ago

your execution time node is great! What i'm trying to find is a way to geta combined output of run time, and inject it into the file name of my generations. is it possible to get a tallied time as a string output, and only combine on the way in and out? I'd like to be able to append this to file names so that i can compare run times between tweaked settings

drmbt commented 1 month ago

wanted to bump this, see if its possible to return a string or dict as an output from ExecutionTime

ty0x2333 commented 3 weeks ago

Sorry for the late reply. ExecutionTime is a virtual node. I can’t think of any way to add text output.