From b1774608074368b85f9a44659706eff5e9cd52bb Mon Sep 17 00:00:00 2001 From: Kohya S Date: Fri, 10 Mar 2023 22:02:17 +0900 Subject: [PATCH] restore comment --- networks/resize_lora.py | 1 + 1 file changed, 1 insertion(+) diff --git a/networks/resize_lora.py b/networks/resize_lora.py index dfacd666..09a19c19 100644 --- a/networks/resize_lora.py +++ b/networks/resize_lora.py @@ -1,5 +1,6 @@ # Convert LoRA to different rank approximation (should only be used to go to lower rank) # This code is based off the extract_lora_from_models.py file which is based on https://github.com/cloneofsimo/lora/blob/develop/lora_diffusion/cli_svd.py +# Thanks to cloneofsimo import argparse import torch