docs: link the demo Space and the HF collection
Browse files
README.md
CHANGED
|
@@ -26,15 +26,19 @@ OracleZoom drives recursive 4x super-resolution out to 256x while staying faithf
|
|
| 26 |
[](https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers)
|
| 27 |
[](https://github.com/bryanswkim/Chain-of-Zoom)
|
| 28 |
[](https://arxiv.org/abs/2609.06490)
|
|
|
|
| 29 |
[](https://github.com/dipta007/OracleZoom)
|
| 30 |
[](https://dipta007.github.io/OracleZoom/)
|
|
|
|
| 31 |
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 32 |
|
| 33 |
-
**
|
|
|
|
|
|
|
| 34 |
|
| 35 |
## Quickstart (one image, all scales)
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
```bash
|
| 40 |
# 0. One-time: Stable Diffusion 3 is gated, so accept its license on HF, then log in
|
|
|
|
| 26 |
[](https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers)
|
| 27 |
[](https://github.com/bryanswkim/Chain-of-Zoom)
|
| 28 |
[](https://arxiv.org/abs/2609.06490)
|
| 29 |
+
[](https://huggingface.co/spaces/dipta007/OracleZoom)
|
| 30 |
[](https://github.com/dipta007/OracleZoom)
|
| 31 |
[](https://dipta007.github.io/OracleZoom/)
|
| 32 |
+
[](https://huggingface.co/collections/dipta007/oraclezoom)
|
| 33 |
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 34 |
|
| 35 |
+
**Try it in the browser:** [馃 Space](https://huggingface.co/spaces/dipta007/OracleZoom) (no install, runs on ZeroGPU)
|
| 36 |
+
|
| 37 |
+
**Paper:** [arXiv:2609.06490](https://arxiv.org/abs/2609.06490) ([HF paper page](https://huggingface.co/papers/2609.06490)) 路 **Code:** https://github.com/dipta007/OracleZoom 路 **Project page:** https://dipta007.github.io/OracleZoom/ 路 **Everything in one place:** [馃 collection](https://huggingface.co/collections/dipta007/oraclezoom)
|
| 38 |
|
| 39 |
## Quickstart (one image, all scales)
|
| 40 |
|
| 41 |
+
No GPU? Use the [馃 Space](https://huggingface.co/spaces/dipta007/OracleZoom) instead. To run it yourself you need one NVIDIA GPU (~16 GB) and Python 3.10.
|
| 42 |
|
| 43 |
```bash
|
| 44 |
# 0. One-time: Stable Diffusion 3 is gated, so accept its license on HF, then log in
|