Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,7 @@ license_link: >-
|
|
| 6 |
base_model:
|
| 7 |
- stabilityai/stable-diffusion-3.5-large-turbo
|
| 8 |
base_model_relation: quantized
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
base_model:
|
| 7 |
- stabilityai/stable-diffusion-3.5-large-turbo
|
| 8 |
base_model_relation: quantized
|
| 9 |
+
---
|
| 10 |
+
These models are made to work with [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) release [master-ac54e00](https://github.com/leejet/stable-diffusion.cpp/releases/tag/master-ac54e00) onwards. Support for other inference backends is not guarenteed.
|
| 11 |
+
|
| 12 |
+
Quantized using this PR https://github.com/leejet/stable-diffusion.cpp/pull/447
|