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

feat: allows multiple lora versions (#127) #132

Merged
merged 1 commit into from
Dec 27, 2023
Merged

feat: allows multiple lora versions (#127) #132

merged 1 commit into from
Dec 27, 2023

Conversation

tazlin
Copy link
Member

@tazlin tazlin commented Dec 27, 2023

  • Allows users to specify a specific version for a LoRa on CivitAI, facilitating the use of LoRas that use 'versions' to support different baselines (SD1.5, SDXL, etc). A notable LoRa that is now available as a result of these changes is the LCM LoRa, which now supports more than one baseline.
  • (developers) Allows the passing of multi-process locks during model manager load to eliminate LoRa/TI files/records becoming out of sync between processes.
  • (developers) Tox now properly uses the latest model reference now also does a full pre-commit run.

* ci: fix: don't ignore last_use during ci
* adds file lora db reload from file
* add is_version to the LORA_SCHEMA
* ci: fix: do full `pre-commit --all-files` on tox runs
* fix: support native multiproc locks for file IO; lock files for TI too
* ci: fix: don't set `SDXL` model ref. branch in tox
* style: fix

---------

Co-authored-by: tazlin <[email protected]>
@tazlin tazlin added the release:minor Version _.x._ label Dec 27, 2023
@tazlin tazlin merged commit d2465b0 into releases Dec 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:minor Version _.x._
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants