multimodalart HF staff commited on
Commit
530d282
1 Parent(s): 2c78ad9

Update lora.py

Browse files
Files changed (1) hide show
  1. lora.py +1 -1
lora.py CHANGED
@@ -1,4 +1,4 @@
1
- # LoRA network module
2
  # reference:
3
  # https://github.com/microsoft/LoRA/blob/main/loralib/layers.py
4
  # https://github.com/cloneofsimo/lora/blob/master/lora_diffusion/lora.py
 
1
+ # LoRA network module taken from https://github.com/bmaltais/kohya_ss/blob/master/networks/lora.py
2
  # reference:
3
  # https://github.com/microsoft/LoRA/blob/main/loralib/layers.py
4
  # https://github.com/cloneofsimo/lora/blob/master/lora_diffusion/lora.py