Silan10 commited on
Commit
3b75b05
·
verified ·
1 Parent(s): 89357d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ pipeline_tag: text-to-image
16
 
17
  ## Model Overview
18
 
19
- `Silan10/flux_quantized_bitsandbytes` is an **8-bit quantized version** of the
20
  [`black-forest-labs/FLUX.1-dev`](https://huggingface.co/black-forest-labs/FLUX.1-dev)
21
  text-to-image model. In this version, the **`transformer`**, **`text_encoder`** and
22
  **`text_encoder_2`** components have been quantized to 8-bit precision using bitsandbytes.
@@ -32,7 +32,7 @@ import torch
32
  import os
33
  from diffusers import FluxPipeline
34
 
35
- model_path = "Silan10/flux_quantized_bitsandbytes"
36
 
37
  print("Loading pipeline...")
38
 
 
16
 
17
  ## Model Overview
18
 
19
+ `Silan10/flux-quantized-bitsandbytes` is an **8-bit quantized version** of the
20
  [`black-forest-labs/FLUX.1-dev`](https://huggingface.co/black-forest-labs/FLUX.1-dev)
21
  text-to-image model. In this version, the **`transformer`**, **`text_encoder`** and
22
  **`text_encoder_2`** components have been quantized to 8-bit precision using bitsandbytes.
 
32
  import os
33
  from diffusers import FluxPipeline
34
 
35
+ model_path = "Silan10/flux-quantized-bitsandbytes"
36
 
37
  print("Loading pipeline...")
38