Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yiren98/MakeAnything
svjack
/
MakeAnything
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abd09b6
MakeAnything
/
scripts
/
asylora_split.sh
yiren98
Upload 98 files
abd09b6
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
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
"