akinv commited on
Commit
597a18f
1 Parent(s): 99e7cbd
Files changed (1) hide show
  1. convert_du_to_sd.sh +4 -0
convert_du_to_sd.sh CHANGED
@@ -1,4 +1,8 @@
1
  ckpt_path=$1
2
  output_dir=$2
3
 
 
 
 
 
4
  python convert_diffusers_to_original_stable_diffusion.py --model_path $ckpt_path --checkpoint_path $output_dir --half
 
1
  ckpt_path=$1
2
  output_dir=$2
3
 
4
+ ls /repository
5
+ ls /repository/model
6
+ ls /repository/model/800
7
+
8
  python convert_diffusers_to_original_stable_diffusion.py --model_path $ckpt_path --checkpoint_path $output_dir --half