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
tests/models/transformers/test_models_transformer_wan.py
tests/models/transformers/test_models_transformer_wan.py
+1
-1
tests/models/unets/test_models_unet_1d.py
tests/models/unets/test_models_unet_1d.py
+1
-1
tests/models/unets/test_models_unet_2d.py
tests/models/unets/test_models_unet_2d.py
+1
-1
tests/models/unets/test_models_unet_2d_condition.py
tests/models/unets/test_models_unet_2d_condition.py
+1
-1
tests/models/unets/test_models_unet_3d_condition.py
tests/models/unets/test_models_unet_3d_condition.py
+1
-1
tests/models/unets/test_models_unet_controlnetxs.py
tests/models/unets/test_models_unet_controlnetxs.py
+1
-1
tests/models/unets/test_models_unet_motion.py
tests/models/unets/test_models_unet_motion.py
+1
-1
tests/models/unets/test_models_unet_spatiotemporal.py
tests/models/unets/test_models_unet_spatiotemporal.py
+1
-1
tests/models/unets/test_unet_2d_blocks.py
tests/models/unets/test_unet_2d_blocks.py
+1
-1
tests/models/unets/test_unet_blocks_common.py
tests/models/unets/test_unet_blocks_common.py
+1
-1
tests/others/test_config.py
tests/others/test_config.py
+1
-1
tests/others/test_ema.py
tests/others/test_ema.py
+1
-1
tests/others/test_hub_utils.py
tests/others/test_hub_utils.py
+1
-1
tests/others/test_image_processor.py
tests/others/test_image_processor.py
+1
-1
tests/others/test_training.py
tests/others/test_training.py
+1
-1
tests/others/test_utils.py
tests/others/test_utils.py
+1
-1
tests/others/test_video_processor.py
tests/others/test_video_processor.py
+1
-1
tests/pipelines/amused/test_amused.py
tests/pipelines/amused/test_amused.py
+1
-1
tests/pipelines/amused/test_amused_img2img.py
tests/pipelines/amused/test_amused_img2img.py
+1
-1
tests/pipelines/amused/test_amused_inpaint.py
tests/pipelines/amused/test_amused_inpaint.py
+1
-1
No files found.
tests/models/transformers/test_models_transformer_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");
# you may not use this file except in compliance with the License.
...
...
tests/models/unets/test_models_unet_1d.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/unets/test_models_unet_2d.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/unets/test_models_unet_2d_condition.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/unets/test_models_unet_3d_condition.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/unets/test_models_unet_controlnetxs.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/unets/test_models_unet_motion.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/unets/test_models_unet_spatiotemporal.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/unets/test_unet_2d_blocks.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/unets/test_unet_blocks_common.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/others/test_config.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/others/test_ema.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/others/test_hub_utils.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/others/test_image_processor.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/others/test_training.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/others/test_utils.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/others/test_video_processor.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/amused/test_amused.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/amused/test_amused_img2img.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/amused/test_amused_inpaint.py
View file @
62cce304
# coding=utf-8
# Copyright 202
4
HuggingFace Inc.
# Copyright 202
5
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
Prev
1
2
3
4
5
6
7
8
9
…
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