Skip to content

Commit 69a9828

Browse files
naykungithub-actions[bot]a-r-r-o-w
authored
fix(qwen-image): update vae license (#12063)
* fix(qwen-image): - update vae license * Apply style fixes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aryan <[email protected]>
1 parent 11d22e0 commit 69a9828

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/diffusers/models/autoencoders/autoencoder_kl_qwenimage.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The Qwen-Image Team and The HuggingFace Team. All rights reserved.
1+
# Copyright 2025 The Qwen-Image Team, Wan Team and The HuggingFace Team. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -11,6 +11,12 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
#
15+
# We gratefully acknowledge the Wan Team for their outstanding contributions.
16+
# QwenImageVAE is further fine-tuned from the Wan Video VAE to achieve improved performance.
17+
# For more information about the Wan VAE, please refer to:
18+
# - GitHub: https://github.com/Wan-Video/Wan2.1
19+
# - arXiv: https://arxiv.org/abs/2503.20314
1420

1521
from typing import List, Optional, Tuple, Union
1622

0 commit comments

Comments
 (0)