Create cmfyui.txt
Browse files- cmfyui.txt +60 -0
cmfyui.txt
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
curl -Lo spideymemfix.zip https://huggingface.co/imspidey/NoteBook/resolve/main/spideymemfix.zip
|
2 |
+
unzip /content/spideymemfix.zip
|
3 |
+
apt -y update -qq
|
4 |
+
env LD_PRELOAD=/content/libtcmalloc_minimal.so.4
|
5 |
+
|
6 |
+
git clone https://github.com/imner0/SpideyCmfyUI
|
7 |
+
cd /content/SpideyCmfyUI
|
8 |
+
|
9 |
+
echo -= Install dependencies =-
|
10 |
+
pip install xformers!=0.0.18 -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu118 --extra-index-url https://download.pytorch.org/whl/cu117
|
11 |
+
|
12 |
+
curl -Lo /content/SpideyCmfyUI/models/controlnet/control-lora-canny-rank256.safetensors https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-canny-rank256.safetensors
|
13 |
+
curl -Lo /content/SpideyCmfyUI/models/controlnet/control-lora-depth-rank256.safetensors https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-depth-rank256.safetensors
|
14 |
+
curl -Lo /content/SpideyCmfyUI/models/controlnet/control-lora-recolor-rank256.safetensors https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-recolor-rank256.safetensors
|
15 |
+
curl -Lo /content/SpideyCmfyUI/models/controlnet/control-lora-sketch-rank256.safetensors https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-sketch-rank256.safetensors
|
16 |
+
|
17 |
+
curl -Lo /content/SpideyCmfyUI/models/loras/sd_xl_offset_example-lora_1.0.safetensors https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors
|
18 |
+
curl -Lo /content/SpideyCmfyUI/models/loras/add-detail-xl.safetensors https://huggingface.co/imspidey/lAddDetailTweakerXL/resolve/main/add-detail-xl.safetensors
|
19 |
+
|
20 |
+
|
21 |
+
curl -Lo /content/SpideyCmfyUI/models/upscale_models/upscalers.zip https://huggingface.co/imspidey/colab/resolve/main/upscalers.zip
|
22 |
+
cd /content/SpideyCmfyUI/models/upscale_models/
|
23 |
+
|
24 |
+
unzip /content/SpideyCmfyUI/models/upscale_models/upscalers.zip
|
25 |
+
rm upscalers.zip
|
26 |
+
wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth
|
27 |
+
wget https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth
|
28 |
+
wget https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth
|
29 |
+
wget https://huggingface.co/imspidey/upscale/resolve/main/4x_NMKD-Superscale-SP_178000_G.pth
|
30 |
+
|
31 |
+
cd /content/SpideyCmfyUI/
|
32 |
+
ls
|
33 |
+
cd /content/SpideyCmfyUI/custom_nodes
|
34 |
+
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
35 |
+
git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git
|
36 |
+
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
|
37 |
+
git clone https://github.com/WASasquatch/was-node-suite-comfyui /content/SpideyCmfyUI/custom_nodes/was-node-suite-comfyui
|
38 |
+
pip install -r /content/SpideyCmfyUI/custom_nodes/was-node-suite-comfyui/requirements.txt
|
39 |
+
git clone https://github.com/ailex000/ComfyUI-Extensions
|
40 |
+
git clone https://github.com/wallish77/wlsh_nodes
|
41 |
+
git clone https://github.com/bash-j/mikey_nodes
|
42 |
+
git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git
|
43 |
+
git clone https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes
|
44 |
+
git clone https://github.com/ailex000/ComfyUI-Extensions
|
45 |
+
git clone https://github.com/Beinsezii/bsz-cui-extras
|
46 |
+
git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes
|
47 |
+
git clone https://github.com/evanspearman/ComfyMath
|
48 |
+
pip install -r /content/SpideyCmfyUI/custom_nodes/ComfyMath/requirements.txt
|
49 |
+
git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler
|
50 |
+
git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder
|
51 |
+
git clone https://github.com/SeargeDP/SeargeSDXL
|
52 |
+
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive
|
53 |
+
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git
|
54 |
+
git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui
|
55 |
+
git clone https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92
|
56 |
+
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
|
57 |
+
cd /content/SpideyCmfyUI/custom_nodes/ComfyUI-Impact-Pack
|
58 |
+
git submodule update --init --recursive
|
59 |
+
python install.py
|
60 |
+
cd /content/SpideyCmfyUI/
|