Spaces:
Runtime error
Runtime error
import os | |
from subprocess import getoutput | |
gpu_info = getoutput('nvidia-smi') | |
if("A10G" in gpu_info): | |
os.system(f"pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+4c06c79.d20221205-cp38-cp38-linux_x86_64.whl") | |
elif("T4" in gpu_info): | |
os.system(f"pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+1515f77.d20221130-cp38-cp38-linux_x86_64.whl") | |
os.system(f"git clone https://github.com/camenduru/stable-diffusion-webui /home/user/app/stable-diffusion-webui") | |
os.chdir("/home/user/app/stable-diffusion-webui") | |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/env_patch.py -O /home/user/app/env_patch.py") | |
os.system(f"sed -i -e '/import image_from_url_text/r /home/user/app/env_patch.py' /home/user/app/stable-diffusion-webui/modules/ui.py") | |
os.system(f"sed -i -e '/(modelmerger_interface, \"Checkpoint Merger\", \"modelmerger\"),/d' /home/user/app/stable-diffusion-webui/modules/ui.py") | |
os.system(f"sed -i -e '/(train_interface, \"Train\", \"ti\"),/d' /home/user/app/stable-diffusion-webui/modules/ui.py") | |
os.system(f"sed -i -e '/extensions_interface, \"Extensions\", \"extensions\"/d' /home/user/app/stable-diffusion-webui/modules/ui.py") | |
os.system(f"sed -i -e '/settings_interface, \"Settings\", \"settings\"/d' /home/user/app/stable-diffusion-webui/modules/ui.py") | |
os.system(f'''sed -i -e "s/document.getElementsByTagName('gradio-app')\[0\].shadowRoot/!!document.getElementsByTagName('gradio-app')[0].shadowRoot ? document.getElementsByTagName('gradio-app')[0].shadowRoot : document/g" /home/user/app/stable-diffusion-webui/script.js''') | |
os.system(f"sed -i -e 's/ show_progress=False,/ show_progress=True,/g' /home/user/app/stable-diffusion-webui/modules/ui.py") | |
os.system(f"sed -i -e 's/shared.demo.launch/shared.demo.queue().launch/g' /home/user/app/stable-diffusion-webui/webui.py") | |
os.system(f"sed -i -e 's/inputs=\[component\],/&\\n queue=False,/g' /home/user/app/stable-diffusion-webui/modules/ui.py") | |
os.system(f"sed -i -e 's/outputs=\[token_counter\]/outputs=[token_counter], queue=False/g' /home/user/app/stable-diffusion-webui/modules/ui.py") | |
# ----------------------------Please duplicate this space and delete this block if you don't want to see the extra header---------------------------- | |
os.system(f"wget -q https://huggingface.co/spaces/ai-moroz/webui-cpu/resolve/main/header_patch.py -O /home/user/app/header_patch.py") | |
#os.system(f"sed -i -e '/demo:/r /home/user/app/header_patch.py' /home/user/app/stable-diffusion-webui/modules/ui.py") | |
# --------------------------------------------------------------------------------------------------------------------------------------------------- | |
#AOM3A3.safetensors | |
os.system(f"wget -q https://huggingface.co/JosefJilek/loliDiffusion/resolve/main/loliDiffusionV0.8.3_AOM2-SFW_M12-CLIP_VAE_PURIFIED.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/loliDiffusionV0.8.3_AOM2-SFW_M12-CLIP_VAE_PURIFIED.safetensors") | |
os.system(f"wget -q https://huggingface.co/JosefJilek/loliDiffusion/resolve/main/loliDiffusionV0.8.3_CTF2.1_M12-CLIP_VAE_PURIFIED.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/loliDiffusionV0.8.3_CTF2.1_M12-CLIP_VAE_PURIFIED.safetensors") | |
os.system(f"wget -q https://huggingface.co/JosefJilek/loliDiffusion/resolve/main/loliDiffusionV0.8.7_PSTL_M6-CLIP_VAE_PURIFIED.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/loliDiffusionV0.8.7_PSTL_M6-CLIP_VAE_PURIFIED.safetensors") | |
os.system(f"wget -q https://huggingface.co/JosefJilek/loliDiffusion/resolve/main/loliDiffusionV0.8.3_NightSky-YOZORA_M6-CLIP_VAE_PURIFIED.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/loliDiffusionV0.8.3_NightSky-YOZORA_M6-CLIP_VAE_PURIFIED.safetensors") | |
#Embeddings | |
os.system(f"wget -q https://huggingface.co/ai-moroz/lazy-ti/resolve/main/dump/diona-gi.pt -O /home/user/app/stable-diffusion-webui/embeddings/diona-gi.pt") | |
os.system(f"wget -q https://huggingface.co/ai-moroz/lazy-ti/resolve/main/dump/xiao-gi.pt -O /home/user/app/stable-diffusion-webui/embeddings/xiao-gi.pt") | |
os.system(f"wget -q https://huggingface.co/ai-moroz/lazy-ti/resolve/main/dump/naruko-nrt.pt -O /home/user/app/stable-diffusion-webui/embeddings/naruko-nrt.pt") | |
os.system(f"wget -q https://huggingface.co/ai-moroz/lazy-ti/resolve/main/dump/thoma-gi.pt -O /home/user/app/stable-diffusion-webui/embeddings/thoma-gi.pt") | |
os.system(f"wget -q https://huggingface.co/ai-moroz/lazy-ti/resolve/main/dump/kaeya-gi.pt -O /home/user/app/stable-diffusion-webui/embeddings/kaeya-gi.pt") | |
os.system(f"wget -q https://huggingface.co/ai-moroz/lazy-ti/resolve/main/dump/ciel-tm.pt -O /home/user/app/stable-diffusion-webui/embeddings/ciel-tm.pt") | |
os.system(f"wget -q https://huggingface.co/ai-moroz/lazy-ti/resolve/main/dump/grinteeth.pt -O /home/user/app/stable-diffusion-webui/embeddings/grinteeth.pt") | |
if "IS_SHARED_UI" in os.environ: | |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/shared-config.json -O /home/user/app/shared-config.json") | |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/shared-ui-config.json -O /home/user/app/shared-ui-config.json") | |
os.system(f"wget -q {os.getenv('EMBED_LINK')} -O /home/user/app/stable-diffusion-webui/embeddings/{os.getenv('EMBED_NAME')}") | |
#os.system(f"wget -q {os.getenv('MODEL_LINK')} -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/{os.getenv('MODEL_NAME')}") | |
#os.system(f"wget -q {os.getenv('VAE_LINK')} -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/{os.getenv('VAE_NAME')}") | |
os.system(f"python launch.py --force-enable-xformers --disable-console-progressbars --enable-console-prompts --ui-config-file /home/user/app/shared-ui-config.json --ui-settings-file /home/user/app/shared-config.json --cors-allow-origins huggingface.co,hf.space --no-progressbar-hiding") | |
else: | |
# Please duplicate this space and delete # character in front of the custom script you want to use or add here more custom scripts with same structure os.system(f"wget -q https://CUSTOM_SCRIPT_URL -O /home/user/app/stable-diffusion-webui/scripts/CUSTOM_SCRIPT_NAME.py") | |
os.system(f"wget -q https://gist.github.com/camenduru/9ec5f8141db9902e375967e93250860f/raw/d0bcf01786f20107c329c03f8968584ee67be12a/run_n_times.py -O /home/user/app/stable-diffusion-webui/scripts/run_n_times.py") | |
# Please duplicate this space and delete # character in front of the extension you want to use or add here more extensions with same structure os.system(f"git clone https://EXTENSION_GIT_URL /home/user/app/stable-diffusion-webui/extensions/EXTENSION_NAME") | |
# Please duplicate this space and delete # character in front of the model you want to use or add here more ckpts with same structure os.system(f"wget -q https://CKPT_URL -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/CKPT_NAME.ckpt") | |
os.system(f"wget -q {os.getenv('EMBED_LINK')} -O /home/user/app/stable-diffusion-webui/embeddings/{os.getenv('EMBED_NAME')}") | |
#os.system(f"wget -q {os.getenv('MODEL_LINK')} -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/{os.getenv('MODEL_NAME')}") | |
#os.system(f"wget -q {os.getenv('VAE_LINK')} -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/{os.getenv('VAE_NAME')}") | |
os.system(f"python launch.py --precision full --no-half --use-cpu SD GFPGAN BSRGAN ESRGAN SCUNet CodeFormer --all --ui-config-file /home/user/app/ui-config.json --ui-settings-file /home/user/app/config.json --cors-allow-origins huggingface.co,hf.space --no-progressbar-hiding --skip-torch-cuda-test") | |