Fix some typo
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language: en
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
---
|
12 |
|
13 |
# RediDream NSFW I1 Quantized (bnb-4bit: NF4 & FP4)
|
@@ -34,7 +34,7 @@ This approach reduces memory usage during quantization to ~40 GB and is **entire
|
|
34 |
|
35 |
## Performance
|
36 |
|
37 |
-
- The quantized models perform **similarly** to the original
|
38 |
- No formal benchmark or deep evaluation has been conducted.
|
39 |
|
40 |
## Files
|
@@ -70,4 +70,4 @@ bnb‑4bit performs similarly to Q4_K, sometimes slightly weaker, but with a sma
|
|
70 |
|
71 |
## Disclaimer
|
72 |
|
73 |
-
This quantized model is intended for research and experimentation. Please verify performance and compatibility before use in production environments.
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
language: en
|
4 |
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- transformer
|
7 |
+
- bnb-4bit
|
8 |
+
- quantization
|
9 |
+
- nf4
|
10 |
+
- fp4
|
11 |
---
|
12 |
|
13 |
# RediDream NSFW I1 Quantized (bnb-4bit: NF4 & FP4)
|
|
|
34 |
|
35 |
## Performance
|
36 |
|
37 |
+
- The quantized models perform **similarly** to the original nf4 quantized version.
|
38 |
- No formal benchmark or deep evaluation has been conducted.
|
39 |
|
40 |
## Files
|
|
|
70 |
|
71 |
## Disclaimer
|
72 |
|
73 |
+
This quantized model is intended for research and experimentation. Please verify performance and compatibility before use in production environments.
|