Dan34444678
commited on
Commit
•
faef8f0
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +88 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: "UNICODE\0\0s\0o\0l\0o\0,\0 \0h\0o\0l\0d\0i\0n\0g\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0,\0 \0r\0a\0t\0i\0n\0g\0_\0s\0a\0f\0e\0,\0 \0s\0a\0f\0e\0,\0 \0(\0S\0F\0W\0)\0,\0 \0B\0R\0E\0A\0K\0,\0 \01\0b\0o\0y\0,\0 \0s\0o\0l\0o\0,\0(\0 \0k\0i\0n\0g\0 \0o\0f\0 \0s\0p\0a\0d\0e\0s\0,\0 \0s\0p\0a\0d\0e\0s\0 \0(\0s\0u\0i\0t\0)\0,\0 \0m\0a\0l\0e\0,\0 \0b\0e\0l\0l\0y\0,\0 \0b\0l\0u\0e\0 \0t\0o\0n\0g\0u\0e\0,\0 \0c\0h\0u\0b\0b\0y\0,\0 \0b\0l\0u\0e\0 \0b\0o\0d\0y\0,\0 \0w\0h\0i\0t\0e\0 \0b\0o\0d\0y\0,\0 \0c\0r\0o\0w\0n\0,\0 \0m\0o\0n\0s\0t\0e\0r\0,\0 \0b\0e\0l\0l\0y\0 \0m\0o\0u\0t\0h\0,\0 \0b\0e\0l\0l\0y\0,\0 \0f\0a\0n\0g\0s\0,\0 \0t\0e\0e\0t\0h\0,\0)\0,\0 \0B\0R\0E\0A\0K\0,\0 \0f\0r\0o\0w\0n\0,\0 \0a\0b\0s\0t\0r\0a\0c\0t\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0,\0 \0b\0l\0a\0c\0k\0_\0c\0a\0p\0e\0,\0 \0(\0h\0i\0d\0d\0e\0n\0 \0e\0y\0e\0s\0:\01\0.\04\0)\0,\0 \0(\0e\0y\0e\0l\0e\0s\0s\0:\01\0.\03\0)\0 \0B\0R\0E\0A\0K\0,\0 \0 \0 \0(\0z\0P\0D\0X\0L\03\0)\0,\0 \0 \0(\0r\0e\0t\0r\0o\0 \0a\0r\0t\0s\0t\0y\0l\0e\0,\0 \0h\0a\0l\0f\0t\0o\0n\0e\0 \0e\0f\0f\0e\0c\0t\0)\0,\0 \0"
|
9 |
+
output:
|
10 |
+
url: images/1000874846.jpg
|
11 |
+
- text: "UNICODE\0\0s\0o\0l\0o\0,\0 \0h\0o\0l\0d\0i\0n\0g\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \01\0g\0i\0r\0l\0,\0 \0m\0i\0c\0h\0i\0r\0u\0 \0k\0a\0g\0e\0m\0o\0r\0i\0,\0 \0s\0h\0o\0r\0t\0 \0h\0a\0i\0r\0,\0 \0b\0l\0a\0c\0k\0 \0h\0a\0i\0r\0,\0 \0a\0n\0i\0m\0a\0l\0 \0e\0a\0r\0s\0,\0 \0b\0l\0u\0e\0 \0h\0a\0i\0r\0,\0 \0m\0u\0l\0t\0i\0c\0o\0l\0o\0r\0e\0d\0 \0h\0a\0i\0r\0,\0 \0f\0u\0r\0r\0y\0,\0 \0f\0u\0r\0r\0y\0 \0f\0e\0m\0a\0l\0e\0,\0 \0r\0a\0c\0c\0o\0o\0n\0 \0e\0a\0r\0s\0,\0 \0b\0o\0d\0y\0 \0f\0u\0r\0,\0 \0r\0a\0c\0c\0o\0o\0n\0 \0g\0i\0r\0l\0,\0 \0r\0a\0c\0c\0o\0o\0n\0 \0t\0a\0i\0l\0,\0 \0t\0a\0i\0l\0,\0 \0s\0h\0i\0r\0t\0,\0 \0j\0a\0c\0k\0e\0t\0,\0 \0w\0h\0i\0t\0e\0 \0s\0h\0i\0r\0t\0,\0 \0s\0h\0o\0r\0t\0s\0,\0 \0r\0e\0d\0 \0j\0a\0c\0k\0e\0t\0,\0 \0b\0l\0u\0e\0 \0s\0h\0o\0r\0t\0s\0,\0 \0t\0r\0a\0c\0k\0 \0j\0a\0c\0k\0e\0t\0,\0 \0f\0u\0r\0r\0y\0,\0 \0a\0n\0t\0h\0r\0o\0"
|
12 |
+
output:
|
13 |
+
url: images/1000874845.jpg
|
14 |
+
- text: "UNICODE\0\0s\0o\0l\0o\0,\0 \0h\0o\0l\0d\0i\0n\0g\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \01\0g\0i\0r\0l\0,\0 \0b\0l\0a\0c\0k\0 \0l\0o\0n\0g\0 \0d\0i\0s\0h\0e\0v\0e\0l\0e\0d\0 \0 \0h\0a\0i\0r\0,\0h\0a\0i\0r\0 \0o\0v\0e\0r\0 \0o\0n\0e\0 \0e\0y\0e\0,\0e\0m\0o\0,\0p\0a\0l\0e\0 \0s\0k\0i\0n\0,\0b\0l\0a\0c\0k\0 \0s\0h\0i\0r\0t\0,\0m\0i\0n\0i\0 \0s\0k\0i\0r\0t\0,\0g\0o\0t\0h\0i\0c\0 \0b\0o\0o\0t\0s\0,\0"
|
15 |
+
output:
|
16 |
+
url: images/1000874844.jpg
|
17 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \01\0b\0o\0y\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0m\0i\0l\0i\0n\0g\0,\0 \01\0b\0o\0y\0,\0 \0d\0i\0n\0o\0s\0a\0u\0r\0,\0 \0b\0s\0_\0d\0o\0u\0g\0,\0 \0a\0n\0t\0h\0r\0o\0,\0 \0l\0o\0n\0g\0 \0n\0e\0c\0k\0,\0 \0p\0i\0n\0k\0 \0s\0k\0i\0n\0,\0 \0e\0y\0e\0s\0l\0e\0s\0s\0,\0 \0g\0r\0e\0e\0n\0 \0c\0a\0p\0,\0 \0y\0e\0l\0l\0o\0w\0 \0l\0i\0f\0e\0 \0j\0a\0c\0k\0e\0t\0,\0 \0b\0l\0u\0e\0 \0s\0h\0o\0r\0t\0s\0,\0 \0s\0m\0i\0l\0e\0,\0"
|
18 |
+
output:
|
19 |
+
url: images/1000874843.jpg
|
20 |
+
- text: "UNICODE\0\01\0g\0i\0r\0l\0,\0 \0s\0o\0l\0o\0,\0 \0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\06\0_\0u\0p\0,\0 \0v\0o\0l\0u\0m\0e\0t\0r\0i\0c\0 \0l\0i\0g\0h\0t\0i\0n\0g\0,\0 \0d\0d\0l\0c\0y\0u\0r\0i\0,\0 \0h\0a\0i\0r\0 \0o\0r\0n\0a\0m\0e\0n\0t\0,\0 \0h\0a\0i\0r\0c\0l\0i\0p\0,\0 \0l\0o\0n\0g\0 \0h\0a\0i\0r\0,\0 \0p\0u\0r\0p\0l\0e\0 \0e\0y\0e\0s\0,\0 \0s\0h\0i\0n\0y\0 \0p\0u\0r\0p\0l\0e\0 \0h\0a\0i\0r\0,\0 \0b\0l\0a\0z\0e\0r\0,\0 \0b\0l\0o\0u\0s\0e\0,\0 \0b\0l\0u\0e\0 \0s\0k\0i\0r\0t\0,\0 \0j\0a\0c\0k\0e\0t\0,\0 \0b\0r\0o\0w\0n\0 \0j\0a\0c\0k\0e\0t\0,\0 \0m\0i\0n\0i\0s\0k\0i\0r\0t\0,\0 \0n\0e\0c\0k\0 \0r\0i\0b\0b\0o\0n\0,\0 \0r\0i\0b\0b\0o\0n\0,\0 \0s\0c\0h\0o\0o\0l\0 \0u\0n\0i\0f\0o\0r\0m\0,\0 \0s\0h\0i\0r\0t\0,\0 \0s\0k\0i\0r\0t\0,\0 \0w\0h\0i\0t\0e\0 \0s\0h\0i\0r\0t\0,\0 \0w\0i\0n\0g\0 \0c\0o\0l\0l\0a\0r\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0s\0h\0y\0 \0e\0x\0p\0r\0e\0s\0s\0i\0o\0n\0,\0 \0b\0l\0u\0s\0h\0,\0 \0g\0r\0e\0y\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0,\0 \0(\0(\0f\0u\0l\0l\0 \0b\0o\0d\0y\0)\0)\0,\0 \0w\0h\0i\0t\0e\0 \0l\0o\0n\0g\0 \0s\0o\0c\0k\0s\0,\0 \0w\0h\0i\0t\0e\0 \0s\0h\0o\0e\0s\0,\0 \0(\0(\0s\0o\0l\0o\0)\0)\0"
|
21 |
+
output:
|
22 |
+
url: images/1000874842.jpg
|
23 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0p\0i\0k\0e\0 \0t\0h\0e\0 \0d\0r\0a\0g\0o\0n\0,\0 \0d\0r\0a\0g\0o\0n\0,\0 \0m\0a\0l\0e\0,\0 \0s\0o\0l\0o\0,\0 \0s\0h\0o\0r\0s\0t\0a\0c\0k\0,\0 \0h\0o\0l\0d\0i\0n\0g\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0j\0e\0w\0e\0l\0r\0y\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0s\0h\0o\0r\0t\0s\0t\0a\0c\0k\0"
|
24 |
+
output:
|
25 |
+
url: images/1000874841.jpg
|
26 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \01\0b\0o\0y\0,\0 \0f\0n\0s\0a\0f\0e\0t\0y\0f\0i\0r\0s\0t\0s\0t\0e\0v\0e\0p\0x\0l\0,\0 \0a\0n\0t\0h\0r\0o\0 \0s\0h\0a\0r\0k\0,\0 \0{\0d\0o\0t\0 \0e\0y\0e\0s\0|\0y\0e\0l\0l\0o\0w\0 \0e\0y\0e\0s\0}\0,\0 \0b\0a\0c\0k\0w\0a\0r\0d\0s\0 \0b\0a\0s\0e\0b\0a\0l\0l\0 \0c\0a\0p\0,\0 \0r\0e\0d\0 \0s\0u\0n\0g\0l\0a\0s\0s\0e\0s\0,\0 \0w\0h\0i\0s\0t\0l\0e\0,\0 \0y\0e\0l\0l\0o\0w\0 \0t\0a\0n\0k\0 \0t\0o\0p\0,\0 \0w\0a\0t\0c\0h\0,\0 \0a\0r\0m\0b\0a\0n\0d\0,\0 \0o\0r\0a\0n\0g\0e\0 \0s\0w\0i\0m\0m\0i\0n\0g\0 \0t\0r\0u\0c\0k\0s\0,\0 \0m\0u\0s\0c\0u\0l\0a\0r\0 \0f\0i\0g\0u\0r\0e\0"
|
27 |
+
output:
|
28 |
+
url: images/1000874838.jpg
|
29 |
+
- text: "UNICODE\0\0{\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0C\0h\0e\0c\0k\0p\0o\0i\0n\0t\0L\0o\0a\0d\0e\0r\0S\0i\0m\0p\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0c\0k\0p\0t\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\02\08\08\05\08\04\0@\03\02\04\06\01\09\0\"\0}\0}\0,\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0r\0a\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0l\0o\0r\0a\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\06\06\00\09\00\04\0@\07\03\09\05\08\04\0\"\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0m\0o\0d\0e\0l\0\"\0:\01\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0c\0l\0i\0p\0\"\0:\01\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\00\0]\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\01\0]\0}\0}\0,\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\02\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0r\0a\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0l\0o\0r\0a\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\06\07\07\04\02\01\0@\07\05\08\03\00\00\0\"\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0m\0o\0d\0e\0l\0\"\0:\00\0.\07\0,\0\"\0s\0t\0r\0e\0n\0g\0t\0h\0_\0c\0l\0i\0p\0\"\0:\01\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\00\0]\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\01\0\"\0,\01\0]\0}\0}\0,\0\"\06\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\02\02\02\02\05\06\0@\02\05\00\07\00\08\0,\0 \0R\0a\0t\0i\0n\0g\0_\0s\0a\0f\0e\0,\0 \0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0l\0o\0,\0 \0(\0f\0e\0m\0a\0l\0e\0 \0a\0n\0t\0h\0r\0o\0 \0g\0u\0i\0r\0a\0 \0c\0u\0c\0k\0o\0o\0,\0 \0a\0v\0i\0a\0n\0)\0,\0 \0k\0a\0i\0k\0o\0,\0 \0m\0e\0d\0i\0u\0m\0 \0b\0r\0e\0a\0s\0t\0s\0,\0 \0s\0l\0i\0m\0 \0f\0e\0m\0a\0l\0e\0,\0 \0s\0m\0a\0l\0l\0 \0w\0a\0i\0s\0t\0,\0 \0(\0(\0t\0u\0r\0q\0u\0o\0i\0s\0e\0 \0s\0c\0a\0r\0f\0)\0)\0,\0 \0(\0(\0w\0h\0i\0t\0e\0 \0h\0a\0i\0r\0b\0a\0n\0d\0:\01\0.\02\0)\0)\0,\0 \0w\0h\0i\0t\0e\0 \0g\0l\0o\0v\0e\0s\0,\0 \0b\0l\0u\0e\0 \0t\0a\0n\0k\0 \0t\0o\0p\0,\0 \0b\0l\0u\0e\0 \0s\0h\0o\0r\0t\0s\0,\0 \0b\0e\0l\0t\0,\0 \0w\0h\0i\0t\0e\0 \0f\0o\0o\0t\0w\0e\0a\0r\0,\0 \0f\0i\0n\0g\0e\0r\0l\0e\0s\0s\0 \0g\0l\0o\0v\0e\0s\0,\0 \0b\0e\0i\0g\0e\0 \0f\0e\0a\0t\0h\0e\0r\0s\0,\0 \0b\0e\0i\0g\0e\0 \0h\0a\0i\0r\0,\0 \0m\0e\0d\0i\0u\0m\0 \0h\0a\0i\0r\0,\0 \0(\0s\0p\0i\0k\0y\0 \0h\0a\0i\0r\0:\01\0.\03\0)\0,\0 \0y\0e\0l\0l\0o\0w\0 \0b\0e\0a\0k\0,\0 \0s\0t\0r\0a\0i\0g\0h\0t\0 \0b\0e\0a\0k\0,\0 \0s\0m\0a\0l\0l\0 \0b\0e\0a\0k\0,\0 \0y\0e\0l\0l\0o\0w\0 \0e\0y\0e\0s\0,\0 \0b\0i\0r\0d\0 \0t\0a\0i\0l\0,\0 \0h\0o\0l\0d\0i\0n\0g\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0c\0h\0i\0b\0i\0,\0 \0w\0i\0d\0e\0,\0 \0s\0h\0o\0r\0t\0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\02\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0P\0o\0s\0i\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0s\0m\0Z\0 \0C\0L\0I\0P\0T\0e\0x\0t\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0t\0e\0x\0t\0\"\0:\0\"\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\02\02\02\02\05\06\0@\02\05\00\07\01\02\0,\0 \0s\0c\0o\0r\0e\0_\03\0,\0 \0s\0c\0o\0r\0e\0_\05\0,\0 \0s\0c\0o\0r\0e\0_\04\0,\0 \0l\0o\0w\0r\0e\0s\0,\0 \0b\0a\0d\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0b\0a\0d\0 \0h\0a\0n\0d\0s\0,\0 \0t\0e\0x\0t\0,\0 \0e\0r\0r\0o\0r\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0d\0i\0g\0i\0t\0,\0 \0f\0e\0w\0e\0r\0 \0d\0i\0g\0i\0t\0s\0,\0 \0c\0r\0o\0p\0p\0e\0d\0,\0 \0w\0o\0r\0s\0t\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0n\0o\0r\0m\0a\0l\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0j\0p\0e\0g\0 \0a\0r\0t\0i\0f\0a\0c\0t\0s\0,\0 \0s\0i\0g\0n\0a\0t\0u\0r\0e\0,\0 \0w\0a\0t\0e\0r\0m\0a\0r\0k\0,\0 \0u\0s\0e\0r\0n\0a\0m\0e\0,\0 \0b\0l\0u\0r\0r\0y\0,\0 \0u\0g\0l\0y\0 \0f\0a\0c\0e\0,\0 \0m\0u\0l\0t\0i\0p\0l\0e\0 \0b\0e\0a\0k\0s\0,\0 \0b\0l\0u\0r\0r\0y\0 \0f\0a\0c\0e\0,\0 \0(\0e\0a\0r\0s\0)\0,\0 \0(\0w\0i\0n\0g\0s\0)\0,\0 \0t\0w\0o\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0s\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0d\0o\0u\0b\0l\0e\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0t\0a\0c\0k\0e\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0m\0u\0l\0t\0i\0p\0l\0e\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0s\0,\0 \0e\0x\0t\0r\0a\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0\"\0,\0\"\0p\0a\0r\0s\0e\0r\0\"\0:\0\"\0A\01\01\01\01\0\"\0,\0\"\0t\0e\0x\0t\0_\0g\0\"\0:\0\"\0\"\0,\0\"\0t\0e\0x\0t\0_\0l\0\"\0:\0\"\0\"\0,\0\"\0a\0s\0c\0o\0r\0e\0\"\0:\02\0.\05\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0w\0\"\0:\00\0,\0\"\0c\0r\0o\0p\0_\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0w\0i\0d\0t\0h\0\"\0:\00\0,\0\"\0t\0a\0r\0g\0e\0t\0_\0h\0e\0i\0g\0h\0t\0\"\0:\00\0,\0\"\0s\0m\0Z\0_\0s\0t\0e\0p\0s\0\"\0:\01\0,\0\"\0m\0e\0a\0n\0_\0n\0o\0r\0m\0a\0l\0i\0z\0a\0t\0i\0o\0n\0\"\0:\0t\0r\0u\0e\0,\0\"\0m\0u\0l\0t\0i\0_\0c\0o\0n\0d\0i\0t\0i\0o\0n\0i\0n\0g\0\"\0:\0t\0r\0u\0e\0,\0\"\0u\0s\0e\0_\0o\0l\0d\0_\0e\0m\0p\0h\0a\0s\0i\0s\0_\0i\0m\0p\0l\0e\0m\0e\0n\0t\0a\0t\0i\0o\0n\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0w\0i\0t\0h\0_\0S\0D\0X\0L\0\"\0:\0f\0a\0l\0s\0e\0,\0\"\0c\0l\0i\0p\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\02\0\"\0,\01\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0N\0e\0g\0a\0t\0i\0v\0e\0\"\0}\0}\0,\0\"\02\00\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0M\0o\0d\0e\0l\0L\0o\0a\0d\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0m\0o\0d\0e\0l\0_\0n\0a\0m\0e\0\"\0:\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0m\0u\0l\0t\0i\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0L\0o\0a\0d\0 \0U\0p\0s\0c\0a\0l\0e\0 \0M\0o\0d\0e\0l\0\"\0}\0}\0,\0\"\01\07\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0L\0o\0a\0d\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0i\0m\0a\0g\0e\0\"\0:\0\"\0h\0t\0t\0p\0s\0:\0/\0/\0o\0r\0c\0h\0e\0s\0t\0r\0a\0t\0i\0o\0n\0.\0c\0i\0v\0i\0t\0a\0i\0.\0c\0o\0m\0/\0v\02\0/\0c\0o\0n\0s\0u\0m\0e\0r\0/\0b\0l\0o\0b\0s\0/\04\0V\06\0R\0P\0P\0A\0M\0F\0E\0T\0R\04\0E\02\03\03\0S\08\09\07\0X\04\0P\0V\00\0\"\0,\0\"\0u\0p\0l\0o\0a\0d\0\"\0:\0\"\0i\0m\0a\0g\0e\0\"\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0 \0L\0o\0a\0d\0\"\0}\0}\0,\0\"\01\09\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0U\0p\0s\0c\0a\0l\0e\0W\0i\0t\0h\0M\0o\0d\0e\0l\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\02\00\0\"\0,\00\0]\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\07\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0 \0(\0u\0s\0i\0n\0g\0 \0M\0o\0d\0e\0l\0)\0\"\0}\0}\0,\0\"\02\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0I\0m\0a\0g\0e\0S\0c\0a\0l\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0u\0p\0s\0c\0a\0l\0e\0_\0m\0e\0t\0h\0o\0d\0\"\0:\0\"\0n\0e\0a\0r\0e\0s\0t\0-\0e\0x\0a\0c\0t\0\"\0,\0\"\0c\0r\0o\0p\0\"\0:\0\"\0d\0i\0s\0a\0b\0l\0e\0d\0\"\0,\0\"\0w\0i\0d\0t\0h\0\"\0:\01\02\08\00\0,\0\"\0h\0e\0i\0g\0h\0t\0\"\0:\01\08\05\06\0,\0\"\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\01\09\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0U\0p\0s\0c\0a\0l\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\02\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0E\0n\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0p\0i\0x\0e\0l\0s\0\"\0:\0[\0\"\02\03\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0E\0n\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\01\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0r\0_\0n\0a\0m\0e\0\"\0:\0\"\0e\0u\0l\0e\0r\0\"\0,\0\"\0s\0c\0h\0e\0d\0u\0l\0e\0r\0\"\0:\0\"\0n\0o\0r\0m\0a\0l\0\"\0,\0\"\0s\0e\0e\0d\0\"\0:\01\09\00\06\03\06\06\07\06\04\0,\0\"\0s\0t\0e\0p\0s\0\"\0:\02\09\0,\0\"\0c\0f\0g\0\"\0:\07\0,\0\"\0d\0e\0n\0o\0i\0s\0e\0\"\0:\00\0.\06\0,\0\"\0m\0o\0d\0e\0l\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0-\02\0\"\0,\00\0]\0,\0\"\0p\0o\0s\0i\0t\0i\0v\0e\0\"\0:\0[\0\"\06\0\"\0,\00\0]\0,\0\"\0n\0e\0g\0a\0t\0i\0v\0e\0\"\0:\0[\0\"\07\0\"\0,\00\0]\0,\0\"\0l\0a\0t\0e\0n\0t\0_\0i\0m\0a\0g\0e\0\"\0:\0[\0\"\02\01\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0K\0S\0a\0m\0p\0l\0e\0r\0\"\0}\0}\0,\0\"\01\03\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0V\0A\0E\0D\0e\0c\0o\0d\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0s\0a\0m\0p\0l\0e\0s\0\"\0:\0[\0\"\01\01\0\"\0,\00\0]\0,\0\"\0v\0a\0e\0\"\0:\0[\0\"\0r\0e\0s\0o\0u\0r\0c\0e\0-\0s\0t\0a\0c\0k\0\"\0,\02\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0V\0A\0E\0 \0D\0e\0c\0o\0d\0e\0\"\0}\0}\0,\0\"\01\02\0\"\0:\0{\0\"\0c\0l\0a\0s\0s\0_\0t\0y\0p\0e\0\"\0:\0\"\0S\0a\0v\0e\0I\0m\0a\0g\0e\0\"\0,\0\"\0i\0n\0p\0u\0t\0s\0\"\0:\0{\0\"\0f\0i\0l\0e\0n\0a\0m\0e\0_\0p\0r\0e\0f\0i\0x\0\"\0:\0\"\0C\0o\0m\0f\0y\0U\0I\0\"\0,\0\"\0i\0m\0a\0g\0e\0s\0\"\0:\0[\0\"\01\03\0\"\0,\00\0]\0}\0,\0\"\0_\0m\0e\0t\0a\0\"\0:\0{\0\"\0t\0i\0t\0l\0e\0\"\0:\0\"\0S\0a\0v\0e\0 \0I\0m\0a\0g\0e\0\"\0}\0}\0,\0\"\0e\0x\0t\0r\0a\0\"\0:\0{\0\"\0a\0i\0r\0s\0\"\0:\0[\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0c\0h\0e\0c\0k\0p\0o\0i\0n\0t\0:\0c\0i\0v\0i\0t\0a\0i\0:\02\08\08\05\08\04\0@\03\02\04\06\01\09\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\06\06\00\09\00\04\0@\07\03\09\05\08\04\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\0x\0l\0:\0l\0o\0r\0a\0:\0c\0i\0v\0i\0t\0a\0i\0:\06\07\07\04\02\01\0@\07\05\08\03\00\00\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\02\02\02\02\05\06\0@\02\05\00\07\00\08\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0s\0d\01\0:\0e\0m\0b\0e\0d\0d\0i\0n\0g\0:\0c\0i\0v\0i\0t\0a\0i\0:\02\02\02\02\05\06\0@\02\05\00\07\01\02\0\"\0,\0\"\0u\0r\0n\0:\0a\0i\0r\0:\0m\0u\0l\0t\0i\0:\0u\0p\0s\0c\0a\0l\0e\0r\0:\0c\0i\0v\0i\0t\0a\0i\0:\01\04\07\07\05\09\0@\01\06\04\08\02\01\0\"\0]\0}\0,\0\"\0e\0x\0t\0r\0a\0M\0e\0t\0a\0d\0a\0t\0a\0\"\0:\0\"\0{\0\\\0u\00\00\02\02\0p\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0s\0a\0f\0e\0_\0p\0o\0s\0,\0 \0R\0a\0t\0i\0n\0g\0_\0s\0a\0f\0e\0,\0 \0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0l\0o\0,\0 \0(\0f\0e\0m\0a\0l\0e\0 \0a\0n\0t\0h\0r\0o\0 \0g\0u\0i\0r\0a\0 \0c\0u\0c\0k\0o\0o\0,\0 \0a\0v\0i\0a\0n\0)\0,\0 \0k\0a\0i\0k\0o\0,\0 \0m\0e\0d\0i\0u\0m\0 \0b\0r\0e\0a\0s\0t\0s\0,\0 \0s\0l\0i\0m\0 \0f\0e\0m\0a\0l\0e\0,\0 \0s\0m\0a\0l\0l\0 \0w\0a\0i\0s\0t\0,\0 \0(\0(\0t\0u\0r\0q\0u\0o\0i\0s\0e\0 \0s\0c\0a\0r\0f\0)\0)\0,\0 \0(\0(\0w\0h\0i\0t\0e\0 \0h\0a\0i\0r\0b\0a\0n\0d\0:\01\0.\02\0)\0)\0,\0 \0w\0h\0i\0t\0e\0 \0g\0l\0o\0v\0e\0s\0,\0 \0b\0l\0u\0e\0 \0t\0a\0n\0k\0 \0t\0o\0p\0,\0 \0b\0l\0u\0e\0 \0s\0h\0o\0r\0t\0s\0,\0 \0b\0e\0l\0t\0,\0 \0w\0h\0i\0t\0e\0 \0f\0o\0o\0t\0w\0e\0a\0r\0,\0 \0f\0i\0n\0g\0e\0r\0l\0e\0s\0s\0 \0g\0l\0o\0v\0e\0s\0,\0 \0b\0e\0i\0g\0e\0 \0f\0e\0a\0t\0h\0e\0r\0s\0,\0 \0b\0e\0i\0g\0e\0 \0h\0a\0i\0r\0,\0 \0m\0e\0d\0i\0u\0m\0 \0h\0a\0i\0r\0,\0 \0(\0s\0p\0i\0k\0y\0 \0h\0a\0i\0r\0:\01\0.\03\0)\0,\0 \0y\0e\0l\0l\0o\0w\0 \0b\0e\0a\0k\0,\0 \0s\0t\0r\0a\0i\0g\0h\0t\0 \0b\0e\0a\0k\0,\0 \0s\0m\0a\0l\0l\0 \0b\0e\0a\0k\0,\0 \0y\0e\0l\0l\0o\0w\0 \0e\0y\0e\0s\0,\0 \0b\0i\0r\0d\0 \0t\0a\0i\0l\0,\0 \0h\0o\0l\0d\0i\0n\0g\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0c\0h\0i\0b\0i\0,\0 \0w\0i\0d\0e\0,\0 \0s\0h\0o\0r\0t\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0n\0e\0g\0a\0t\0i\0v\0e\0P\0r\0o\0m\0p\0t\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0s\0a\0f\0e\0_\0n\0e\0g\0,\0 \0s\0c\0o\0r\0e\0_\03\0,\0 \0s\0c\0o\0r\0e\0_\05\0,\0 \0s\0c\0o\0r\0e\0_\04\0,\0 \0l\0o\0w\0r\0e\0s\0,\0 \0b\0a\0d\0 \0a\0n\0a\0t\0o\0m\0y\0,\0 \0b\0a\0d\0 \0h\0a\0n\0d\0s\0,\0 \0t\0e\0x\0t\0,\0 \0e\0r\0r\0o\0r\0,\0 \0m\0i\0s\0s\0i\0n\0g\0 \0f\0i\0n\0g\0e\0r\0s\0,\0 \0e\0x\0t\0r\0a\0 \0d\0i\0g\0i\0t\0,\0 \0f\0e\0w\0e\0r\0 \0d\0i\0g\0i\0t\0s\0,\0 \0c\0r\0o\0p\0p\0e\0d\0,\0 \0w\0o\0r\0s\0t\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0l\0o\0w\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0n\0o\0r\0m\0a\0l\0 \0q\0u\0a\0l\0i\0t\0y\0,\0 \0j\0p\0e\0g\0 \0a\0r\0t\0i\0f\0a\0c\0t\0s\0,\0 \0s\0i\0g\0n\0a\0t\0u\0r\0e\0,\0 \0w\0a\0t\0e\0r\0m\0a\0r\0k\0,\0 \0u\0s\0e\0r\0n\0a\0m\0e\0,\0 \0b\0l\0u\0r\0r\0y\0,\0 \0u\0g\0l\0y\0 \0f\0a\0c\0e\0,\0 \0m\0u\0l\0t\0i\0p\0l\0e\0 \0b\0e\0a\0k\0s\0,\0 \0b\0l\0u\0r\0r\0y\0 \0f\0a\0c\0e\0,\0 \0(\0e\0a\0r\0s\0)\0,\0 \0(\0w\0i\0n\0g\0s\0)\0,\0 \0t\0w\0o\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0s\0,\0 \0d\0e\0f\0o\0r\0m\0e\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0d\0o\0u\0b\0l\0e\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0t\0a\0c\0k\0e\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0m\0u\0l\0t\0i\0p\0l\0e\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0s\0,\0 \0e\0x\0t\0r\0a\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0s\0t\0e\0p\0s\0\\\0u\00\00\02\02\0:\02\09\0,\0\\\0u\00\00\02\02\0c\0f\0g\0S\0c\0a\0l\0e\0\\\0u\00\00\02\02\0:\07\0,\0\\\0u\00\00\02\02\0s\0a\0m\0p\0l\0e\0r\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0e\0u\0l\0e\0r\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0s\0e\0e\0d\0\\\0u\00\00\02\02\0:\01\09\00\06\03\06\06\07\06\03\0,\0\\\0u\00\00\02\02\0w\0o\0r\0k\0f\0l\0o\0w\0I\0d\0\\\0u\00\00\02\02\0:\0\\\0u\00\00\02\02\0i\0m\0g\02\0i\0m\0g\0-\0h\0i\0r\0e\0s\0\\\0u\00\00\02\02\0,\0\\\0u\00\00\02\02\0r\0e\0s\0o\0u\0r\0c\0e\0s\0\\\0u\00\00\02\02\0:\0[\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\03\02\04\06\01\09\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\07\03\09\05\08\04\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\01\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\07\05\08\03\00\00\0,\0\\\0u\00\00\02\02\0s\0t\0r\0e\0n\0g\0t\0h\0\\\0u\00\00\02\02\0:\00\0.\07\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\02\05\00\07\00\08\0}\0,\0{\0\\\0u\00\00\02\02\0m\0o\0d\0e\0l\0V\0e\0r\0s\0i\0o\0n\0I\0d\0\\\0u\00\00\02\02\0:\02\05\00\07\01\02\0}\0]\0}\0\"\0}"
|
30 |
+
output:
|
31 |
+
url: images/1000874839.jpg
|
32 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0D\0o\0g\0m\0e\0a\0t\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0j\0a\0w\0,\0 \0h\0o\0l\0d\0i\0n\0g\0 \0w\0i\0t\0h\0 \0m\0o\0u\0t\0h\0,\0 \0s\0h\0a\0r\0p\0h\0 \0t\0e\0e\0t\0h\0)\0)\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \01\0b\0o\0y\0,\0 \0f\0e\0r\0a\0l\0,\0 \0m\0a\0l\0e\0,\0 \0s\0o\0l\0o\0,\0 \0e\0a\0r\0s\0,\0 \0f\0e\0r\0a\0l\0 \0d\0o\0g\0,\0 \0f\0e\0r\0a\0l\0 \0c\0a\0n\0i\0n\0e\0,\0 \0c\0a\0n\0i\0n\0e\0"
|
33 |
+
output:
|
34 |
+
url: images/1000874840.jpg
|
35 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \01\0b\0o\0y\0,\0 \0M\0r\0W\0o\0l\0f\0,\0 \0C\0r\0e\0a\0m\0-\0W\0h\0i\0t\0e\0 \0S\0u\0i\0t\0,\0 \0C\0r\0e\0a\0m\0-\0W\0h\0i\0t\0e\0 \0P\0a\0n\0t\0s\0,\0 \0W\0h\0i\0t\0e\0 \0S\0h\0i\0r\0t\0,\0 \0B\0r\0o\0w\0n\0 \0S\0h\0o\0e\0s\0,\0 \0w\0o\0l\0f\0 \0t\0a\0i\0l\0,\0 \0f\0u\0r\0r\0y\0"
|
36 |
+
output:
|
37 |
+
url: images/1000874837.jpg
|
38 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \01\0g\0i\0r\0l\0,\0 \0s\0a\0r\0v\0e\0n\0t\0e\0,\0 \0c\0o\0l\0o\0r\0e\0d\0 \0s\0k\0i\0n\0,\0 \0h\0a\0b\0i\0t\0,\0 \0b\0l\0a\0n\0k\0 \0e\0y\0e\0s\0,\0 \0n\0u\0n\0,\0 \0b\0l\0a\0c\0k\0 \0d\0r\0e\0s\0s\0,\0 \0l\0o\0n\0g\0 \0s\0l\0e\0e\0v\0e\0s\0,\0 \0w\0h\0i\0t\0e\0 \0g\0l\0o\0v\0e\0s\0,\0 \0b\0l\0a\0c\0k\0 \0t\0h\0i\0g\0h\0h\0i\0g\0h\0s\0,\0 \0t\0a\0l\0l\0"
|
39 |
+
output:
|
40 |
+
url: images/1000874836.jpg
|
41 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \01\0g\0i\0r\0l\0,\0 \0s\0a\0r\0v\0e\0n\0t\0e\0,\0 \0c\0o\0l\0o\0r\0e\0d\0 \0s\0k\0i\0n\0,\0 \0h\0a\0b\0i\0t\0,\0 \0b\0l\0a\0n\0k\0 \0e\0y\0e\0s\0,\0 \0n\0u\0n\0,\0 \0b\0l\0a\0c\0k\0 \0d\0r\0e\0s\0s\0,\0 \0l\0o\0n\0g\0 \0s\0l\0e\0e\0v\0e\0s\0,\0 \0w\0h\0i\0t\0e\0 \0g\0l\0o\0v\0e\0s\0,\0 \0b\0l\0a\0c\0k\0 \0t\0h\0i\0g\0h\0h\0i\0g\0h\0s\0,\0 \0t\0a\0l\0l\0,\0 \0a\0n\0g\0r\0y\0,\0 \0c\0l\0o\0s\0e\0d\0 \0m\0o\0u\0t\0h\0"
|
42 |
+
output:
|
43 |
+
url: images/1000874835.jpg
|
44 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \01\0b\0o\0y\0,\0 \0R\0u\0v\0,\0 \0G\0r\0e\0y\0 \0S\0k\0i\0n\0,\0 \0W\0h\0i\0t\0e\0 \0S\0k\0i\0n\0,\0 \0E\0y\0e\0p\0a\0t\0c\0h\0,\0 \0u\0s\0h\0a\0n\0k\0a\0,\0 \0b\0l\0a\0c\0k\0 \0p\0a\0n\0t\0s\0,\0 \0b\0o\0o\0t\0s\0,\0 \0w\0i\0n\0t\0e\0r\0 \0c\0o\0a\0t\0,\0 \0m\0o\0u\0t\0h\0 \0c\0l\0o\0s\0e\0d\0"
|
45 |
+
output:
|
46 |
+
url: images/1000874834.jpg
|
47 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0u\0r\0c\0e\0_\0f\0u\0r\0r\0y\0,\0 \0s\0o\0l\0o\0,\0 \01\0b\0o\0y\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0m\0i\0l\0k\0y\0t\0i\0g\0e\0r\0,\0 \0t\0i\0g\0e\0r\0 \0e\0a\0r\0s\0,\0 \0t\0i\0g\0e\0r\0 \0b\0o\0y\0,\0 \0w\0h\0i\0t\0e\0 \0e\0y\0e\0b\0r\0o\0w\0s\0,\0 \0w\0h\0i\0t\0e\0 \0h\0a\0i\0r\0,\0 \0b\0l\0u\0e\0 \0e\0y\0e\0s\0,\0 \0b\0l\0a\0c\0k\0 \0s\0w\0e\0a\0t\0e\0r\0,\0 \0g\0r\0a\0y\0 \0s\0h\0o\0r\0t\0s\0"
|
48 |
+
output:
|
49 |
+
url: images/1000874833.jpg
|
50 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \01\0g\0i\0r\0l\0,\0 \0p\0i\0n\0k\0 \0h\0a\0i\0r\0,\0 \0c\0r\0o\0p\0 \0t\0o\0p\0,\0 \0b\0l\0u\0e\0 \0j\0e\0a\0n\0s\0,\0 \0b\0l\0a\0c\0k\0 \0e\0y\0e\0s\0"
|
51 |
+
output:
|
52 |
+
url: images/1000874832.jpg
|
53 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \01\0b\0o\0y\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0s\0a\0n\0s\0 \0\\\0(\0u\0n\0d\0e\0r\0t\0a\0l\0e\0\\\0)\0"
|
54 |
+
output:
|
55 |
+
url: images/1000874831.jpg
|
56 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \01\0g\0i\0r\0l\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0z\0o\0n\0e\0-\0t\0a\0n\0,\0 \0h\0a\0i\0r\0 \0o\0v\0e\0r\0 \0o\0n\0e\0 \0e\0y\0e\0,\0 \0a\0h\0o\0g\0e\0,\0 \0d\0r\0i\0l\0l\0 \0h\0a\0i\0r\0,\0 \0s\0k\0u\0l\0l\0 \0h\0a\0i\0r\0 \0o\0r\0n\0a\0m\0e\0n\0t\0,\0 \0o\0f\0f\0-\0s\0h\0o\0u\0l\0d\0e\0r\0 \0s\0w\0e\0a\0t\0e\0r\0,\0 \0b\0l\0a\0c\0k\0 \0t\0h\0i\0g\0h\0h\0i\0g\0h\0s\0,\0 \0p\0u\0r\0p\0l\0e\0 \0h\0a\0i\0r\0,\0 \0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0m\0i\0l\0i\0n\0g\0,\0 \0b\0l\0a\0c\0k\0 \0e\0y\0e\0s\0"
|
57 |
+
output:
|
58 |
+
url: images/1000874830.jpg
|
59 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \01\0b\0o\0y\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0m\0i\0l\0i\0n\0g\0,\0 \0W\0h\0i\0t\0t\0y\0P\0X\0L\0,\0 \0b\0l\0a\0c\0k\0 \0s\0k\0i\0n\0,\0 \0b\0l\0a\0c\0k\0 \0b\0o\0d\0y\0,\0 \0g\0l\0o\0w\0i\0n\0g\0 \0e\0y\0e\0s\0,\0 \0o\0r\0a\0n\0g\0e\0 \0s\0c\0l\0e\0r\0a\0,\0 \0b\0l\0u\0e\0 \0j\0a\0c\0k\0e\0t\0,\0 \0o\0r\0a\0n\0g\0e\0 \0p\0a\0n\0t\0s\0,\0 \0o\0r\0a\0n\0g\0e\0 \0s\0h\0o\0e\0s\0"
|
60 |
+
output:
|
61 |
+
url: images/1000874829.jpg
|
62 |
+
- text: "UNICODE\0\0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \01\0g\0i\0r\0l\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0s\0m\0i\0l\0i\0n\0g\0,\0 \0m\0i\0k\0u\0 \0h\0a\0t\0s\0u\0n\0e\0,\0 \0a\0h\0o\0g\0e\0,\0 \0b\0l\0a\0c\0k\0 \0e\0y\0e\0s\0,\0 \0a\0q\0u\0a\0 \0h\0a\0i\0r\0,\0 \0c\0r\0o\0s\0s\0e\0d\0 \0b\0a\0n\0g\0s\0,\0 \0h\0a\0i\0r\0 \0b\0e\0t\0w\0e\0e\0n\0 \0e\0y\0e\0s\0,\0 \0h\0a\0i\0r\0 \0o\0r\0n\0a\0m\0e\0n\0t\0,\0 \0h\0e\0a\0d\0p\0h\0o\0n\0e\0s\0,\0 \0l\0o\0n\0g\0 \0h\0a\0i\0r\0,\0 \0t\0w\0i\0n\0t\0a\0i\0l\0s\0,\0 \0a\0q\0u\0a\0 \0n\0e\0c\0k\0t\0i\0e\0,\0 \0b\0l\0a\0c\0k\0 \0f\0o\0o\0t\0w\0e\0a\0r\0,\0 \0b\0l\0a\0c\0k\0 \0s\0k\0i\0r\0t\0,\0 \0b\0l\0a\0c\0k\0 \0s\0l\0e\0e\0v\0e\0s\0,\0 \0b\0o\0o\0t\0s\0,\0 \0c\0o\0l\0l\0a\0r\0e\0d\0 \0s\0h\0i\0r\0t\0,\0 \0d\0e\0t\0a\0c\0h\0e\0d\0 \0s\0l\0e\0e\0v\0e\0s\0,\0 \0g\0r\0e\0y\0 \0s\0h\0i\0r\0t\0,\0 \0n\0e\0c\0k\0t\0i\0e\0,\0 \0p\0l\0e\0a\0t\0e\0d\0 \0s\0k\0i\0r\0t\0,\0 \0s\0h\0i\0r\0t\0,\0 \0s\0k\0i\0r\0t\0,\0 \0s\0l\0e\0e\0v\0e\0l\0e\0s\0s\0,\0 \0s\0l\0e\0e\0v\0e\0l\0e\0s\0s\0 \0s\0h\0i\0r\0t\0,\0 \0t\0h\0i\0g\0h\0 \0b\0o\0o\0t\0s\0,\0 \0t\0i\0e\0 \0c\0l\0i\0p\0"
|
63 |
+
output:
|
64 |
+
url: images/1000874828.jpg
|
65 |
+
- text: "UNICODE\0\0 \0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0o\0l\0o\0,\0 \01\0b\0o\0y\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0h\0i\0g\0h\0 \0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0,\0 \0h\0i\0g\0h\0 \0r\0e\0s\0o\0l\0u\0t\0i\0o\0n\0,\0 \0(\0(\0h\0o\0l\0d\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0)\0)\0,\0 \0d\0@\0d\0d\0y\0_\0d\0e\0a\0r\0e\0s\0t\0,\0 \0g\0r\0i\0n\0,\0 \0o\0p\0e\0n\0 \0j\0a\0c\0k\0e\0t\0,\0 \0b\0l\0a\0c\0k\0 \0t\0r\0o\0u\0s\0e\0r\0s\0,\0 \0b\0l\0a\0c\0k\0 \0b\0o\0o\0t\0s\0,\0 \0b\0l\0a\0c\0k\0 \0e\0y\0e\0s\0 \0w\0i\0t\0h\0 \0r\0e\0d\0 \0p\0u\0p\0i\0l\0s\0,\0 \0l\0i\0g\0h\0t\0-\0p\0u\0r\0p\0l\0e\0 \0s\0k\0i\0n\0,\0 \0p\0u\0b\0i\0c\0 \0h\0a\0i\0r\0,\0 \0t\0a\0l\0l\0"
|
66 |
+
output:
|
67 |
+
url: images/1000874827.jpg
|
68 |
+
- text: "UNICODE\0\0s\0o\0l\0o\0,\0 \0h\0o\0l\0d\0i\0n\0g\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \01\0g\0i\0r\0l\0,\0 \0r\0a\0b\0b\0i\0t\0,\0 \0f\0u\0r\0r\0y\0,\0 \0a\0n\0t\0h\0r\0o\0"
|
69 |
+
output:
|
70 |
+
url: images/1000874826.jpg
|
71 |
+
- text: "UNICODE\0\0s\0o\0l\0o\0,\0 \0h\0o\0l\0d\0i\0n\0g\0 \0m\0i\0c\0r\0o\0p\0h\0o\0n\0e\0,\0 \0s\0t\0a\0n\0d\0i\0n\0g\0,\0 \0f\0u\0l\0l\0 \0b\0o\0d\0y\0,\0 \0s\0o\0u\0r\0c\0e\0_\0c\0a\0r\0t\0o\0o\0n\0,\0 \0s\0c\0o\0r\0e\0_\09\0,\0 \0s\0c\0o\0r\0e\0_\08\0_\0u\0p\0,\0 \0s\0c\0o\0r\0e\0_\07\0_\0u\0p\0,\0 \01\0g\0i\0r\0l\0,\0 \0h\0a\0l\0f\0 \0s\0h\0a\0r\0k\0,\0 \0s\0h\0a\0r\0k\0 \0t\0a\0i\0l\0,\0 \0c\0u\0r\0v\0y\0 \0b\0o\0d\0y\0,\0 \0h\0o\0u\0r\0g\0l\0a\0s\0s\0 \0f\0i\0g\0u\0r\0e\0,\0 \0p\0o\0i\0n\0t\0y\0 \0t\0e\0e\0t\0h\0s\0,\0 \0s\0h\0a\0r\0k\0 \0f\0e\0a\0t\0u\0r\0e\0s\0,\0 \0m\0a\0r\0i\0n\0e\0 \0t\0h\0e\0m\0e\0d\0 \0c\0l\0o\0t\0h\0i\0n\0g\0,\0 \0b\0l\0a\0c\0k\0 \0a\0n\0d\0 \0b\0l\0u\0e\0 \0c\0o\0l\0o\0r\0 \0s\0c\0h\0e\0m\0e\0"
|
72 |
+
output:
|
73 |
+
url: images/1000874010.jpg
|
74 |
+
base_model: ostris/OpenFLUX.1
|
75 |
+
instance_prompt: null
|
76 |
+
license: artistic-2.0
|
77 |
+
---
|
78 |
+
# Fnf sprite
|
79 |
+
|
80 |
+
<Gallery />
|
81 |
+
|
82 |
+
|
83 |
+
|
84 |
+
## Download model
|
85 |
+
|
86 |
+
Weights for this model are available in Safetensors format.
|
87 |
+
|
88 |
+
[Download](/Dan34444678/Fnf/tree/main) them in the Files & versions tab.
|