Rerender_A_Video
Rerender_A_Video copied to clipboard
Install failure
This looks amazing, looking forward to trying it! I'm getting a few issues while installing:
1. No submodules
When I run python install.py
, it tells me that it failed to install Ebsynth, but that's because the /deps/ebsynth
folder is empty.
I tried running git clone
on that branch, but that doesn't work—I had to extract the ZIP file into the folder and run install.py
again.
Same for Controlnet and gmflow—these folders were empty. I wonder if there's a way to automatically populate the folders during the install, or if it's just me who's having trouble.
- Triton missing
C:\Users\sanss\ReRender\Rerender_A_Video>python webUI.py A matching Triton is not available, some optimizations will not be enabled. Error caught was: No module named 'triton'
- Local URL doesn't work
Despite it telling me to go to http://0.0.0.0:7861, I get ERR_ADDRESS_INVALID in my browser if I try.