Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: flux-1-dev-non-commercial-license
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- black-forest-labs/FLUX.1-dev
|
8 |
+
- black-forest-labs/FLUX.1-schnell
|
9 |
+
---
|
10 |
+
|
11 |
+
* Paper: https://arxiv.org/abs/2411.05007
|
12 |
+
* Quantization Library: https://github.com/mit-han-lab/deepcompressor
|
13 |
+
* Inference Engine: https://github.com/mit-han-lab/nunchaku
|
14 |
+
* Website: https://hanlab.mit.edu/projects/svdquant
|
15 |
+
* Demo: https://svdquant.mit.edu/
|
16 |
+
* Blog: https://hanlab.mit.edu/blog/svdquant
|