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
src/diffusers/pipelines/stable_diffusion_k_diffusion/pipeline_stable_diffusion_k_diffusion.py
...sion_k_diffusion/pipeline_stable_diffusion_k_diffusion.py
+1
-1
src/diffusers/pipelines/stable_diffusion_k_diffusion/pipeline_stable_diffusion_xl_k_diffusion.py
...n_k_diffusion/pipeline_stable_diffusion_xl_k_diffusion.py
+1
-1
src/diffusers/pipelines/stable_diffusion_ldm3d/pipeline_stable_diffusion_ldm3d.py
...stable_diffusion_ldm3d/pipeline_stable_diffusion_ldm3d.py
+1
-1
src/diffusers/pipelines/stable_diffusion_panorama/pipeline_stable_diffusion_panorama.py
..._diffusion_panorama/pipeline_stable_diffusion_panorama.py
+1
-1
src/diffusers/pipelines/stable_diffusion_safe/safety_checker.py
...ffusers/pipelines/stable_diffusion_safe/safety_checker.py
+1
-1
src/diffusers/pipelines/stable_diffusion_sag/pipeline_stable_diffusion_sag.py
...nes/stable_diffusion_sag/pipeline_stable_diffusion_sag.py
+1
-1
src/diffusers/pipelines/stable_diffusion_xl/pipeline_flax_stable_diffusion_xl.py
.../stable_diffusion_xl/pipeline_flax_stable_diffusion_xl.py
+1
-1
src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl.py
...lines/stable_diffusion_xl/pipeline_stable_diffusion_xl.py
+1
-1
src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_img2img.py
...able_diffusion_xl/pipeline_stable_diffusion_xl_img2img.py
+1
-1
src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_inpaint.py
...able_diffusion_xl/pipeline_stable_diffusion_xl_inpaint.py
+1
-1
src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_instruct_pix2pix.py
...usion_xl/pipeline_stable_diffusion_xl_instruct_pix2pix.py
+1
-1
src/diffusers/pipelines/stable_video_diffusion/pipeline_stable_video_diffusion.py
...stable_video_diffusion/pipeline_stable_video_diffusion.py
+1
-1
src/diffusers/pipelines/t2i_adapter/pipeline_stable_diffusion_adapter.py
...ipelines/t2i_adapter/pipeline_stable_diffusion_adapter.py
+1
-1
src/diffusers/pipelines/t2i_adapter/pipeline_stable_diffusion_xl_adapter.py
...lines/t2i_adapter/pipeline_stable_diffusion_xl_adapter.py
+1
-1
src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py
...s/text_to_video_synthesis/pipeline_text_to_video_synth.py
+1
-1
src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth_img2img.py
...o_video_synthesis/pipeline_text_to_video_synth_img2img.py
+1
-1
src/diffusers/pipelines/unclip/pipeline_unclip.py
src/diffusers/pipelines/unclip/pipeline_unclip.py
+1
-1
src/diffusers/pipelines/unclip/pipeline_unclip_image_variation.py
...users/pipelines/unclip/pipeline_unclip_image_variation.py
+1
-1
src/diffusers/pipelines/unclip/text_proj.py
src/diffusers/pipelines/unclip/text_proj.py
+1
-1
src/diffusers/pipelines/wuerstchen/modeling_paella_vq_model.py
...iffusers/pipelines/wuerstchen/modeling_paella_vq_model.py
+1
-1
No files found.
src/diffusers/pipelines/stable_diffusion_k_diffusion/pipeline_stable_diffusion_k_diffusion.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_diffusion_k_diffusion/pipeline_stable_diffusion_xl_k_diffusion.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_diffusion_ldm3d/pipeline_stable_diffusion_ldm3d.py
View file @
30e5e81d
# Copyright 202
3
The Intel Labs Team Authors and the HuggingFace Team. All rights reserved.
# Copyright 202
4
The Intel Labs Team Authors and the HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_diffusion_panorama/pipeline_stable_diffusion_panorama.py
View file @
30e5e81d
# Copyright 202
3
MultiDiffusion Authors and The HuggingFace Team. All rights reserved."
# Copyright 202
4
MultiDiffusion Authors and The HuggingFace Team. All rights reserved."
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
...
...
src/diffusers/pipelines/stable_diffusion_safe/safety_checker.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_diffusion_sag/pipeline_stable_diffusion_sag.py
View file @
30e5e81d
# Copyright 202
3
Susung Hong and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Susung Hong and The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_diffusion_xl/pipeline_flax_stable_diffusion_xl.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_img2img.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_inpaint.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_instruct_pix2pix.py
View file @
30e5e81d
# Copyright 202
3
Harutatsu Akiyama and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Harutatsu Akiyama and The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/stable_video_diffusion/pipeline_stable_video_diffusion.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/t2i_adapter/pipeline_stable_diffusion_adapter.py
View file @
30e5e81d
# Copyright 202
3
TencentARC and The HuggingFace Team. All rights reserved.
# Copyright 202
4
TencentARC and The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/t2i_adapter/pipeline_stable_diffusion_xl_adapter.py
View file @
30e5e81d
# Copyright 202
3
TencentARC and The HuggingFace Team. All rights reserved.
# Copyright 202
4
TencentARC and The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth_img2img.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/unclip/pipeline_unclip.py
View file @
30e5e81d
# Copyright 202
3
Kakao Brain and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Kakao Brain and The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/unclip/pipeline_unclip_image_variation.py
View file @
30e5e81d
# Copyright 202
3
Kakao Brain and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Kakao Brain and The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/unclip/text_proj.py
View file @
30e5e81d
# Copyright 202
3
Kakao Brain and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Kakao Brain and The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/wuerstchen/modeling_paella_vq_model.py
View file @
30e5e81d
# Copyright (c) 2022 Dominic Rampas MIT License
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
Prev
1
…
23
24
25
26
27
28
29
30
31
…
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