Add README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,8 @@ tags:
|
|
| 24 |
|
| 25 |
Single-step text-to-image from SD1.5 via TCD distillation. 512×512. Chunked UNet (6-bit).
|
| 26 |
|
|
|
|
|
|
|
| 27 |
Core ML conversion of [ByteDance/Hyper-SD](https://huggingface.co/ByteDance/Hyper-SD) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 28 |
|
| 29 |
| | |
|
|
|
|
| 24 |
|
| 25 |
Single-step text-to-image from SD1.5 via TCD distillation. 512×512. Chunked UNet (6-bit).
|
| 26 |
|
| 27 |
+
<p><img src="https://huggingface.co/mlboydaisuke/Hyper-SD-1step-CoreML/resolve/main/media/1c6281beb3.png" alt="Hyper-SD (1-Step) demo" width="49%"> <img src="https://huggingface.co/mlboydaisuke/Hyper-SD-1step-CoreML/resolve/main/media/008e4341e0.png" alt="Hyper-SD (1-Step) demo" width="49%"></p>
|
| 28 |
+
|
| 29 |
Core ML conversion of [ByteDance/Hyper-SD](https://huggingface.co/ByteDance/Hyper-SD) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 30 |
|
| 31 |
| | |
|