vfx-creator0
commited on
Commit
·
aa900ee
1
Parent(s):
6fe9c0f
Initial commit
Browse files- Cake-ify_it/adapter_config.json +26 -0
- Cake-ify_it/file.py +0 -0
Cake-ify_it/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": {
|
| 3 |
+
"base_model_class": "CogVideoXTransformer3DModel",
|
| 4 |
+
"parent_library": "diffusers.models.transformers"
|
| 5 |
+
},
|
| 6 |
+
"base_model_name_or_path": null,
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"fan_in_fan_out": false,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layers_pattern": null,
|
| 12 |
+
"layers_to_transform": null,
|
| 13 |
+
"lora_alpha": 128,
|
| 14 |
+
"lora_dropout": 0.0,
|
| 15 |
+
"modules_to_save": null,
|
| 16 |
+
"peft_type": "LORA",
|
| 17 |
+
"r": 128,
|
| 18 |
+
"revision": null,
|
| 19 |
+
"target_modules": [
|
| 20 |
+
"to_q",
|
| 21 |
+
"to_v",
|
| 22 |
+
"query",
|
| 23 |
+
"value"
|
| 24 |
+
],
|
| 25 |
+
"task_type": null
|
| 26 |
+
}
|
Cake-ify_it/file.py
DELETED
|
File without changes
|