restore comment

This commit is contained in:
Kohya S
2023-03-10 22:02:17 +09:00
parent c78c51c78f
commit b177460807

View File

@@ -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