dipta007 commited on
Commit
39f4a38
verified
1 Parent(s): eab31d8

docs: link the demo Space and the HF collection

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -26,15 +26,19 @@ OracleZoom drives recursive 4x super-resolution out to 256x while staying faithf
26
  [![Base](https://img.shields.io/badge/Base-SD3%20%2B%20Qwen2.5--VL-blue)](https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers)
27
  [![Method](https://img.shields.io/badge/Method-Chain--of--Zoom-orange)](https://github.com/bryanswkim/Chain-of-Zoom)
28
  [![Paper](https://img.shields.io/badge/Paper-arXiv%3A2609.06490-red)](https://arxiv.org/abs/2609.06490)
 
29
  [![Code](https://img.shields.io/badge/Code-GitHub-black)](https://github.com/dipta007/OracleZoom)
30
  [![Project](https://img.shields.io/badge/Project-Page-lightgrey)](https://dipta007.github.io/OracleZoom/)
 
31
  [![License](https://img.shields.io/badge/License-CC--BY--NC--4.0-lightgrey)](https://creativecommons.org/licenses/by-nc/4.0/)
32
 
33
- **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/
 
 
34
 
35
  ## Quickstart (one image, all scales)
36
 
37
- Needs one NVIDIA GPU (~16 GB) and Python 3.10.
38
 
39
  ```bash
40
  # 0. One-time: Stable Diffusion 3 is gated, so accept its license on HF, then log in
 
26
  [![Base](https://img.shields.io/badge/Base-SD3%20%2B%20Qwen2.5--VL-blue)](https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers)
27
  [![Method](https://img.shields.io/badge/Method-Chain--of--Zoom-orange)](https://github.com/bryanswkim/Chain-of-Zoom)
28
  [![Paper](https://img.shields.io/badge/Paper-arXiv%3A2609.06490-red)](https://arxiv.org/abs/2609.06490)
29
+ [![Demo](https://img.shields.io/badge/Demo-%F0%9F%A4%97%20Space-yellow)](https://huggingface.co/spaces/dipta007/OracleZoom)
30
  [![Code](https://img.shields.io/badge/Code-GitHub-black)](https://github.com/dipta007/OracleZoom)
31
  [![Project](https://img.shields.io/badge/Project-Page-lightgrey)](https://dipta007.github.io/OracleZoom/)
32
+ [![Collection](https://img.shields.io/badge/Collection-%F0%9F%A4%97%20OracleZoom-yellow)](https://huggingface.co/collections/dipta007/oraclezoom)
33
  [![License](https://img.shields.io/badge/License-CC--BY--NC--4.0-lightgrey)](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