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/pipelines/test_pipelines_auto.py
tests/pipelines/test_pipelines_auto.py
+1
-1
tests/pipelines/test_pipelines_combined.py
tests/pipelines/test_pipelines_combined.py
+1
-1
tests/pipelines/test_pipelines_flax.py
tests/pipelines/test_pipelines_flax.py
+1
-1
tests/pipelines/text_to_video_synthesis/test_text_to_video.py
...s/pipelines/text_to_video_synthesis/test_text_to_video.py
+1
-1
tests/pipelines/text_to_video_synthesis/test_text_to_video_zero.py
...elines/text_to_video_synthesis/test_text_to_video_zero.py
+1
-1
tests/pipelines/text_to_video_synthesis/test_text_to_video_zero_sdxl.py
...s/text_to_video_synthesis/test_text_to_video_zero_sdxl.py
+1
-1
tests/pipelines/text_to_video_synthesis/test_video_to_video.py
.../pipelines/text_to_video_synthesis/test_video_to_video.py
+1
-1
tests/pipelines/unclip/test_unclip.py
tests/pipelines/unclip/test_unclip.py
+1
-1
tests/pipelines/unclip/test_unclip_image_variation.py
tests/pipelines/unclip/test_unclip_image_variation.py
+1
-1
tests/pipelines/wuerstchen/test_wuerstchen_combined.py
tests/pipelines/wuerstchen/test_wuerstchen_combined.py
+1
-1
tests/pipelines/wuerstchen/test_wuerstchen_decoder.py
tests/pipelines/wuerstchen/test_wuerstchen_decoder.py
+1
-1
tests/pipelines/wuerstchen/test_wuerstchen_prior.py
tests/pipelines/wuerstchen/test_wuerstchen_prior.py
+1
-1
tests/schedulers/test_scheduler_flax.py
tests/schedulers/test_scheduler_flax.py
+1
-1
tests/schedulers/test_schedulers.py
tests/schedulers/test_schedulers.py
+1
-1
tests/single_file/test_model_autoencoder_dc_single_file.py
tests/single_file/test_model_autoencoder_dc_single_file.py
+1
-1
tests/single_file/test_model_controlnet_single_file.py
tests/single_file/test_model_controlnet_single_file.py
+1
-1
tests/single_file/test_model_flux_transformer_single_file.py
tests/single_file/test_model_flux_transformer_single_file.py
+1
-1
tests/single_file/test_model_motion_adapter_single_file.py
tests/single_file/test_model_motion_adapter_single_file.py
+1
-1
tests/single_file/test_model_sd_cascade_unet_single_file.py
tests/single_file/test_model_sd_cascade_unet_single_file.py
+1
-1
tests/single_file/test_model_vae_single_file.py
tests/single_file/test_model_vae_single_file.py
+1
-1
No files found.
tests/pipelines/test_pipelines_auto.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/pipelines/test_pipelines_combined.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/pipelines/test_pipelines_flax.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/pipelines/text_to_video_synthesis/test_text_to_video.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/pipelines/text_to_video_synthesis/test_text_to_video_zero.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/pipelines/text_to_video_synthesis/test_text_to_video_zero_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/pipelines/text_to_video_synthesis/test_video_to_video.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/pipelines/unclip/test_unclip.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/pipelines/unclip/test_unclip_image_variation.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/pipelines/wuerstchen/test_wuerstchen_combined.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/pipelines/wuerstchen/test_wuerstchen_decoder.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/pipelines/wuerstchen/test_wuerstchen_prior.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/schedulers/test_scheduler_flax.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/schedulers/test_schedulers.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/single_file/test_model_autoencoder_dc_single_file.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/single_file/test_model_controlnet_single_file.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/single_file/test_model_flux_transformer_single_file.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/single_file/test_model_motion_adapter_single_file.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/single_file/test_model_sd_cascade_unet_single_file.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/single_file/test_model_vae_single_file.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.
...
...
Prev
1
…
7
8
9
10
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