We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1
The text was updated successfully, but these errors were encountered:
@schhaohao, please provide further information how you fixed this, I am running into the same error.
Sorry, something went wrong.
please provide further information how you fixed this, I am running into the same error.
You can skip the text encoder part in fuse_lora() in src/diffusers/loaders/lora_base.py like:
for fuse_component in components: if fuse_component == 'text_encoder': continue
But they should fix their tools/export_sat_lora_weight.py to skip text encoder.
I just commented out the line that throws the error and it seemed to work also
No branches or pull requests
System Info / 系統信息
Information / 问题信息
Reproduction / 复现过程
1
Expected behavior / 期待表现
1
The text was updated successfully, but these errors were encountered: