Add noncommercial licensing and Stage 2 snapshot
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
| 3 |
-
license:
|
| 4 |
tags:
|
| 5 |
- super-resolution
|
| 6 |
- latent-diffusion
|
|
@@ -15,22 +15,38 @@ Research checkpoint storage for the `sr-diffusion` project.
|
|
| 15 |
|
| 16 |
GitHub: https://github.com/BitIntx/sr-diffusion
|
| 17 |
|
| 18 |
-
This
|
| 19 |
-
|
|
|
|
| 20 |
|
| 21 |
Current artifacts are study/research checkpoints. They are not a production SR
|
| 22 |
-
model
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Artifacts
|
| 26 |
|
| 27 |
| Path | Source | SHA256 |
|
| 28 |
| --- | --- | --- |
|
|
|
|
|
|
|
| 29 |
| `checkpoints/stage1_autoencoder_best_eval_recon.pt` | `best_eval_recon.pt` | `6f01ec6d1ded` |
|
| 30 |
| `configs/autoencoder_photo10k.yaml` | `autoencoder_photo10k.yaml` | `b1743ae89efc` |
|
| 31 |
-
| `checkpoints/
|
| 32 |
| `configs/latent_pretrain_photo10k.yaml` | `latent_pretrain_photo10k.yaml` | `85175fa83f41` |
|
| 33 |
-
| `metrics/
|
| 34 |
|
| 35 |
## Stages
|
| 36 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
| 3 |
+
license: cc-by-nc-4.0
|
| 4 |
tags:
|
| 5 |
- super-resolution
|
| 6 |
- latent-diffusion
|
|
|
|
| 15 |
|
| 16 |
GitHub: https://github.com/BitIntx/sr-diffusion
|
| 17 |
|
| 18 |
+
This is a public source-available, non-commercial research project. It trains a
|
| 19 |
+
vision-only x4 latent diffusion super-resolution pipeline from scratch and does
|
| 20 |
+
not use a pretrained text-to-image diffusion model.
|
| 21 |
|
| 22 |
Current artifacts are study/research checkpoints. They are not a production SR
|
| 23 |
+
model.
|
| 24 |
+
|
| 25 |
+
## License
|
| 26 |
+
|
| 27 |
+
- Checkpoints, generated samples, metrics, and other non-code artifacts:
|
| 28 |
+
CC BY-NC 4.0.
|
| 29 |
+
- Source code: PolyForm Noncommercial License 1.0.0.
|
| 30 |
+
|
| 31 |
+
Commercial use is not permitted without separate written permission. This
|
| 32 |
+
includes paid hosted inference, resale, and integration into commercial
|
| 33 |
+
products.
|
| 34 |
+
|
| 35 |
+
Training data is not redistributed in this repository. Dataset license
|
| 36 |
+
constraints should be reviewed before training or redistributing derived
|
| 37 |
+
weights.
|
| 38 |
|
| 39 |
## Artifacts
|
| 40 |
|
| 41 |
| Path | Source | SHA256 |
|
| 42 |
| --- | --- | --- |
|
| 43 |
+
| `LICENSE` | `LICENSE` | `c635a1fa2c80` |
|
| 44 |
+
| `CHECKPOINT_LICENSE.md` | `CHECKPOINT_LICENSE.md` | `da3b25759abb` |
|
| 45 |
| `checkpoints/stage1_autoencoder_best_eval_recon.pt` | `best_eval_recon.pt` | `6f01ec6d1ded` |
|
| 46 |
| `configs/autoencoder_photo10k.yaml` | `autoencoder_photo10k.yaml` | `b1743ae89efc` |
|
| 47 |
+
| `checkpoints/stage2_latent_pretrain_step_0006000.pt` | `step_0006000.pt` | `ab329e28b48d` |
|
| 48 |
| `configs/latent_pretrain_photo10k.yaml` | `latent_pretrain_photo10k.yaml` | `85175fa83f41` |
|
| 49 |
+
| `metrics/stage2_step_0006000_metrics.json` | `step_0006000_metrics.json` | `261d5847fb93` |
|
| 50 |
|
| 51 |
## Stages
|
| 52 |
|