Expand license + dataset attribution
Browse files
README.md
CHANGED
|
@@ -97,4 +97,15 @@ depth_pil = pipe(image=src, prompt=prompt, num_inference_steps=20).images[0]
|
|
| 97 |
|
| 98 |
## License
|
| 99 |
|
| 100 |
-
Apache 2.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
|
| 98 |
## License
|
| 99 |
|
| 100 |
+
The LoRA adapter weights in this repository are released under the Apache License 2.0, matching the license of the base model FLUX.2 Klein 4B.
|
| 101 |
+
|
| 102 |
+
### Training data attributions
|
| 103 |
+
|
| 104 |
+
- **Hypersim** (Roberts et al., 2021). Photorealistic synthetic indoor frames used as a portion of the training data. Licensed under the Apple ML Research License Agreement; non-commercial research use only. The 3D scenes underlying the rendered images were originally licensed from Evermotion. See https://github.com/apple/ml-hypersim for full terms.
|
| 105 |
+
- **NYU Depth V2** (Silberman et al., 2012). Real Kinect indoor frames used as a portion of the training data. Released for research use; see https://cs.nyu.edu/~fergus/datasets/nyu_depth_v2.html.
|
| 106 |
+
|
| 107 |
+
Use of the LoRA adapter for purposes that would conflict with the source datasets' licenses (e.g., redistributing reconstructed Hypersim imagery commercially) is not authorised by the data holders. The adapter itself does not embed the source images, but downstream use that effectively reconstructs them inherits those constraints.
|
| 108 |
+
|
| 109 |
+
### Base model
|
| 110 |
+
|
| 111 |
+
Base model FLUX.2 Klein 4B is distributed by Black Forest Labs under the Apache License 2.0. See https://huggingface.co/black-forest-labs/FLUX.2-klein-base-4B for the original model card.
|