ambocclusion

Results 8 comments of ambocclusion

Holy crap, you rock! Works perfectly!

https://github.com/Chaoses-Ib/ComfyScript/assets/10687655/57d92290-eefb-49b2-80e8-ceefd76425c1 Here are the results of your preview work! Again, I'm really grateful for your work on Comfyscript! Thank you

I cannot for the life of me figure out how to get output from the VHSVideoCombine node function loaded into my Python code, even as a PIL image. Is there...

I've attempted to get this code to work: video = VHSVideoCombine(images, 8, 0, 'final_output', 'image/gif', False, True, None, None) results = video.wait() return [await results._output()] but it throws the error...

Thanks! Yeah I kinda got desperate to get _anything_ from the workflow and just threw everything at it.

Thinking about this some, I wonder if some simple built-in eval utility nodes would be too out of scope for ComfyScript? I may look into writing a solution for this...