Open LaLaLailalai opened 1 week ago
Hi! You should pre-compute the null text embeds, (encode null str ""), you can refer to this issue https://github.com/jy0205/Pyramid-Flow/issues/160
Hi! You should pre-compute the null text embeds, (encode null str ""), you can refer to this issue #160
Thanks! Fixed it!
Hi @jy0205, Thanks for the great work! I tried to run train_pyramid_flow_without_ar.sh, found OOM problem. So I try to remove the "load_text_encoder" and another error occurred, which is self.null_text_embeds wasn't defined, please check here. Do you know how to solve it?