tpc2233
tpc2233
I tried you 24gb vram code @narrowsnap but im getting the issue on inference_stdit.py with caption_embs=caption_embs, caption_emb_masks=caption_emb_masks where fails with AttributeError: 'NoneType' object has no attribute 'encode' during inference. Rest...
> > caption_emb_masks > > Are you update the code of RFLOW?(opensora/schedulers/rf/__init__.py) Yes, i even tried git clone your fork, but no luck. This one right? https://github.com/narrowsnap/Open-Sora/blob/main/opensora/schedulers/rf/__init__.py
> > This is wrong! You need to use feature/720p_for_16g branch. Sorry that is what i meant. Yes using from there: https://github.com/narrowsnap/Open-Sora/blob/feature/720p_for_16g/opensora/schedulers/rf/__init__.py It gets: TypeError: sample() got an unexpected keyword...
> > > This is wrong! You need to use feature/720p_for_16g branch. > > > > > > Sorry that is what i meant. Yes using from there: https://github.com/narrowsnap/Open-Sora/blob/feature/720p_for_16g/opensora/schedulers/rf/__init__.py >...
> I can successfully run it. According to the error you showed, I suggest you check if there is caption_embs in your code.[opensora/schedulers/rf/**init**.py line 45] Made work:) solution was delete...