alfredplpl commited on
Commit
b1ca4f9
·
verified ·
1 Parent(s): 276b09a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -11,6 +11,11 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
11
 
12
  # Usage
13
  - diffusers
 
 
 
 
 
14
  ```python
15
  # Reference 1: https://gist.github.com/AmericanPresidentJimmyCarter/873985638e1f3541ba8b00137e7dacd9
16
  # Reference 2: https://huggingface.co/twodgirl/Flux-dev-optimum-quant-qfloat8
 
11
 
12
  # Usage
13
  - diffusers
14
+ 1. Install quanto-optinum.
15
+ ```bash
16
+ pip install optimum-quanto
17
+ ```
18
+ 2. Run the script:
19
  ```python
20
  # Reference 1: https://gist.github.com/AmericanPresidentJimmyCarter/873985638e1f3541ba8b00137e7dacd9
21
  # Reference 2: https://huggingface.co/twodgirl/Flux-dev-optimum-quant-qfloat8