Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
543 stars 95 forks source link

VHS_FORCE_FFMPEG_PATH env var throws error #150

Closed eighteyes closed 8 months ago

eighteyes commented 8 months ago

https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/blame/7cdb6b474fead62b41e7f7ea53a1910c88e5cbaf/videohelpersuite/utils.py#L34

Should likely be os.environ

AustinMroz commented 8 months ago

Thanks for noticing this, I'm near certain you are correct.

I'm currently out of town, but will make sure this fix is applied when I return tomorrow evening.

Kosinkadink commented 8 months ago

I can get that merged in later today - the fix is to call os.getenv or os.environ.get.

Kosinkadink commented 8 months ago

Fix included in the PR I will now merge: https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/pull/151