Rerender_A_Video
Rerender_A_Video copied to clipboard
[SIGGRAPH Asia 2023] Rerender A Video: Zero-Shot Text-Guided Video-to-Video Translation
I want to thank you for moving this forward; I love where this is going. I've read about a few issues regarding the ability to use different ``ControlNets`` to help...
Audio
Thank you for providing Rerender_A_Video! I've attempted to synchronize the audio and visuals in two different ways: first, by removing the audio, and second, by keeping it. However, in both...
Thanks for the code, it's been working really well! But I'd like to have further precision with multi-controlnet. (I am using 3D software to create a video first) So I...
Has this been tested? https://lightning.ai/docs/pytorch/stable/accelerators/mps_basic.html About to regex out the to('cuda') and device='cuda', and turn off fps16 and give it a try
To create a public link, set `share=True` in `launch()`. ERROR: Exception in ASGI application Traceback (most recent call last): File "C:\Users\mrjek\AppData\Local\Programs\Python\Python310\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 408, in run_asgi result = await app( #...
`Traceback (most recent call last): File "/mnt/1c418dd9-a3c3-4278-870a-fe3a7069416b/github/Rerender_A_Video/.venv/lib/python3.10/site-packages/uvicorn/protocols/http/h11_impl.py", line 408, in run_asgi result = await app( # type: ignore[func-returns-value] File "/mnt/1c418dd9-a3c3-4278-870a-fe3a7069416b/github/Rerender_A_Video/.venv/lib/python3.10/site-packages/uvicorn/middleware/proxy_headers.py", line 84, in __call__ return await self.app(scope, receive, send) File...
Can you create a notebook version plz
When using this command "python video_blend.py result/man --beg 1 --end 352 --itv 10 --key keys --output result/man/man.mp4 --fps 25.0 --n_proc 2 -ps" to combine images into a video, an error...
https://github.com/williamyang1991/Rerender_A_Video/blob/dfaf9d8825f226a2f0a0b731ab2adc84a3f2ebd2/src/ddim_v_hacked.py#L300 When the x0_strength is small, it will be a long waste of time to reach https://github.com/williamyang1991/Rerender_A_Video/blob/dfaf9d8825f226a2f0a0b731ab2adc84a3f2ebd2/src/ddim_v_hacked.py#L306 Previous blended img is useless, https://github.com/williamyang1991/Rerender_A_Video/blob/dfaf9d8825f226a2f0a0b731ab2adc84a3f2ebd2/src/ddim_v_hacked.py#L308 Maybe we can directly: ``` for i,...