Upload lora-scripts/train.sh with huggingface_hub
Browse files- lora-scripts/train.sh +2 -2
lora-scripts/train.sh
CHANGED
@@ -74,14 +74,14 @@ export TF_CPP_MIN_LOG_LEVEL=3
|
|
74 |
extArgs=()
|
75 |
launchArgs=()
|
76 |
|
77 |
-
trainer_file="./
|
78 |
|
79 |
if [ $model_type == "sd1.5" ]; then
|
80 |
ext_args+=("--clip_skip=$clip_skip")
|
81 |
elif [ $model_type == "sd2.0" ]; then
|
82 |
ext_args+=("--v2")
|
83 |
elif [ $model_type == "sdxl" ]; then
|
84 |
-
trainer_file="./
|
85 |
fi
|
86 |
|
87 |
if [[ $multi_gpu == 1 ]]; then
|
|
|
74 |
extArgs=()
|
75 |
launchArgs=()
|
76 |
|
77 |
+
trainer_file="./scripts/train_network.py"
|
78 |
|
79 |
if [ $model_type == "sd1.5" ]; then
|
80 |
ext_args+=("--clip_skip=$clip_skip")
|
81 |
elif [ $model_type == "sd2.0" ]; then
|
82 |
ext_args+=("--v2")
|
83 |
elif [ $model_type == "sdxl" ]; then
|
84 |
+
trainer_file="./scripts/sdxl_train_network.py"
|
85 |
fi
|
86 |
|
87 |
if [[ $multi_gpu == 1 ]]; then
|