r0seyyyd33p commited on
Commit
57e32cb
1 Parent(s): 9e95be0

Upload download_files.py

Browse files
Files changed (1) hide show
  1. download_files.py +2 -0
download_files.py CHANGED
@@ -2,6 +2,8 @@ import subprocess, os
2
 
3
  subprocess.run(['wget', 'https://github.com/nolanaatama/microsoftexcel/raw/main/memfix.zip', '-O', 'memfix.zip'], check=True)
4
  subprocess.run(['unzip', 'memfix.zip'])
 
 
5
  subprocess.run(['git', 'clone', 'https://github.com/nolanaatama/microsoftexcel-controlnet', 'microsoftexcel/extensions/microsoftexcel-controlnet'])
6
  subprocess.run(['git', 'clone', 'https://github.com/Bing-su/adetailer', 'microsoftexcel/extensions/adetailer'])
7
  subprocess.run(['git', 'clone', 'https://huggingface.co/Bingsu/adetailer', 'microsoftexcel/models/adetailer'])
 
2
 
3
  subprocess.run(['wget', 'https://github.com/nolanaatama/microsoftexcel/raw/main/memfix.zip', '-O', 'memfix.zip'], check=True)
4
  subprocess.run(['unzip', 'memfix.zip'])
5
+ subprocess.run(['wget', 'https://huggingface.co/nolanaatama/colab/resolve/main/microsoftexcel151.zip', '-O', 'microsoftexcel.zip'], check=True)
6
+ subprocess.run(['unzip', 'microsoftexcel.zip'])
7
  subprocess.run(['git', 'clone', 'https://github.com/nolanaatama/microsoftexcel-controlnet', 'microsoftexcel/extensions/microsoftexcel-controlnet'])
8
  subprocess.run(['git', 'clone', 'https://github.com/Bing-su/adetailer', 'microsoftexcel/extensions/adetailer'])
9
  subprocess.run(['git', 'clone', 'https://huggingface.co/Bingsu/adetailer', 'microsoftexcel/models/adetailer'])