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
21 additions
and
21 deletions
+21
-21
src/diffusers/models/embeddings.py
src/diffusers/models/embeddings.py
+1
-1
src/diffusers/models/embeddings_flax.py
src/diffusers/models/embeddings_flax.py
+1
-1
src/diffusers/models/lora.py
src/diffusers/models/lora.py
+1
-1
src/diffusers/models/modeling_flax_pytorch_utils.py
src/diffusers/models/modeling_flax_pytorch_utils.py
+1
-1
src/diffusers/models/modeling_flax_utils.py
src/diffusers/models/modeling_flax_utils.py
+1
-1
src/diffusers/models/modeling_pytorch_flax_utils.py
src/diffusers/models/modeling_pytorch_flax_utils.py
+1
-1
src/diffusers/models/modeling_utils.py
src/diffusers/models/modeling_utils.py
+1
-1
src/diffusers/models/normalization.py
src/diffusers/models/normalization.py
+1
-1
src/diffusers/models/resnet.py
src/diffusers/models/resnet.py
+2
-2
src/diffusers/models/resnet_flax.py
src/diffusers/models/resnet_flax.py
+1
-1
src/diffusers/models/t5_film_transformer.py
src/diffusers/models/t5_film_transformer.py
+1
-1
src/diffusers/models/transformer_2d.py
src/diffusers/models/transformer_2d.py
+1
-1
src/diffusers/models/transformer_temporal.py
src/diffusers/models/transformer_temporal.py
+1
-1
src/diffusers/models/transformers/dual_transformer_2d.py
src/diffusers/models/transformers/dual_transformer_2d.py
+1
-1
src/diffusers/models/transformers/t5_film_transformer.py
src/diffusers/models/transformers/t5_film_transformer.py
+1
-1
src/diffusers/models/transformers/transformer_2d.py
src/diffusers/models/transformers/transformer_2d.py
+1
-1
src/diffusers/models/transformers/transformer_temporal.py
src/diffusers/models/transformers/transformer_temporal.py
+1
-1
src/diffusers/models/unet_1d.py
src/diffusers/models/unet_1d.py
+1
-1
src/diffusers/models/unet_1d_blocks.py
src/diffusers/models/unet_1d_blocks.py
+1
-1
src/diffusers/models/unet_2d.py
src/diffusers/models/unet_2d.py
+1
-1
No files found.
src/diffusers/models/embeddings.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/models/embeddings_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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/lora.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/models/modeling_flax_pytorch_utils.py
View file @
30e5e81d
# 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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/modeling_flax_utils.py
View file @
30e5e81d
# 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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/modeling_pytorch_flax_utils.py
View file @
30e5e81d
# 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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/modeling_utils.py
View file @
30e5e81d
# coding=utf-8
# Copyright 202
3
The HuggingFace Inc. team.
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
src/diffusers/models/normalization.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.
...
...
src/diffusers/models/resnet.py
View file @
30e5e81d
# Copyright 202
3
The HuggingFace Team. All rights reserved.
# `TemporalConvLayer` Copyright 202
3
Alibaba DAMO-VILAB, The ModelScope Team and The HuggingFace Team. All rights reserved.
# Copyright 202
4
The HuggingFace Team. All rights reserved.
# `TemporalConvLayer` Copyright 202
4
Alibaba DAMO-VILAB, The ModelScope Team 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/models/resnet_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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/t5_film_transformer.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/models/transformer_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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/transformer_temporal.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/models/transformers/dual_transformer_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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/transformers/t5_film_transformer.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/models/transformers/transformer_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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/transformers/transformer_temporal.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/models/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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/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");
# you may not use this file except in compliance with the License.
...
...
Prev
1
…
16
17
18
19
20
21
22
23
24
…
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