hello, I want to ask this code in `diffuser.py` why it can speed inference? could you explain it to me? ``` nn_inputs = [np.vstack([x_t, x_t]), np.vstack([noise_in, noise_in]), np.vstack([label, label_empty_ohe])] ```
hello,
I want to ask this code in
diffuser.pywhy it can speed inference?
could you explain it to me?