|
import subprocess, os |
|
|
|
subprocess.run(['wget', 'https://github.com/nolanaatama/microsoftexcel/raw/main/memfix.zip', '-O', 'memfix.zip'], check=True) |
|
subprocess.run(['unzip', 'memfix.zip']) |
|
subprocess.run(['wget', 'https://huggingface.co/nolanaatama/colab/resolve/main/microsoftexcel151.zip', '-O', 'microsoftexcel.zip'], check=True) |
|
subprocess.run(['unzip', 'microsoftexcel.zip']) |
|
subprocess.run(['git', 'clone', 'https://github.com/nolanaatama/microsoftexcel-controlnet', 'microsoftexcel/extensions/microsoftexcel-controlnet']) |
|
subprocess.run(['git', 'clone', 'https://github.com/Bing-su/adetailer', 'microsoftexcel/extensions/adetailer']) |
|
subprocess.run(['git', 'clone', 'https://huggingface.co/Bingsu/adetailer', 'microsoftexcel/models/adetailer']) |
|
subprocess.run(['wget', 'https://huggingface.co/nolanaatama/colab/resolve/main/microsoftexcel-images-browser.zip', '-O', 'microsoftexcel/extensions/microsoftexcel-images-browser.zip'], check=True) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|