Commit
·
eb98ca7
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +364 -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,364 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: "UNICODE\0\0a\0 \0d\0e\0t\0a\0i\0l\0e\0d\0 \0c\0l\0o\0s\0e\0u\0p\0 \0p\0h\0o\0t\0o\0 \0o\0f\0 \0e\0u\0r\0a\0s\0i\0a\0n\0 \0l\0y\0n\0x\0 \0s\0i\0t\0t\0i\0n\0g\0 \0o\0n\0 \0a\0 \0s\0n\0o\0w\0y\0 \0r\0o\0c\0k\0,\0 \0y\0a\0w\0n\0i\0n\0g\0 \0w\0i\0t\0h\0 \0m\0o\0u\0t\0h\0 \0w\0i\0d\0e\0 \0o\0p\0e\0n\0,\0 \0s\0h\0o\0w\0i\0n\0g\0 \0t\0h\0e\0 \0s\0h\0a\0r\0p\0 \0w\0h\0i\0t\0e\0 \0f\0a\0n\0g\0s\0 \0w\0i\0t\0h\0 \0t\0o\0n\0g\0u\0e\0 \0s\0t\0i\0c\0k\0i\0n\0g\0 \0o\0u\0t\0,\0 \0i\0n\0 \0f\0r\0o\0n\0t\0 \0o\0f\0 \0a\0 \0b\0i\0g\0 \0p\0u\0r\0p\0l\0e\0 \0a\0n\0d\0 \0b\0l\0u\0e\0 \0n\0e\0o\0n\0 \0s\0i\0g\0n\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0t\0e\0x\0t\0 \0\"\0L\0Y\0N\0X\0 \0f\0o\0r\0 \0F\0L\0U\0X\0\"\0,\0 \0t\0h\0e\0 \0n\0e\0o\0n\0 \0g\0l\0o\0w\0 \0h\0i\0g\0h\0l\0i\0g\0h\0t\0s\0 \0t\0h\0e\0 \0s\0i\0l\0h\0o\0u\0e\0t\0t\0e\0 \0o\0f\0 \0t\0h\0e\0 \0l\0y\0n\0x\0 \0b\0r\0i\0n\0g\0i\0n\0g\0 \0i\0t\0 \0i\0n\0 \0f\0o\0c\0u\0s\0,\0 \0a\0 \0w\0a\0r\0m\0 \0a\0m\0b\0e\0r\0 \0c\0o\0l\0o\0r\0e\0d\0 \0f\0i\0l\0l\0 \0l\0i\0g\0h\0t\0 \0h\0i\0g\0h\0l\0i\0g\0h\0t\0s\0 \0t\0h\0e\0 \0t\0h\0i\0c\0k\0 \0a\0n\0d\0 \0r\0i\0c\0h\0 \0w\0a\0r\0m\0 \0b\0r\0o\0w\0n\0 \0f\0u\0r\0 \0o\0f\0 \0t\0h\0e\0 \0l\0y\0n\0x\0,\0 \0 \0t\0h\0e\0r\0e\0 \0i\0s\0 \0a\0 \0s\0m\0a\0l\0l\0 \0s\0n\0o\0w\0y\0 \0r\0u\0r\0a\0l\0 \0n\0o\0r\0d\0i\0c\0 \0t\0o\0w\0n\0 \0i\0n\0 \0t\0h\0e\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0,\0 \0s\0o\0m\0e\0 \0s\0n\0o\0w\0 \0c\0o\0v\0e\0r\0e\0d\0 \0 \0t\0r\0e\0e\0s\0 \0a\0n\0d\0 \0a\0 \0f\0o\0r\0e\0s\0t\0 \0h\0o\0r\0i\0z\0o\0n\0,\0 \0a\0 \0c\0l\0e\0a\0r\0 \0s\0k\0y\0 \0a\0n\0d\0 \0b\0l\0u\0e\0 \0h\0o\0u\0r\0 \0l\0i\0g\0h\0t\0 \0g\0i\0v\0e\0s\0 \0a\0 \0d\0r\0a\0m\0a\0t\0i\0c\0 \0y\0e\0t\0 \0p\0e\0a\0c\0e\0f\0u\0l\0 \0o\0v\0e\0r\0a\0l\0l\0 \0f\0e\0e\0l\0i\0n\0g\0 \0t\0o\0 \0t\0h\0e\0 \0i\0m\0a\0g\0e\0"
|
10 |
+
output:
|
11 |
+
url: images/4471689-20240819032653132_474140816.jpeg
|
12 |
+
- text: "UNICODE\0\0s\0l\0e\0e\0p\0y\0 \0l\0i\0t\0t\0l\0e\0 \0l\0y\0n\0x\0 \0k\0i\0t\0t\0e\0n\0 \0y\0a\0w\0n\0i\0n\0g\0 \0w\0i\0t\0h\0 \0e\0y\0e\0s\0 \0c\0l\0o\0s\0e\0d\0,\0 \0g\0r\0e\0e\0n\0 \0f\0o\0l\0i\0a\0g\0e\0 \0"
|
13 |
+
output:
|
14 |
+
url: images/4471689-20240819015640744_2054903682.jpeg
|
15 |
+
- text: "UNICODE\0\0a\0 \0c\0l\0o\0s\0e\0u\0p\0 \0p\0h\0o\0t\0o\0 \0o\0f\0 \0a\0 \0v\0e\0r\0y\0 \0s\0l\0e\0e\0p\0y\0 \0e\0u\0r\0a\0s\0i\0a\0n\0 \0l\0y\0n\0x\0 \0o\0n\0 \0a\0 \0b\0e\0d\0 \0f\0u\0l\0l\0 \0o\0f\0 \0v\0a\0r\0i\0o\0u\0s\0 \0p\0l\0u\0s\0h\0i\0e\0s\0 \0a\0n\0d\0 \0c\0o\0l\0o\0r\0f\0u\0l\0 \0p\0i\0l\0l\0o\0w\0s\0,\0 \0y\0a\0w\0n\0i\0n\0g\0 \0m\0o\0u\0t\0h\0 \0w\0i\0d\0e\0 \0o\0p\0e\0n\0,\0 \0s\0h\0a\0r\0p\0 \0w\0h\0i\0t\0e\0 \0f\0a\0n\0g\0s\0 \0s\0h\0o\0w\0i\0n\0g\0,\0 \0a\0 \0s\0l\0e\0e\0p\0i\0n\0g\0 \0l\0y\0n\0x\0 \0k\0i\0t\0t\0e\0n\0 \0c\0u\0r\0l\0e\0d\0 \0u\0p\0 \0b\0y\0 \0t\0h\0e\0 \0s\0i\0d\0e\0,\0 \0s\0o\0f\0t\0 \0w\0i\0n\0d\0o\0w\0 \0l\0i\0g\0h\0t\0"
|
16 |
+
output:
|
17 |
+
url: images/4471689-20240819022342176_2317773018.jpeg
|
18 |
+
base_model: black-forest-labs/FLUX.1-dev
|
19 |
+
instance_prompt: null
|
20 |
+
license: cc-by-sa-4.0
|
21 |
+
---
|
22 |
+
# Eurasian Lynx Lynx for FLUX DEV
|
23 |
+
|
24 |
+
<Gallery />
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
Eurasian lynx, Lynx lynx
|
29 |
+
made on civitai; https://civitai.com/models/659863/eurasian-lynx-lynx-for-flux-dev
|
30 |
+
examples of captions (all edited to have 'Eurasian' before 'lynx' and 'kitten' to the cub i):
|
31 |
+
|
32 |
+
![Screenshot_2024-08-18_21-07-12.png](https://cdn-uploads.huggingface.co/production/uploads/6690fb643d26a47dd0ea5584/HrjbMgDuk6RL2x5DwmzKY.png)
|
33 |
+
![Screenshot_2024-08-18_20-45-25.png](https://cdn-uploads.huggingface.co/production/uploads/6690fb643d26a47dd0ea5584/a-jIZEMSVCw4egAys4JV5.png)
|
34 |
+
|
35 |
+
Links and attributions listed:
|
36 |
+
|
37 |
+
All images were captioned with the help of JoyCaption Pre-Alpha (2024-07-30a) (https://huggingface.co/spaces/fancyfeast/joy-caption-pre-alpha) just some minor edits done by me
|
38 |
+
|
39 |
+
1.
|
40 |
+
|
41 |
+
Title: Lynx lynx poing
|
42 |
+
|
43 |
+
Author: Bernard Landgraf (User:Baerni)
|
44 |
+
|
45 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx_poing.jpg)
|
46 |
+
|
47 |
+
License: CC BY-SA 3.0
|
48 |
+
|
49 |
+
2.
|
50 |
+
|
51 |
+
Title: Lynx lynx
|
52 |
+
|
53 |
+
Author: mpiet (http://www.mindbox.at/gallery/)
|
54 |
+
|
55 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx2.jpg)
|
56 |
+
|
57 |
+
License: CC BY-SA 3.0
|
58 |
+
|
59 |
+
3.
|
60 |
+
|
61 |
+
Title: Lynx lynx 1
|
62 |
+
|
63 |
+
Author: Martin Mecnarowski (http://www.photomecan.eu/)
|
64 |
+
|
65 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx_1_(Martin_Mecnarowski).jpg)
|
66 |
+
|
67 |
+
License: CC BY-SA 3.0
|
68 |
+
|
69 |
+
4.
|
70 |
+
|
71 |
+
Title: Lynx lynx 2
|
72 |
+
|
73 |
+
Author: Martin Mecnarowski (http://www.photomecan.eu/)
|
74 |
+
|
75 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx_2_(Martin_Mecnarowski).jpg)
|
76 |
+
|
77 |
+
License: CC BY-SA 3.0
|
78 |
+
|
79 |
+
5.
|
80 |
+
|
81 |
+
Title: Lynx Helsinki Zoo
|
82 |
+
|
83 |
+
Author: No machine-readable author provided. Kat1100 assumed (based on copyright claims).
|
84 |
+
|
85 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_Helsinki_Zoo.JPG)
|
86 |
+
|
87 |
+
License: CC BY-SA 3.0
|
88 |
+
|
89 |
+
6.
|
90 |
+
|
91 |
+
Title: Lynx DSCF6717
|
92 |
+
|
93 |
+
Author: Musicaline
|
94 |
+
|
95 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_DSCF6717.jpg)
|
96 |
+
|
97 |
+
License: CC BY-SA 4.0
|
98 |
+
|
99 |
+
7.
|
100 |
+
|
101 |
+
Title: Lynx DSCF0523 (cropped)
|
102 |
+
|
103 |
+
Author: Musicaline
|
104 |
+
|
105 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_DSCF0523.jpg)
|
106 |
+
|
107 |
+
License: CC BY-SA 4.0
|
108 |
+
|
109 |
+
8.
|
110 |
+
|
111 |
+
Title: Luchsfamilie im "Wildpark Schwarze Berge"
|
112 |
+
|
113 |
+
Author: JoachimKohler-HB
|
114 |
+
|
115 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Luchsfamilie_im_%22Wildpark_Schwarze_Berge%22.jpg)
|
116 |
+
|
117 |
+
License: CC BY-SA 3.0
|
118 |
+
|
119 |
+
9.
|
120 |
+
|
121 |
+
Title: Eurasischer Luchs im "Wildpark Schwarze Berge" (cropped)
|
122 |
+
|
123 |
+
Author: JoachimKohler-HB
|
124 |
+
|
125 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Eurasischer_Luchs_im_%22Wildpark_Schwarze_Berge%22.jpg)
|
126 |
+
|
127 |
+
License: CC BY-SA 3.0
|
128 |
+
|
129 |
+
10.
|
130 |
+
|
131 |
+
Title: Lynx lynx
|
132 |
+
|
133 |
+
Author: Christoph Moning
|
134 |
+
|
135 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx_186702145.jpg)
|
136 |
+
|
137 |
+
License: CC BY-SA 4.0
|
138 |
+
|
139 |
+
11.
|
140 |
+
|
141 |
+
Title: Lynx kitten
|
142 |
+
|
143 |
+
Author: Bernard Landgraf
|
144 |
+
|
145 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_kitten.jpg)
|
146 |
+
|
147 |
+
License: CC BY-SA 3.0
|
148 |
+
|
149 |
+
12.
|
150 |
+
|
151 |
+
Title: Lynx lynx cub 20050709
|
152 |
+
|
153 |
+
Author: Bernard Landgraf
|
154 |
+
|
155 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx_cub_20050709.jpg)
|
156 |
+
|
157 |
+
License: CC BY-SA 3.0
|
158 |
+
|
159 |
+
13.
|
160 |
+
|
161 |
+
Title: Lynx lynx-5
|
162 |
+
|
163 |
+
Author: David Castor (user:dcastor)
|
164 |
+
|
165 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx-5.JPG)
|
166 |
+
|
167 |
+
License: Public Domain
|
168 |
+
|
169 |
+
Note: This image is in the public domain. Attribution is appreciated but not required.
|
170 |
+
|
171 |
+
14.
|
172 |
+
|
173 |
+
Title: Lynx lynx-4
|
174 |
+
|
175 |
+
Author: David Castor (user:dcastor)
|
176 |
+
|
177 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx-4.JPG)
|
178 |
+
|
179 |
+
License: Public Domain
|
180 |
+
|
181 |
+
Note: This image is in the public domain. Attribution is appreciated but not required.
|
182 |
+
|
183 |
+
15.
|
184 |
+
|
185 |
+
Title: Lynx lynx-3
|
186 |
+
|
187 |
+
Author: David Castor (user:dcastor)
|
188 |
+
|
189 |
+
Source: [Wikimedia Commons](https://upload.wikimedia.org/wikipedia/commons/c/c5/Lynx_lynx-3.JPG)
|
190 |
+
|
191 |
+
License: Public Domain
|
192 |
+
|
193 |
+
Note: This image is in the public domain. Attribution is appreciated but not required.
|
194 |
+
|
195 |
+
16.
|
196 |
+
|
197 |
+
Title: Lynx lynx-2
|
198 |
+
|
199 |
+
Author: David Castor (user:dcastor)
|
200 |
+
|
201 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx-2.JPG)
|
202 |
+
|
203 |
+
License: Public Domain
|
204 |
+
|
205 |
+
Note: This image is in the public domain. Attribution is appreciated but not required.
|
206 |
+
|
207 |
+
17.
|
208 |
+
|
209 |
+
Title: Eurasian Lynx IMG_8092 (cropped)
|
210 |
+
|
211 |
+
Author: Jon Glittenberg
|
212 |
+
|
213 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:20131107_Eurasian_Lynx_IMG_8092.png)
|
214 |
+
|
215 |
+
License: CC BY-SA 3.0
|
216 |
+
|
217 |
+
18.
|
218 |
+
|
219 |
+
Title: ZOO Olomouc05 Lynx lynx carp (cropped)
|
220 |
+
|
221 |
+
Author: Tedmek
|
222 |
+
|
223 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:ZOO_Olomouc05_Lynx_lynx_carp.JPG)
|
224 |
+
|
225 |
+
License: CC BY-SA 3.0
|
226 |
+
|
227 |
+
19.
|
228 |
+
|
229 |
+
Title: Euroazijski ris Lynx lynx Zagreb 112010 1 (cropped)
|
230 |
+
|
231 |
+
Author: Roberta F.
|
232 |
+
|
233 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Euroazijski_ris_Lynx_lynx_Zagreb_112010_1.jpg)
|
234 |
+
|
235 |
+
License: CC BY-SA 3.0
|
236 |
+
|
237 |
+
20.
|
238 |
+
|
239 |
+
Title: Eurasian lynx (Lynx lynx), Skansen, Stockholm, Sweden
|
240 |
+
|
241 |
+
Author: Jules Verne Times Two / julesvernex2.com
|
242 |
+
|
243 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Eurasian_lynx_(Lynx_lynx),_Skansen,_Stockholm,_Sweden_julesvernex2.jpg)
|
244 |
+
|
245 |
+
License: CC BY-SA 4.0
|
246 |
+
|
247 |
+
21.
|
248 |
+
|
249 |
+
Title: Lynx lynx, Luchs 07
|
250 |
+
|
251 |
+
Author: Böhringer Friedrich
|
252 |
+
|
253 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx,_Luchs_07.JPG)
|
254 |
+
|
255 |
+
License: CC BY-SA 3.0
|
256 |
+
|
257 |
+
22.
|
258 |
+
|
259 |
+
Title: Lynx lynx, Luchs 03
|
260 |
+
|
261 |
+
Author: Böhringer Friedrich
|
262 |
+
|
263 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx,_Luchs_03.JPG)
|
264 |
+
|
265 |
+
License: CC BY-SA 3.0
|
266 |
+
|
267 |
+
23.
|
268 |
+
|
269 |
+
Title: View of a Eurasian lynx in the Cat Survival Trust ^3 (cropped)
|
270 |
+
|
271 |
+
Author: Robert Lamb
|
272 |
+
|
273 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:View_of_a_Eurasian_lynx_in_the_Cat_Survival_Trust_%5E3_-_geograph.org.uk_-_5422945.jpg)
|
274 |
+
|
275 |
+
License: CC BY-SA 4.0
|
276 |
+
|
277 |
+
24.
|
278 |
+
|
279 |
+
Title: View of a Eurasian lynx in the Cat Survival Trust ^5 (cropped)
|
280 |
+
|
281 |
+
Author: Robert Lamb
|
282 |
+
|
283 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:View_of_a_Eurasian_lynx_in_the_Cat_Survival_Trust_%5E5_-_geograph.org.uk_-_5422951.jpg)
|
284 |
+
|
285 |
+
License: CC BY-SA 4.0
|
286 |
+
|
287 |
+
25.
|
288 |
+
|
289 |
+
Title: Lynx lynx (geypa) (cropped)
|
290 |
+
|
291 |
+
Author: Thomas Mørch
|
292 |
+
|
293 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx_(geypa)-cropped.jpg)
|
294 |
+
|
295 |
+
License: CC BY-SA 3.0
|
296 |
+
|
297 |
+
26.
|
298 |
+
|
299 |
+
Title: Lynx lynx Kadzidłowo (cropped)
|
300 |
+
|
301 |
+
Author: Tanuki8
|
302 |
+
|
303 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx_Kadzid%C5%82owo.jpg)
|
304 |
+
|
305 |
+
License: CC BY-SA 3.0
|
306 |
+
|
307 |
+
27.
|
308 |
+
|
309 |
+
Title: Lynx lynx D8E 5702
|
310 |
+
|
311 |
+
Author: Bengt Nyman from Vaxholm, Sweden (https
|
312 |
+
|
313 |
+
://www.flickr.com/people/97469566@N00)
|
314 |
+
|
315 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_lynx_D8E_5702_(22789431267).jpg)
|
316 |
+
|
317 |
+
License: CC BY-SA 4.0
|
318 |
+
|
319 |
+
28.
|
320 |
+
|
321 |
+
Title: Eurasischer Luchs Lynx lynx Wildpark Poing-02
|
322 |
+
|
323 |
+
Author: Rufus46
|
324 |
+
|
325 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Eurasischer_Luchs_Lynx_lynx_Wildpark_Poing-02.jpg)
|
326 |
+
|
327 |
+
License: CC BY-SA 3.0
|
328 |
+
|
329 |
+
29.
|
330 |
+
|
331 |
+
Title: Lynx (16132000168)
|
332 |
+
|
333 |
+
Author: Mathias Appel (https://www.flickr.com/people/91501748@N07)
|
334 |
+
|
335 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_(16132000168).jpg)
|
336 |
+
|
337 |
+
License: CC0 1.0
|
338 |
+
|
339 |
+
30.
|
340 |
+
|
341 |
+
Title: Lynx (16899108635)
|
342 |
+
|
343 |
+
Author: Mathias Appel (https://www.flickr.com/people/91501748@N07)
|
344 |
+
|
345 |
+
Source: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Lynx_(16899108635).jpg)
|
346 |
+
|
347 |
+
License: CC0 1.0
|
348 |
+
|
349 |
+
---
|
350 |
+
|
351 |
+
list made with help of chatGPT
|
352 |
+
|
353 |
+
https://chatgpt.com/share/260469f9-a590-4bcf-83fa-5854e81f58f7
|
354 |
+
|
355 |
+
|
356 |
+
Hide
|
357 |
+
|
358 |
+
|
359 |
+
|
360 |
+
## Download model
|
361 |
+
|
362 |
+
Weights for this model are available in Safetensors format.
|
363 |
+
|
364 |
+
[Download](/idiootti-ilves/Eurasian_Lynx-lynx_for_FLUX-DEV/tree/main) them in the Files & versions tab.
|