johnrachwanpruna commited on
Commit
857b72f
1 Parent(s): 589847e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -54,12 +54,7 @@ You can run the smashed model on cards with less than 12 GB of memory with these
54
  pip install -U optimum-quanto
55
  ```
56
  2. Download the model
57
- - Option 1 - Use command line interface (CLI):
58
- ```bash
59
- mkdir SG161222-Realistic_Vision_V1.4-turbo-tiny-green-smashed
60
- huggingface-cli download PrunaAI/SG161222-Realistic_Vision_V1.4-turbo-tiny-green-smashed --local-dir SG161222-Realistic_Vision_V1.4-turbo-tiny-green-smashed --local-dir-use-symlinks False
61
- ```
62
- - Option 2 - Use Python:
63
  ```python
64
  import subprocess
65
  repo_name = "FLUX.1-schnell-4bit"
 
54
  pip install -U optimum-quanto
55
  ```
56
  2. Download the model
57
+ - Use Python:
 
 
 
 
 
58
  ```python
59
  import subprocess
60
  repo_name = "FLUX.1-schnell-4bit"