Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +3 -5
- flux.1-lite-8B-Q4_0.gguf +3 -0
- flux.1-lite-8B-Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
flux.1-lite-8B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
flux.1-lite-8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -8,15 +8,13 @@ pipeline_tag: text-to-image
|
|
8 |
library_name: diffusers
|
9 |
tags:
|
10 |
- flux
|
11 |
-
- GGUF
|
12 |
---
|
13 |
|
14 |
This is a direct GGUF conversion of [flux.1-lite-8B](https://huggingface.co/Freepik/flux.1-lite-8B)
|
15 |
-
|
16 |
To be used with [Comfy-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
|
22 |
|
|
|
|
8 |
library_name: diffusers
|
9 |
tags:
|
10 |
- flux
|
|
|
11 |
---
|
12 |
|
13 |
This is a direct GGUF conversion of [flux.1-lite-8B](https://huggingface.co/Freepik/flux.1-lite-8B)
|
|
|
14 |
To be used with [Comfy-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)
|
15 |
|
16 |
+
Model creator: Freepik
|
17 |
+
Original model: [flux.1-lite-8B-alpha](https://huggingface.co/Freepik/flux.1-lite-8B)
|
18 |
+
GGUF quantization: based on [llama.cpp b3962](https://github.com/ggerganov/llama.cpp/releases/tag/b3962) patched with [ComfyUI-GGUF/tools/lcpp_sd3.patch](https://github.com/city96/ComfyUI-GGUF/blob/main/tools/lcpp_sd3.patch)
|
19 |
|
20 |
|
|
flux.1-lite-8B-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22835a953d1913ee4fb74400e9b923c5a2e098ac802ce1b478ecc476107692b4
|
3 |
+
size 4819297248
|
flux.1-lite-8B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:348ae714ea360c9e6aee8f2124021dd1c3fcad5eb34dc54fc6e42a9b3784bf09
|
3 |
+
size 8867849184
|