Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
530d282
1
Parent(s):
2c78ad9
Update lora.py
Browse files
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
|