Replies: 1 comment
-
Hi @daeunni. Could you try to upgrade your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I found the below error when I tried to load
CogVideoXPipeline
as follows:pipe = CogVideoXPipeline.from_pretrained("THUDM/CogVideoX-2b").to("cuda")
-->
ValueError: Non-consecutive added token '<extra_id_99>' found. Should have index 32100 but has index 32000 in saved vocabulary.
How can I address it? My diffusers version is v0.30.0. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions