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
OpenDAS
diffusers
Commits
30e5e81d
"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "0e0d9feefab1b51aaab9dfd70132e93c0b6964e5"
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
21 additions
and
21 deletions
+21
-21
src/diffusers/models/unet_2d_blocks.py
src/diffusers/models/unet_2d_blocks.py
+1
-1
src/diffusers/models/unet_2d_condition.py
src/diffusers/models/unet_2d_condition.py
+1
-1
src/diffusers/models/unets/unet_1d.py
src/diffusers/models/unets/unet_1d.py
+1
-1
src/diffusers/models/unets/unet_1d_blocks.py
src/diffusers/models/unets/unet_1d_blocks.py
+1
-1
src/diffusers/models/unets/unet_2d.py
src/diffusers/models/unets/unet_2d.py
+1
-1
src/diffusers/models/unets/unet_2d_blocks.py
src/diffusers/models/unets/unet_2d_blocks.py
+1
-1
src/diffusers/models/unets/unet_2d_blocks_flax.py
src/diffusers/models/unets/unet_2d_blocks_flax.py
+1
-1
src/diffusers/models/unets/unet_2d_condition.py
src/diffusers/models/unets/unet_2d_condition.py
+1
-1
src/diffusers/models/unets/unet_2d_condition_flax.py
src/diffusers/models/unets/unet_2d_condition_flax.py
+1
-1
src/diffusers/models/unets/unet_3d_blocks.py
src/diffusers/models/unets/unet_3d_blocks.py
+1
-1
src/diffusers/models/unets/unet_3d_condition.py
src/diffusers/models/unets/unet_3d_condition.py
+2
-2
src/diffusers/models/unets/unet_i2vgen_xl.py
src/diffusers/models/unets/unet_i2vgen_xl.py
+1
-1
src/diffusers/models/unets/unet_kandinsky3.py
src/diffusers/models/unets/unet_kandinsky3.py
+1
-1
src/diffusers/models/unets/unet_motion_model.py
src/diffusers/models/unets/unet_motion_model.py
+1
-1
src/diffusers/models/unets/uvit_2d.py
src/diffusers/models/unets/uvit_2d.py
+1
-1
src/diffusers/models/upsampling.py
src/diffusers/models/upsampling.py
+1
-1
src/diffusers/models/vae_flax.py
src/diffusers/models/vae_flax.py
+1
-1
src/diffusers/models/vq_model.py
src/diffusers/models/vq_model.py
+1
-1
src/diffusers/optimization.py
src/diffusers/optimization.py
+1
-1
src/diffusers/pipelines/amused/pipeline_amused.py
src/diffusers/pipelines/amused/pipeline_amused.py
+1
-1
No files found.
src/diffusers/models/unet_2d_blocks.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");
# 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.
...
...
src/diffusers/models/unet_2d_condition.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");
# 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.
...
...
src/diffusers/models/unets/unet_1d.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");
# 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.
...
...
src/diffusers/models/unets/unet_1d_blocks.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");
# 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.
...
...
src/diffusers/models/unets/unet_2d.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");
# 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.
...
...
src/diffusers/models/unets/unet_2d_blocks.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");
# 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.
...
...
src/diffusers/models/unets/unet_2d_blocks_flax.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");
# 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.
...
...
src/diffusers/models/unets/unet_2d_condition.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");
# 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.
...
...
src/diffusers/models/unets/unet_2d_condition_flax.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");
# 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.
...
...
src/diffusers/models/unets/unet_3d_blocks.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");
# 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.
...
...
src/diffusers/models/unets/unet_3d_condition.py
View file @
30e5e81d
# Copyright 202
3
Alibaba DAMO-VILAB and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Alibaba DAMO-VILAB and The HuggingFace Team. All rights reserved.
# Copyright 202
3
The ModelScope Team.
# Copyright 202
4
The ModelScope Team.
#
#
# 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.
...
...
src/diffusers/models/unets/unet_i2vgen_xl.py
View file @
30e5e81d
# Copyright 202
3
Alibaba DAMO-VILAB and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Alibaba DAMO-VILAB and The HuggingFace Team. All rights reserved.
#
#
# 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.
...
...
src/diffusers/models/unets/unet_kandinsky3.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");
# 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.
...
...
src/diffusers/models/unets/unet_motion_model.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");
# 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.
...
...
src/diffusers/models/unets/uvit_2d.py
View file @
30e5e81d
# coding=utf-8
# coding=utf-8
# Copyright 202
3
The HuggingFace Inc. team.
# Copyright 202
4
The HuggingFace Inc. team.
#
#
# 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.
...
...
src/diffusers/models/upsampling.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");
# 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.
...
...
src/diffusers/models/vae_flax.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");
# 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.
...
...
src/diffusers/models/vq_model.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");
# 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.
...
...
src/diffusers/optimization.py
View file @
30e5e81d
# coding=utf-8
# coding=utf-8
# Copyright 202
3
The HuggingFace Inc. team.
# Copyright 202
4
The HuggingFace Inc. team.
#
#
# 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.
...
...
src/diffusers/pipelines/amused/pipeline_amused.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");
# 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
…
17
18
19
20
21
22
23
24
25
…
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