Skip to content
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

Could you share a requirements.txt or pyproject.toml file #3

Closed
wy opened this issue Nov 9, 2024 · 1 comment
Closed

Could you share a requirements.txt or pyproject.toml file #3

wy opened this issue Nov 9, 2024 · 1 comment

Comments

@wy
Copy link

wy commented Nov 9, 2024

Getting this error currently

a_base.py", line 445, in fuse_lora
    raise ValueError(f"{fuse_component} is not found in {self._lora_loadable_modules=}.")
ValueError: text_encoder is not found in self._lora_loadable_modules=['transformer'].
(dimensionx-video-py3.12) 
@chenshuo20
Copy link
Collaborator

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

For more details you can check this issue.

And we will provide more detailed information about the environment as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants