Spaces:
Running
on
Zero
Running
on
Zero
File size: 4,491 Bytes
6d4bcdf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
# Third Party Licenses
This project uses third-party libraries that are subject to their own licenses.
## nvdiffrast
**Project:** https://github.com/NVlabs/nvdiffrast
**License:** NVIDIA Source Code License (1-Way Commercial)
**Usage:** Non-commercial use (research or evaluation purposes only)
```text
Copyright (c) 2020, NVIDIA Corporation. All rights reserved.
This work is made available under the Nvidia Source Code License (1-Way Commercial).
The Work and any derivative works thereof only may be used or intended for use
non-commercially. "Non-commercially" means for research or evaluation purposes only
and not for any direct or indirect monetary gain.
Full license: https://github.com/NVlabs/nvdiffrast/blob/main/LICENSE.txt
```
**Key Points:**
- ✅ Research/Academic Use: Permitted
- ❌ Commercial Use: Requires separate licensing from NVIDIA
- 📞 Commercial Licensing: https://www.nvidia.com/en-us/research/inquiries/
## Wan Team Libraries
**Project:** Various components in `wan/` directory
**License:** Apache License 2.0
**Copyright:** Copyright (c) 2024 Wan Team
```text
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
## Hugging Face Diffusers
**Project:** https://github.com/huggingface/diffusers
**License:** Apache License 2.0
**Copyright:** Copyright 2024 The HuggingFace Team
```text
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
## Hugging Face Transformers
**Project:** https://github.com/huggingface/transformers
**License:** Apache License 2.0
**Copyright:** Copyright 2024 The HuggingFace Team
```text
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
## PEFT (Parameter-Efficient Fine-Tuning)
**Project:** https://github.com/huggingface/peft
**License:** Apache License 2.0
**Copyright:** Copyright 2024 The HuggingFace Team
```text
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
## Other Dependencies
The following dependencies are used under their respective licenses:
- **PyTorch & TorchVision**: BSD-3-Clause License
- **Einops**: MIT License
- **OmegaConf**: BSD-3-Clause License
- **Trimesh**: MIT License
- **Gradio**: Apache License 2.0
- **OpenCV**: BSD-3-Clause License
- **NumPy**: BSD-3-Clause License
- **ImageIO**: BSD-2-Clause License
## Individual Contributors
**Qi Xin** - Condition Transformer implementation in `utils/controlnet_union.py`
- Copyright by Qi Xin (2024/07/06)
- Condition Transformer component for fusing single/multi conditions with input image
For the complete list of dependencies and their licenses, please refer to the respective package repositories.
|