Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
62cce304
Unverified
Commit
62cce304
authored
Jun 18, 2025
by
Sayak Paul
Committed by
GitHub
Jun 18, 2025
Browse files
[chore] change to 2025 licensing for remaining (#11741)
change to 2025 licensing for remaining
parent
05e86778
Changes
220
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
src/diffusers/models/activations.py
src/diffusers/models/activations.py
+1
-1
src/diffusers/models/normalization.py
src/diffusers/models/normalization.py
+1
-1
tests/hooks/test_group_offloading.py
tests/hooks/test_group_offloading.py
+1
-1
tests/hooks/test_hooks.py
tests/hooks/test_hooks.py
+1
-1
tests/lora/test_lora_layers_auraflow.py
tests/lora/test_lora_layers_auraflow.py
+1
-1
tests/lora/test_lora_layers_cogvideox.py
tests/lora/test_lora_layers_cogvideox.py
+1
-1
tests/lora/test_lora_layers_cogview4.py
tests/lora/test_lora_layers_cogview4.py
+1
-1
tests/lora/test_lora_layers_flux.py
tests/lora/test_lora_layers_flux.py
+1
-1
tests/lora/test_lora_layers_hunyuanvideo.py
tests/lora/test_lora_layers_hunyuanvideo.py
+1
-1
tests/lora/test_lora_layers_ltx_video.py
tests/lora/test_lora_layers_ltx_video.py
+1
-1
tests/lora/test_lora_layers_lumina2.py
tests/lora/test_lora_layers_lumina2.py
+1
-1
tests/lora/test_lora_layers_mochi.py
tests/lora/test_lora_layers_mochi.py
+1
-1
tests/lora/test_lora_layers_sana.py
tests/lora/test_lora_layers_sana.py
+1
-1
tests/lora/test_lora_layers_sd.py
tests/lora/test_lora_layers_sd.py
+1
-1
tests/lora/test_lora_layers_sd3.py
tests/lora/test_lora_layers_sd3.py
+1
-1
tests/lora/test_lora_layers_sdxl.py
tests/lora/test_lora_layers_sdxl.py
+1
-1
tests/lora/test_lora_layers_wan.py
tests/lora/test_lora_layers_wan.py
+1
-1
tests/lora/utils.py
tests/lora/utils.py
+1
-1
tests/models/autoencoders/test_models_asymmetric_autoencoder_kl.py
...els/autoencoders/test_models_asymmetric_autoencoder_kl.py
+1
-1
tests/models/autoencoders/test_models_autoencoder_cosmos.py
tests/models/autoencoders/test_models_autoencoder_cosmos.py
+1
-1
No files found.
src/diffusers/models/activations.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/normalization.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/hooks/test_group_offloading.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/hooks/test_hooks.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_auraflow.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_cogvideox.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_cogview4.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_flux.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_hunyuanvideo.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_ltx_video.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_lumina2.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_mochi.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_sana.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_sd.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_sd3.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_sdxl.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/test_lora_layers_wan.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/lora/utils.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/models/autoencoders/test_models_asymmetric_autoencoder_kl.py
View file @
62cce304
# coding=utf-8
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
tests/models/autoencoders/test_models_autoencoder_cosmos.py
View file @
62cce304
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
Prev
1
2
3
4
5
6
…
11
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment