DanahYatim
DanahYatim
When running main.py I get the following error: ``` File "main.py", line 8, in from nerf.gui import NeRFGUI File "nerf/gui.py", line 4, in import dearpygui.dearpygui as dpg File "lib/python3.9/site-packages/dearpygui/dearpygui.py", line...
Hi, Thank you so much for sharing your amazing work!!! In the paper it is mentioned that the spatial LoRAs are trained on a single frame randomly sampled from the...
Hi, I noticed that one of the differences between these schedulers is that in CogVideoXDDIMScheduler, the equation for latent update has been modified to: ``` a_t = ((1 - alpha_prod_t_prev)...