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/kolors/test_kolors.py
tests/pipelines/kolors/test_kolors.py
+1
-1
tests/pipelines/kolors/test_kolors_img2img.py
tests/pipelines/kolors/test_kolors_img2img.py
+1
-1
tests/pipelines/latent_diffusion/test_latent_diffusion.py
tests/pipelines/latent_diffusion/test_latent_diffusion.py
+1
-1
tests/pipelines/latent_diffusion/test_latent_diffusion_superresolution.py
...latent_diffusion/test_latent_diffusion_superresolution.py
+1
-1
tests/pipelines/musicldm/test_musicldm.py
tests/pipelines/musicldm/test_musicldm.py
+1
-1
tests/pipelines/pag/test_pag_controlnet_sd.py
tests/pipelines/pag/test_pag_controlnet_sd.py
+1
-1
tests/pipelines/pag/test_pag_controlnet_sd_inpaint.py
tests/pipelines/pag/test_pag_controlnet_sd_inpaint.py
+1
-1
tests/pipelines/pag/test_pag_controlnet_sdxl.py
tests/pipelines/pag/test_pag_controlnet_sdxl.py
+1
-1
tests/pipelines/pag/test_pag_controlnet_sdxl_img2img.py
tests/pipelines/pag/test_pag_controlnet_sdxl_img2img.py
+1
-1
tests/pipelines/pag/test_pag_hunyuan_dit.py
tests/pipelines/pag/test_pag_hunyuan_dit.py
+1
-1
tests/pipelines/pag/test_pag_kolors.py
tests/pipelines/pag/test_pag_kolors.py
+1
-1
tests/pipelines/pag/test_pag_pixart_sigma.py
tests/pipelines/pag/test_pag_pixart_sigma.py
+1
-1
tests/pipelines/pag/test_pag_sd.py
tests/pipelines/pag/test_pag_sd.py
+1
-1
tests/pipelines/pag/test_pag_sd_img2img.py
tests/pipelines/pag/test_pag_sd_img2img.py
+1
-1
tests/pipelines/pag/test_pag_sd_inpaint.py
tests/pipelines/pag/test_pag_sd_inpaint.py
+1
-1
tests/pipelines/pag/test_pag_sdxl.py
tests/pipelines/pag/test_pag_sdxl.py
+1
-1
tests/pipelines/pag/test_pag_sdxl_img2img.py
tests/pipelines/pag/test_pag_sdxl_img2img.py
+1
-1
tests/pipelines/pag/test_pag_sdxl_inpaint.py
tests/pipelines/pag/test_pag_sdxl_inpaint.py
+1
-1
tests/pipelines/paint_by_example/test_paint_by_example.py
tests/pipelines/paint_by_example/test_paint_by_example.py
+1
-1
tests/pipelines/pixart_alpha/test_pixart.py
tests/pipelines/pixart_alpha/test_pixart.py
+1
-1
No files found.
tests/pipelines/kolors/test_kolors.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/kolors/test_kolors_img2img.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/latent_diffusion/test_latent_diffusion.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/latent_diffusion/test_latent_diffusion_superresolution.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/musicldm/test_musicldm.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/pag/test_pag_controlnet_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/pipelines/pag/test_pag_controlnet_sd_inpaint.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/pag/test_pag_controlnet_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/pag/test_pag_controlnet_sdxl_img2img.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/pag/test_pag_hunyuan_dit.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/pag/test_pag_kolors.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/pag/test_pag_pixart_sigma.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/pag/test_pag_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/pipelines/pag/test_pag_sd_img2img.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/pag/test_pag_sd_inpaint.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/pag/test_pag_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/pag/test_pag_sdxl_img2img.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/pag/test_pag_sdxl_inpaint.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/paint_by_example/test_paint_by_example.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/pixart_alpha/test_pixart.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
…
4
5
6
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