Wang Tan

Results 13 comments of Wang Tan

> Another thing that might help: Change this line > > https://github.com/rinongal/textual_inversion/blob/0a950b482d2e8f215122805d4c5901bdb4a6947f/ldm/modules/embedding_manager.py#L59 > > > To: `get_embedding_for_tkn = partial(get_embedding_for_clip_token,embedder.transformer.text_model.embeddings.token_embedding)` > (e.g. add `.token_embedding` at the end of the second argument)...

hi @nyjshinibaba, you may find the related code here: https://github.com/Wangt-CN/CaaM/blob/main/0-NICO/train_module.py#L170

Besides, I understand that `movi_def_worker.py` is used to generate a single scene. But what is the role of the `movi_d.py`? Is it used to generate the whole dataset? Thanks a...