Which transformers version will support this?

Hi, I am trying to run control prefix (GitHub - jordiclive/ControlPrefixes)
while following the instruction on README.md, I found error like below.
even I changed ‘t5-large’ to ‘google-t5/t5-large’, same error occurs all the time.
Is there any solution for this? I guess this occurs from change of version of hf or transformers.
Thanks!

my errors:

OSError: Can’t load config for ‘t5-large’. Make sure that:

  • ‘t5-large’ is a correct model identifier listed on ‘https://huggingface.co/models’

  • or ‘t5-large’ is the correct path to a directory containing a config.json file