MakeAnything / scripts /lora_merge.sh
yiren98's picture
Upload 98 files
abd09b6 verified
raw
history blame contribute delete
227 Bytes
#!/bin/bash
python networks/flux_merge_lora.py \
--flux_model "/path/to/flux_model/flux1-dev.safetensors" \
--save_to "/path/to/output/merged_model.safetensors" \
--models "/path/to/lora/lora.safetensors" \
--ratios 1