Possible difficulty in adding X-Adapter/LoRA-X/DeltaSampling? #2705
Unanswered
TomLucidor
asked this question in
Q&A
Replies: 1 comment 2 replies
|
DeltaSampling is an inference-time thing, not training. X-Adapter never worked too well, and they already distribute the code in that github link that can be used for trying to train your own. Overall, my view of X-Adapter was that it's a highly complicated piece of machinery that is more easily accomplished by retraining the LoRA. i think it's intended for adjusting models that the individual/organisation did not create and or no longer have access to the initial dataset for. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Could SimpleTuner include LoRA knowledge being able to migrate from one model to the next (assuming we have base models)? https://github.com/showlab/X-Adapter https://ar5iv.labs.arxiv.org/html/2501.16559 https://github.com/Zhidong-Gao/DeltaSampling
All reactions