diff --git a/config/lycoris_config.json.example b/config/lycoris_config.json.example index b926a5de..ac469a8c 100644 --- a/config/lycoris_config.json.example +++ b/config/lycoris_config.json.example @@ -1,7 +1,21 @@ { "algo": "lokr", "multiplier": 1.0, - "linear_dim": 1000000, + "linear_dim": 10000, "linear_alpha": 1, - "factor": 16 + "factor": 16, + "apply_preset": { + "target_module": [ + "Attention", + "FeedForward" + ], + "module_algo_map": { + "Attention": { + "factor": 16 + }, + "FeedForward": { + "factor": 8 + } + } + } } \ No newline at end of file