housearch commited on
Commit
51c9bd9
·
verified ·
1 Parent(s): 7fdd5e7

Update kohya-ss_GUI.sh

Browse files
Files changed (1) hide show
  1. kohya-ss_GUI.sh +3 -2
kohya-ss_GUI.sh CHANGED
@@ -9,8 +9,9 @@ deactivate
9
  cd /workspace
10
  git clone https://github.com/bmaltais/kohya_ss
11
  cd kohya_ss
 
 
 
12
  ./setup-runpod.sh
13
  ./gui.sh --share --headless
14
  #./gui.sh --share --headless --config "/workspace/config.toml"
15
-
16
- #.\gui.bat --config "./config example.toml"
 
9
  cd /workspace
10
  git clone https://github.com/bmaltais/kohya_ss
11
  cd kohya_ss
12
+ #預設是訓練SD1.5, SDXL的版本,如果要訓練SD3, Flux 必須切換至sd3-flux.1
13
+ #git branch -a
14
+ #git checkout sd3-flux.1
15
  ./setup-runpod.sh
16
  ./gui.sh --share --headless
17
  #./gui.sh --share --headless --config "/workspace/config.toml"