regardless of the selected "new_rank", the size of the resulting file is only about 8MB. And when I try to use this file in the AUTOMATIC1111 WebUI an error appears:
RuntimeError: output with shape [3072, 1] doesn't match the broadcast shape [3072, 3072]
So, resizer (networks/resize_lora.py) can't make working LoRA. Any result of resizing is corrupted and just doesn't work.
When I change the size of LoRA with this script:
regardless of the selected "new_rank", the size of the resulting file is only about 8MB. And when I try to use this file in the AUTOMATIC1111 WebUI an error appears:
RuntimeError: output with shape [3072, 1] doesn't match the broadcast shape [3072, 3072]
So, resizer (networks/resize_lora.py) can't make working LoRA. Any result of resizing is corrupted and just doesn't work.
Example of LoRA, which I used as a source for resizing: https://drive.google.com/file/d/1Z3F3uI6T9JDB6ZXzwaYB9-QtkzS6zpwq/view?usp=drive_link