Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -27,6 +27,9 @@ on 2k images).
|
|
| 27 |
Built on a pure convolutional architecture with no attention layers in the
|
| 28 |
encoder or decoder, enabling efficient inference at any resolution.
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
## Key Features
|
| 31 |
|
| 32 |
- **Fast**: ~3 ms/img encode, ~6 ms/img decode (1 step) on Blackwell RTX Pro 6000 — significantly
|
|
@@ -104,6 +107,18 @@ See the [technical report](technical_report_semantic.md) for full details.
|
|
| 104 |
- PyTorch >= 2.0
|
| 105 |
- safetensors (for loading weights)
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
## License
|
| 108 |
|
| 109 |
Apache 2.0
|
|
|
|
| 27 |
Built on a pure convolutional architecture with no attention layers in the
|
| 28 |
encoder or decoder, enabling efficient inference at any resolution.
|
| 29 |
|
| 30 |
+
**[Technical Report](technical_report_semantic.md)** ·
|
| 31 |
+
**[Interactive Results Viewer](https://huggingface.co/spaces/data-archetype/semdisdiffae-results)**
|
| 32 |
+
|
| 33 |
## Key Features
|
| 34 |
|
| 35 |
- **Fast**: ~3 ms/img encode, ~6 ms/img decode (1 step) on Blackwell RTX Pro 6000 — significantly
|
|
|
|
| 107 |
- PyTorch >= 2.0
|
| 108 |
- safetensors (for loading weights)
|
| 109 |
|
| 110 |
+
## Citation
|
| 111 |
+
|
| 112 |
+
```bibtex
|
| 113 |
+
@misc{semdisdiffae,
|
| 114 |
+
title = {SemDisDiffAE: A Semantically Disentangled Diffusion Autoencoder with FCDM Blocks},
|
| 115 |
+
author = {data-archetype},
|
| 116 |
+
year = {2026},
|
| 117 |
+
month = apr,
|
| 118 |
+
url = {https://huggingface.co/data-archetype/semdisdiffae},
|
| 119 |
+
}
|
| 120 |
+
```
|
| 121 |
+
|
| 122 |
## License
|
| 123 |
|
| 124 |
Apache 2.0
|