Update README.md
Browse files
README.md
CHANGED
|
@@ -88,14 +88,4 @@ PYTHONPATH=. python -m pid._src.inference.from_ldm_flux \
|
|
| 88 |
--cfg_scale 1 --pid_inference_steps 4 --scale 4
|
| 89 |
```
|
| 90 |
|
| 91 |
-
Pick the `2kto4k` variant via `--pid_ckpt_type 2kto4k` when decoding at 4K.
|
| 92 |
-
|
| 93 |
-
## License
|
| 94 |
-
|
| 95 |
-
Released under the **Apache License 2.0**. Copyright 2026 NVIDIA Corporation
|
| 96 |
-
& Affiliates. See the `LICENSE` file in the source repository for the full
|
| 97 |
-
text.
|
| 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.
|
|
|
|
| 88 |
--cfg_scale 1 --pid_inference_steps 4 --scale 4
|
| 89 |
```
|
| 90 |
|
| 91 |
+
Pick the `2kto4k` variant via `--pid_ckpt_type 2kto4k` when decoding at 4K.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|