apollo812 commited on
Commit
7d283a7
·
1 Parent(s): daee3cd

Update Scripts/runpodSD.py

Browse files
Files changed (1) hide show
  1. Scripts/runpodSD.py +2 -2
Scripts/runpodSD.py CHANGED
@@ -115,7 +115,7 @@ def repo(Huggingface_token_optional):
115
  call('rm sd_mrep.tar.zst', shell=True)
116
  os.chdir('/workspace/sd')
117
  if not os.path.exists('stable-diffusion-webui'):
118
- call('git clone -q --depth 1 --branch master https://github.com/AUTOMATIC1111/stable-diffusion-webui', shell=True)
119
 
120
  else:
121
  print('Installing/Updating the repo...')
@@ -127,7 +127,7 @@ def repo(Huggingface_token_optional):
127
 
128
  os.chdir('/workspace/sd')
129
  if not os.path.exists('stable-diffusion-webui'):
130
- call('git clone -q --depth 1 --branch master https://github.com/AUTOMATIC1111/stable-diffusion-webui', shell=True)
131
 
132
 
133
  os.chdir('/workspace/sd/stable-diffusion-webui/')
 
115
  call('rm sd_mrep.tar.zst', shell=True)
116
  os.chdir('/workspace/sd')
117
  if not os.path.exists('stable-diffusion-webui'):
118
+ call('git clone -q --depth 1 --branch main https://github.com/apollo812/SD', shell=True)
119
 
120
  else:
121
  print('Installing/Updating the repo...')
 
127
 
128
  os.chdir('/workspace/sd')
129
  if not os.path.exists('stable-diffusion-webui'):
130
+ call('git clone -q --depth 1 --branch main https://github.com/apollo812/SD', shell=True)
131
 
132
 
133
  os.chdir('/workspace/sd/stable-diffusion-webui/')