CarlosRiverMe
commited on
Commit
•
369cec8
1
Parent(s):
c5b45cf
Upload lycoris_config_final.json with huggingface_hub
Browse files- lycoris_config_final.json +20 -0
lycoris_config_final.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"algo": "lora",
|
3 |
+
"multiplier": 1.0,
|
4 |
+
"linear_dim": 64,
|
5 |
+
"linear_alpha": 32,
|
6 |
+
"apply_preset": {
|
7 |
+
"target_module": [
|
8 |
+
"Attention",
|
9 |
+
"FeedForward"
|
10 |
+
],
|
11 |
+
"module_algo_map": {
|
12 |
+
"Attention": {
|
13 |
+
"factor": 16
|
14 |
+
},
|
15 |
+
"FeedForward": {
|
16 |
+
"factor": 8
|
17 |
+
}
|
18 |
+
}
|
19 |
+
}
|
20 |
+
}
|