johnrachwanpruna
commited on
Commit
•
51f676f
1
Parent(s):
aecaa48
Update README.md
Browse files
README.md
CHANGED
@@ -54,12 +54,7 @@ You can run the smashed model with these steps:
|
|
54 |
pip install -U optimum-quanto
|
55 |
```
|
56 |
2. Download the model
|
57 |
-
-
|
58 |
-
```bash
|
59 |
-
mkdir SG161222-Realistic_Vision_V1.4-turbo-tiny-green-smashed
|
60 |
-
huggingface-cli download PrunaAI/FLUX.1-schnell-8bit --local-dir FLUX.1-schnell-8bit --local-dir-use-symlinks False
|
61 |
-
```
|
62 |
-
- Option 2 - Use Python:
|
63 |
```python
|
64 |
import subprocess
|
65 |
repo_name = "FLUX.1-schnell-8bit"
|
|
|
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-8bit"
|