-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support SD3.5 large #107
Comments
+1 |
SD3 requires all available tokenizers and encoders (pipeline.tokenizer, pipeline.tokenizer_2, pipeline.tokenizer_3) for work. So you need init Compel with all:
BUT: SD3 pipeline.tokenizer_3 is T5TokenizerFast, Compel supports only CLIPTokenizer (see init). For experiments, you can hack this (it's sample !) `
` |
Hello I tried to use compel with SD3.5-large but got this error:
Code:
The text was updated successfully, but these errors were encountered: