Gerchegg commited on
Commit
7753209
·
verified ·
1 Parent(s): 2dfc99a

Upload 9 files

Browse files
Kohya_FLUX_DreamBooth_v12.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f5e353453eccd9595833fbd961ec9f07ef352034d7fc86fd06047570767c541
3
- size 1590147
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08a3dc2e62a47ecece10ac5a77c1b75eabddad28f9d508e3cc064fdd3cfaff10
3
+ size 12157249
MyRunpodFinetuneScripts.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09397578cae05f483a28b579add66fdf375b1f447a5948d88e208e782ede10b4
3
- size 5866
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e734c00e326f4c9796a85fc54599e62f78b02d07c6acc1f7860bca14959ef5c
3
+ size 8821
MyRunpodFinetuneScriptsv17.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16db0b6bb8ae6186d811c772107a7b619572fac48f992ef85d7d435dda346e3d
3
- size 10474
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c562cf4a93b495d26bee1e5b2a244f0609b5a40b4da1cb6e45a13c1b3781820f
3
+ size 14318
finetune_pipeline.sh CHANGED
@@ -58,7 +58,6 @@ echo ">>> [Script 1] Starting parallel threads ..."
58
  fi
59
 
60
  cd /workspace/kohya_ss
61
- git checkout sd3-flux.1
62
 
63
  echo ">>> [Thread 2] Creating Python venv ..."
64
  python3 -m venv venv
@@ -78,13 +77,13 @@ echo ">>> [Script 1] Starting parallel threads ..."
78
  echo ">>> [Thread 2] Killing processes on port 7860 ..."
79
  fuser -k 7860/tcp || true
80
 
81
- git checkout sd3-flux.1
82
  source venv/bin/activate
83
 
84
  echo ">>> [Thread 2] Updating torch & xformers ..."
85
  pip uninstall -y xformers
86
  pip install torch==2.5.1+cu124 torchvision --index-url https://download.pytorch.org/whl/cu124
87
  pip install xformers==0.0.28.post3 --index-url https://download.pytorch.org/whl/cu124
 
88
 
89
  echo ">>> [Thread 2] Launching kohya_ss GUI on 0.0.0.0:7860 ..."
90
  ./gui.sh --listen=0.0.0.0 --share --noverify
 
58
  fi
59
 
60
  cd /workspace/kohya_ss
 
61
 
62
  echo ">>> [Thread 2] Creating Python venv ..."
63
  python3 -m venv venv
 
77
  echo ">>> [Thread 2] Killing processes on port 7860 ..."
78
  fuser -k 7860/tcp || true
79
 
 
80
  source venv/bin/activate
81
 
82
  echo ">>> [Thread 2] Updating torch & xformers ..."
83
  pip uninstall -y xformers
84
  pip install torch==2.5.1+cu124 torchvision --index-url https://download.pytorch.org/whl/cu124
85
  pip install xformers==0.0.28.post3 --index-url https://download.pytorch.org/whl/cu124
86
+ pip install pydantic==2.10.6
87
 
88
  echo ">>> [Thread 2] Launching kohya_ss GUI on 0.0.0.0:7860 ..."
89
  ./gui.sh --listen=0.0.0.0 --share --noverify