Update README.md
Browse files
README.md
CHANGED
|
@@ -104,7 +104,7 @@ with torch.inference_mode():
|
|
| 104 |
print("image saved at", os.path.abspath("output.png"))
|
| 105 |
```
|
| 106 |
|
| 107 |
-
## **run nunchaku safetensors with gguf-connector (experimental feature)**
|
| 108 |
- run it with the new `q9` connector'; simply execute the command below in console/terminal
|
| 109 |
```
|
| 110 |
ggc q9
|
|
|
|
| 104 |
print("image saved at", os.path.abspath("output.png"))
|
| 105 |
```
|
| 106 |
|
| 107 |
+
## **run nunchaku safetensors straight with gguf-connector (experimental feature)**
|
| 108 |
- run it with the new `q9` connector'; simply execute the command below in console/terminal
|
| 109 |
```
|
| 110 |
ggc q9
|