prolificdreamer
prolificdreamer copied to clipboard
[Question] Does it make sense to switch the VSD loss and Lora loss?
I'm curious if it makes sense to switch the VSD loss and LoRA loss in the paper (switch the following two red boxes). I feel like it is intuitively more natural, because it looks like, the LoRA extracts information from SD and one uses lora, which is more consistent than the original SD, to guide the NeRF. I tried to implement it with the 3studio framework but failed. I wonder if it's my bug or it really does not work. Just curious, if anyone tried?