mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-02-26 15:23:57 +00:00
Added support for traditional LoRa extract using LoCon script
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
"extract_model": "/path/to/model/to/extract",
|
||||
"output_folder": "/path/to/output/folder",
|
||||
"is_v2": false,
|
||||
"dtype": "fp16",
|
||||
"device": "cpu",
|
||||
"process": [
|
||||
{
|
||||
"filename":"[name]_64_32.safetensors",
|
||||
"dtype": "fp16",
|
||||
"type": "locon",
|
||||
"mode": "fixed",
|
||||
"linear": 64,
|
||||
|
||||
Reference in New Issue
Block a user