Instructions to use gpustack/stable-diffusion-v3-medium-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use gpustack/stable-diffusion-v3-medium-GGUF with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
docs: readme
Browse files
README.md
CHANGED
|
@@ -40,8 +40,11 @@ pipeline_tag: text-to-image
|
|
| 40 |
| --- | --- | --- | --- | --- |
|
| 41 |
| FP16 | FP16 | FP16 | FP16 | FP16 |
|
| 42 |
| Q8_0 | FP16 | FP16 | Q8_0 | FP16 |
|
|
|
|
| 43 |
| Q4_1 | FP16 | FP16 | Q8_0 | FP16 |
|
| 44 |
| Q4_0 | FP16 | FP16 | Q8_0 | FP16 |
|
|
|
|
|
|
|
| 45 |
|
| 46 |
---
|
| 47 |
|
|
|
|
| 40 |
| --- | --- | --- | --- | --- |
|
| 41 |
| FP16 | FP16 | FP16 | FP16 | FP16 |
|
| 42 |
| Q8_0 | FP16 | FP16 | Q8_0 | FP16 |
|
| 43 |
+
| (pure) Q8_0 | Q8_0 | Q8_0 | Q8_0 | FP16 |
|
| 44 |
| Q4_1 | FP16 | FP16 | Q8_0 | FP16 |
|
| 45 |
| Q4_0 | FP16 | FP16 | Q8_0 | FP16 |
|
| 46 |
+
| (pure) Q4_0 | Q4_0 | Q4_0 | Q4_0 | FP16 |
|
| 47 |
+
|
| 48 |
|
| 49 |
---
|
| 50 |
|