Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ tags:
|
|
11 |
- Quantization
|
12 |
- ControlNet
|
13 |
- depth-to-image
|
|
|
|
|
14 |
language:
|
15 |
- en
|
16 |
base_model:
|
@@ -38,7 +40,7 @@ library_name: diffusers
|
|
38 |
</div>
|
39 |
|
40 |

|
41 |
-
`svdq-int4-flux.1-depth-dev` is an INT4-quantized version of [`FLUX.1-Depth-dev`](https://huggingface.co/black-forest-labs/FLUX.1-Depth-dev). It offers approximately 4× memory savings while also running 2–3× faster than the original BF16 model.
|
42 |
|
43 |
## Method
|
44 |
#### Quantization Method -- SVDQuant
|
|
|
11 |
- Quantization
|
12 |
- ControlNet
|
13 |
- depth-to-image
|
14 |
+
- image-generation
|
15 |
+
- text-to-image
|
16 |
language:
|
17 |
- en
|
18 |
base_model:
|
|
|
40 |
</div>
|
41 |
|
42 |

|
43 |
+
`svdq-int4-flux.1-depth-dev` is an INT4-quantized version of [`FLUX.1-Depth-dev`](https://huggingface.co/black-forest-labs/FLUX.1-Depth-dev), which can generate an image based on a text description while following the structure of a given input image. It offers approximately 4× memory savings while also running 2–3× faster than the original BF16 model.
|
44 |
|
45 |
## Method
|
46 |
#### Quantization Method -- SVDQuant
|