MakeAnything / scripts /asylora_split.sh
yiren98's picture
Upload 98 files
abd09b6 verified
raw
history blame contribute delete
194 Bytes
#!/bin/bash
ASYLORA_PATH="/path/to/your/input_file.safetensors"
OUTPUT_PATH="/path/to/your/output_file.safetensors"
LORA_UP=5
python split_asylora.py "$ASYLORA_PATH" "$OUTPUT_PATH" "$LORA_UP"