Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
library_name: pytorch
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
pipeline_tag: image-to-image
|
| 10 |
---
|
| 11 |
|
|
@@ -99,4 +98,4 @@ text.
|
|
| 99 |
|
| 100 |
The upstream encoder backbones (DINOv2, SigLIP-2, Flux, SD3, Z-Image) and their
|
| 101 |
weights remain under their own original licenses; PiD's Apache-2.0 release
|
| 102 |
-
covers only the PiD decoder weights and code.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: pytorch
|
| 3 |
tags:
|
| 4 |
+
- super-resolution
|
| 5 |
+
- diffusion
|
| 6 |
+
- pixel-diffusion-decoder
|
| 7 |
+
- vae-decoder
|
| 8 |
pipeline_tag: image-to-image
|
| 9 |
---
|
| 10 |
|
|
|
|
| 98 |
|
| 99 |
The upstream encoder backbones (DINOv2, SigLIP-2, Flux, SD3, Z-Image) and their
|
| 100 |
weights remain under their own original licenses; PiD's Apache-2.0 release
|
| 101 |
+
covers only the PiD decoder weights and code.
|