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
30e5e81d
Unverified
Commit
30e5e81d
authored
Feb 08, 2024
by
Sayak Paul
Committed by
GitHub
Feb 08, 2024
Browse files
change to 2024 in the license (#6902)
change to 2024
parent
8de78001
Changes
736
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
tests/pipelines/stable_diffusion_sag/test_stable_diffusion_sag.py
...pelines/stable_diffusion_sag/test_stable_diffusion_sag.py
+1
-1
tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl.py
...pipelines/stable_diffusion_xl/test_stable_diffusion_xl.py
+1
-1
tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl_adapter.py
...s/stable_diffusion_xl/test_stable_diffusion_xl_adapter.py
+1
-1
tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl_img2img.py
...s/stable_diffusion_xl/test_stable_diffusion_xl_img2img.py
+1
-1
tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl_inpaint.py
...s/stable_diffusion_xl/test_stable_diffusion_xl_inpaint.py
+1
-1
tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl_instruction_pix2pix.py
...fusion_xl/test_stable_diffusion_xl_instruction_pix2pix.py
+1
-1
tests/pipelines/stable_diffusion_xl/test_stable_diffusion_xl_k_diffusion.py
...able_diffusion_xl/test_stable_diffusion_xl_k_diffusion.py
+1
-1
tests/pipelines/test_pipelines.py
tests/pipelines/test_pipelines.py
+1
-1
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
No files found.
tests/pipelines/stable_diffusion_sag/test_stable_diffusion_sag.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/stable_diffusion_xl/test_stable_diffusion_xl.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/stable_diffusion_xl/test_stable_diffusion_xl_adapter.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/stable_diffusion_xl/test_stable_diffusion_xl_img2img.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/stable_diffusion_xl/test_stable_diffusion_xl_inpaint.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/stable_diffusion_xl/test_stable_diffusion_xl_instruction_pix2pix.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
Harutatsu Akiyama and HuggingFace Inc.
# Copyright 202
4
Harutatsu Akiyama and 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/stable_diffusion_xl/test_stable_diffusion_xl_k_diffusion.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/test_pipelines.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/test_pipelines_auto.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/test_pipelines_combined.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/test_pipelines_flax.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/text_to_video_synthesis/test_text_to_video.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/text_to_video_synthesis/test_text_to_video_zero.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/text_to_video_synthesis/test_text_to_video_zero_sdxl.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/text_to_video_synthesis/test_video_to_video.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/unclip/test_unclip.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/unclip/test_unclip_image_variation.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/wuerstchen/test_wuerstchen_combined.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/wuerstchen/test_wuerstchen_decoder.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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/wuerstchen/test_wuerstchen_prior.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
HuggingFace Inc.
# Copyright 202
4
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
…
32
33
34
35
36
37
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