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/loaders/single_file.py
src/diffusers/loaders/single_file.py
+1
-1
src/diffusers/loaders/single_file_utils.py
src/diffusers/loaders/single_file_utils.py
+1
-1
src/diffusers/loaders/textual_inversion.py
src/diffusers/loaders/textual_inversion.py
+1
-1
src/diffusers/loaders/unet.py
src/diffusers/loaders/unet.py
+1
-1
src/diffusers/loaders/utils.py
src/diffusers/loaders/utils.py
+1
-1
src/diffusers/models/__init__.py
src/diffusers/models/__init__.py
+1
-1
src/diffusers/models/activations.py
src/diffusers/models/activations.py
+1
-1
src/diffusers/models/attention.py
src/diffusers/models/attention.py
+1
-1
src/diffusers/models/attention_flax.py
src/diffusers/models/attention_flax.py
+1
-1
src/diffusers/models/attention_processor.py
src/diffusers/models/attention_processor.py
+1
-1
src/diffusers/models/autoencoders/autoencoder_asym_kl.py
src/diffusers/models/autoencoders/autoencoder_asym_kl.py
+1
-1
src/diffusers/models/autoencoders/autoencoder_kl.py
src/diffusers/models/autoencoders/autoencoder_kl.py
+1
-1
src/diffusers/models/autoencoders/autoencoder_kl_temporal_decoder.py
...rs/models/autoencoders/autoencoder_kl_temporal_decoder.py
+1
-1
src/diffusers/models/autoencoders/autoencoder_tiny.py
src/diffusers/models/autoencoders/autoencoder_tiny.py
+1
-1
src/diffusers/models/autoencoders/consistency_decoder_vae.py
src/diffusers/models/autoencoders/consistency_decoder_vae.py
+1
-1
src/diffusers/models/autoencoders/vae.py
src/diffusers/models/autoencoders/vae.py
+1
-1
src/diffusers/models/controlnet.py
src/diffusers/models/controlnet.py
+1
-1
src/diffusers/models/controlnet_flax.py
src/diffusers/models/controlnet_flax.py
+1
-1
src/diffusers/models/downsampling.py
src/diffusers/models/downsampling.py
+1
-1
src/diffusers/models/dual_transformer_2d.py
src/diffusers/models/dual_transformer_2d.py
+1
-1
No files found.
src/diffusers/loaders/single_file.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/loaders/single_file_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/loaders/textual_inversion.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/loaders/unet.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/loaders/utils.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/__init__.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/activations.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/attention.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/attention_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/attention_processor.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/autoencoders/autoencoder_asym_kl.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/autoencoders/autoencoder_kl.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/autoencoders/autoencoder_kl_temporal_decoder.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/autoencoders/autoencoder_tiny.py
View file @
30e5e81d
# Copyright 202
3
Ollin Boer Bohan and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Ollin Boer Bohan 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/autoencoders/consistency_decoder_vae.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/autoencoders/vae.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/controlnet.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/controlnet_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/downsampling.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/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.
...
...
Prev
1
…
15
16
17
18
19
20
21
22
23
…
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