surena26 commited on
Commit
27fbdb3
·
verified ·
1 Parent(s): dc75824

Upload folder using huggingface_hub

Browse files
ComfyUI/models/inpaint/brushnet/.ipynb_checkpoints/download_script-checkpoint.sh ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ if [ $# -ne 2 ]; then
4
+ echo "Usage: $0 <file_url> <destination_path>"
5
+ exit 1
6
+ fi
7
+
8
+ file_url=$1
9
+ destination_path=$2
10
+
11
+ confirmation_page=$(curl -s -L "$file_url")
12
+
13
+ file_id=$(echo "$confirmation_page" | grep -oE "name=\"id\" value=\"[^\"]+" | sed 's/name="id" value="//')
14
+ file_confirm=$(echo "$confirmation_page" | grep -oE "name=\"confirm\" value=\"[^\"]+" | sed 's/name="confirm" value="//')
15
+ file_uuid=$(echo "$confirmation_page" | grep -oE "name=\"uuid\" value=\"[^\"]+" | sed 's/name="uuid" value="//')
16
+
17
+ download_url="https://drive.usercontent.google.com/download?id=$file_id&export=download&confirm=$file_confirm&uuid=$file_uuid"
18
+
19
+ curl -L -o "$destination_path" "$download_url"
20
+
21
+ if [ $? -eq 0 ]; then
22
+ echo "Download completed successfully."
23
+ else
24
+ echo "Download failed."
25
+ fi
ComfyUI/models/inpaint/brushnet/download_script.sh ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ if [ $# -ne 2 ]; then
4
+ echo "Usage: $0 <file_url> <destination_path>"
5
+ exit 1
6
+ fi
7
+
8
+ file_url=$1
9
+ destination_path=$2
10
+
11
+ confirmation_page=$(curl -s -L "$file_url")
12
+
13
+ file_id=$(echo "$confirmation_page" | grep -oE "name=\"id\" value=\"[^\"]+" | sed 's/name="id" value="//')
14
+ file_confirm=$(echo "$confirmation_page" | grep -oE "name=\"confirm\" value=\"[^\"]+" | sed 's/name="confirm" value="//')
15
+ file_uuid=$(echo "$confirmation_page" | grep -oE "name=\"uuid\" value=\"[^\"]+" | sed 's/name="uuid" value="//')
16
+
17
+ download_url="https://drive.usercontent.google.com/download?id=$file_id&export=download&confirm=$file_confirm&uuid=$file_uuid"
18
+
19
+ curl -L -o "$destination_path" "$download_url"
20
+
21
+ if [ $? -eq 0 ]; then
22
+ echo "Download completed successfully."
23
+ else
24
+ echo "Download failed."
25
+ fi
ComfyUI/models/inpaint/brushnet/random_mask.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb94edf13c2284098a5cac01280d810abba53cf4e5f0d795ddc65ff36f0754e6
3
+ size 2475354520
ComfyUI/models/inpaint/brushnet/segmentation_mask.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:066793867083310c25b0d57d300b1ecdc02cb708a155060f020be64afb2ae9c3
3
+ size 2475354520
ComfyUI/models/inpaint/brushnet_xl/random_mask_brushnet.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d968334b1e1553bbc450dd1876840732ef8726593bde51f1f79a19dc82770a55
3
+ size 1493356392
ComfyUI/models/inpaint/brushnet_xl/segmentation_mask_brushnet.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0f186ec0351102527d462d349d6dc844e11c8f004e5513cf921b156f7fff3ac
3
+ size 1493356392
ComfyUI/models/inpaint/powerpaint/powerpaint_v2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:745a3babce414c8b765c57e86412544cecdbdb0601648900d10b482256babb76
3
+ size 3544366408
ComfyUI/models/inpaint/powerpaint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d6a233b5707d13fc7b47d763812a375fa171160e6544041fee9ee4caea6e4d
3
+ size 492401329