-
Notifications
You must be signed in to change notification settings - Fork 108
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
[WIP] Ensure LoRA files are only linked to the LoRA directory #78
base: master
Are you sure you want to change the base?
Conversation
…tory names to lower case
The official documentation says that Lora models should go in Did they change something? |
Since the only lower-case letters are for directories under model_storage_dir, the directory structure of the WebUI remains the same. EDIT: Done. |
Since Lora models can also be placed and used in subdirectories of the Lora directory, I noticed that Lora models placed in such a deep hierarchy are not excluded and are still linked to both the Lora directory and the SD model directory. So this fix is not sufficient. I will fix it later. |
Lora are later properly linked from |
But no matter what, it will not affect the use of Lora right? |
The LoRA files were also linked to the directory where the model files are located, so I added a condition to the check process. In addition, I thought I would lowercase it to match the other directories.