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

feature: interactively exporting loaded model to binfile #904

Closed
jon-chuang opened this issue Apr 12, 2023 · 3 comments
Closed

feature: interactively exporting loaded model to binfile #904

jon-chuang opened this issue Apr 12, 2023 · 3 comments
Labels

Comments

@jon-chuang
Copy link
Contributor

jon-chuang commented Apr 12, 2023

With #820, the loaded model may be different from the base model. It makes sense to be able to interactively export the currently loaded model to binfile.

Especially if one allows the option to linearly interpolate multiple LoRA files - i.e. LoRA mixology for a unique LLM personality.

@MillionthOdin16
Copy link

If you're familiar with the mixing of loras I think it would be helpful for a lot of people here if you could link some resources on it. I've heard you can do some pretty cool things, but I'm not very familiar.

@jon-chuang
Copy link
Contributor Author

jon-chuang commented Apr 12, 2023

I'm not that familiar, it simply occured to me as a possibility.

Linearly interpolating between base model and LoRA is already a standard feature: https://huggingface.co/docs/diffusers/main/en/training/lora

Anw, linearly interpolating is tracked here: #905

This issue is about exporting loaded (and modified e.g. fine-tuned) model to binfile.

Copy link
Contributor

This issue was closed because it has been inactive for 14 days since being marked as stale.

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

No branches or pull requests

2 participants