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

fix double prefix model.diffusion_model. #403

Closed
wants to merge 1 commit into from

Conversation

Green-Sky
Copy link
Contributor

This happens because the tensor name might already have the prefix, but we unconditionally add it. Some finetunes/quants don't work otherwise.
example model: https://civitai.com/models/645943?modelVersionId=768009

This happens because the tensor name might already have the prefix, but
we unconditionally add it. Some finetunes don't work otherwise.
@Green-Sky
Copy link
Contributor Author

Turns out it is only prefixed, when the model is loaded via --diffusion-model. So with those models, you can just use normal -m.

@Green-Sky Green-Sky closed this Sep 8, 2024
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

Successfully merging this pull request may close these issues.

1 participant