ACCC1380 commited on
Commit
123ef9a
1 Parent(s): 2951cbd

Upload lora-scripts/train.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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="./sd-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="./sd-scripts/sdxl_train_network.py"
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