thu-ml / unidiffuser

Code and models for the paper "One Transformer Fits All Distributions in Multi-Modal Diffusion"
GNU Affero General Public License v3.0
1.37k stars 86 forks source link

Hi! A little question about the text length limit #20

Open StanLiu1996 opened 1 year ago

StanLiu1996 commented 1 year ago

It is a great work! BTW, I have noticed that the limit for text input length is 77. Is there any way to break this limit so that longer sentences can be allowed?

baofff commented 1 year ago

This is limited by the CLIP we use. So currently we do not support arbitray length.