StreamDiffusion icon indicating copy to clipboard operation
StreamDiffusion copied to clipboard

Fix README for environment created with conda on Windows

Open CID8705 opened this issue 1 year ago • 2 comments

It seems that pywin32 does not install properly in environments created with conda on Windows. We have taken a countermeasure by forcibly reinstalling pywin32 and have included this in the README. This is a temporary measure, so if it can be solved by fixing setup.py, I think it would be better to do so.

CID8705 avatar Dec 24 '23 08:12 CID8705

We moved pywin32 installation into python -m streamdiffusion.tools.install-tensorrt. Now we don't need to additionally install pywin32 afterward. Could you check whether this will work in your environment?

cumulo-autumn avatar Dec 29 '23 08:12 cumulo-autumn

I have confirmed that your measures are effective in my environment. Thank you for taking action.

CID8705 avatar Dec 29 '23 12:12 CID8705

Got it. Then I will close this PR. Thank you so much for your suggestion and confirmation!

cumulo-autumn avatar Dec 30 '23 10:12 cumulo-autumn