moondropK / Sagemaker Script.txt
amandaic1805's picture
Upload Sagemaker Script.txt
c6bb248 verified
raw
history blame
No virus
3.77 kB
!mkdir /home/studio-lab-user/content
%cd /home/studio-lab-user/content
%env TF_CPP_MIN_LOG_LEVEL=1
%conda install -q -y aria2
%conda install -q -y libglib2.0-0
%conda install -q -y glib
%pip install -q opencv-python-headless huggingface-hub
!pip install -q torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1+cu118 torchtext==0.15.1 torchdata==0.6.0 --extra-index-url https://download.pytorch.org/whl/cu118 -U
!pip install -q xformers==0.0.18 triton==2.0.0 -U
!curl -Lo Moondrop.zip https://huggingface.co/amandaic1805/Moondrop/resolve/main/Moondrop.zip
!unzip /home/studio-lab-user/content/Moondrop.zip
!rm -r /home/studio-lab-user/content/Moondrop.zip
%cd /home/studio-lab-user/content/Moondrop
!curl -Lo embeddings.zip https://huggingface.co/nolanaatama/colab/resolve/main/embeddings.zip
%cd /home/studio-lab-user/content/Moondrop
!unzip /home/studio-lab-user/content/Moondrop/embeddings.zip
%cd /home/studio-lab-user/content/Moondrop
#model tab
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/embed/upscale/resolve/main/4x-UltraSharp.pth -d /home/studio-lab-user/content/Moondrop/models/ESRGAN -o 4x-UltraSharp.pth
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/amandaic1805/Moondrop/resolve/main/Moondrop.safetensors -d /home/studio-lab-user/content/Moondrop/models/Stable-diffusion -o Moondrop.safetensors
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/amandaic1805/Moondrop/resolve/main/hand_yolov8s.pt -d /home/studio-lab-user/content/Moondrop/models/adetailer -o hand_yolov8s.safetensors
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/vae/kl-f8-anime2.ckpt -d /home/studio-lab-user/content/Moondrop/models/Stable-diffusion -o klf8bruh.vae.pt
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/amandaic1805/MoondropCollection/resolve/main/animescreencap.safetensors -d /home/studio-lab-user/content/Moondrop/models/LyCORIS -o animescreencap.safetensors
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/amandaic1805/MoondropCollection/resolve/main/sharpteeth.safetensors -d /home/studio-lab-user/content/Moondrop/models/LyCORIS -o sharpteeth.safetensors
#lora tab
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/amandaic1805/MoondropCollection/resolve/main/KuniedaShiho.safetensors -d /home/studio-lab-user/content/Moondrop/models/LyCORIS -o KuniedaShiho.safetensors
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/amandaic1805/MoondropCollection/resolve/main/KuboNagisa.safetensors -d /home/studio-lab-user/content/Moondrop/models/LyCORIS -o KuboNagisa.safetensors
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/amandaic1805/MoondropCollection/resolve/main/KiyokoShimizu.safetensors -d /home/studio-lab-user/content/Moondrop/models/LyCORIS -o KiyokoShimizu.safetensors
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/amandaic1805/MoondropCollection/resolve/main/frierenstyle.safetensors -d /home/studio-lab-user/content/Moondrop/models/LyCORIS -o frierenstyle.safetensors
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/amandaic1805/MoondropCollection/resolve/main/KurumiTokisaki.safetensors -d /home/studio-lab-user/content/Moondrop/models/LyCORIS -o KurumiTokisaki.safetensors
!git apply --ignore-whitespace /home/studio-lab-user/content/Moondrop/extensions/moondropwebui-twocrot/cfg_denoised_callback-ea9bd9fc.patch
!python launch.py --listen --xformers --enable-insecure-extension-access --reinstall-xformers --gradio-queue --ngrok (pake token ngrok di web ngrok)