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
4ace7d04
Unverified
Commit
4ace7d04
authored
Jan 21, 2025
by
Sayak Paul
Committed by
GitHub
Jan 20, 2025
Browse files
[chore] change licensing to 2025 from 2024. (#10615)
change licensing to 2025 from 2024.
parent
75a636da
Changes
117
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
examples/text_to_image/train_text_to_image_lora_sdxl.py
examples/text_to_image/train_text_to_image_lora_sdxl.py
+1
-1
examples/text_to_image/train_text_to_image_sdxl.py
examples/text_to_image/train_text_to_image_sdxl.py
+1
-1
examples/textual_inversion/textual_inversion.py
examples/textual_inversion/textual_inversion.py
+1
-1
examples/textual_inversion/textual_inversion_sdxl.py
examples/textual_inversion/textual_inversion_sdxl.py
+1
-1
examples/vqgan/test_vqgan.py
examples/vqgan/test_vqgan.py
+1
-1
scripts/change_naming_configs_and_checkpoints.py
scripts/change_naming_configs_and_checkpoints.py
+1
-1
scripts/convert_i2vgen_to_diffusers.py
scripts/convert_i2vgen_to_diffusers.py
+1
-1
scripts/convert_ldm_original_checkpoint_to_diffusers.py
scripts/convert_ldm_original_checkpoint_to_diffusers.py
+1
-1
scripts/convert_ms_text_to_video_to_diffusers.py
scripts/convert_ms_text_to_video_to_diffusers.py
+1
-1
scripts/convert_ncsnpp_original_checkpoint_to_diffusers.py
scripts/convert_ncsnpp_original_checkpoint_to_diffusers.py
+1
-1
scripts/convert_original_audioldm2_to_diffusers.py
scripts/convert_original_audioldm2_to_diffusers.py
+1
-1
scripts/convert_original_audioldm_to_diffusers.py
scripts/convert_original_audioldm_to_diffusers.py
+1
-1
scripts/convert_original_controlnet_to_diffusers.py
scripts/convert_original_controlnet_to_diffusers.py
+1
-1
scripts/convert_original_musicldm_to_diffusers.py
scripts/convert_original_musicldm_to_diffusers.py
+1
-1
scripts/convert_original_stable_diffusion_to_diffusers.py
scripts/convert_original_stable_diffusion_to_diffusers.py
+1
-1
scripts/convert_original_t2i_adapter.py
scripts/convert_original_t2i_adapter.py
+1
-1
scripts/convert_versatile_diffusion_to_diffusers.py
scripts/convert_versatile_diffusion_to_diffusers.py
+1
-1
src/diffusers/configuration_utils.py
src/diffusers/configuration_utils.py
+1
-1
src/diffusers/loaders/peft.py
src/diffusers/loaders/peft.py
+1
-1
src/diffusers/loaders/single_file_utils.py
src/diffusers/loaders/single_file_utils.py
+1
-1
No files found.
examples/text_to_image/train_text_to_image_lora_sdxl.py
View file @
4ace7d04
#!/usr/bin/env python
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team. All rights reserved.
# Copyright 202
5
The HuggingFace Inc. 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.
...
...
examples/text_to_image/train_text_to_image_sdxl.py
View file @
4ace7d04
#!/usr/bin/env python
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team. All rights reserved.
# Copyright 202
5
The HuggingFace Inc. 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.
...
...
examples/textual_inversion/textual_inversion.py
View file @
4ace7d04
#!/usr/bin/env python
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team. All rights reserved.
# Copyright 202
5
The HuggingFace Inc. 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.
...
...
examples/textual_inversion/textual_inversion_sdxl.py
View file @
4ace7d04
#!/usr/bin/env python
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team. All rights reserved.
# Copyright 202
5
The HuggingFace Inc. 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.
...
...
examples/vqgan/test_vqgan.py
View file @
4ace7d04
#!/usr/bin/env python
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team. All rights reserved.
# Copyright 202
5
The HuggingFace Inc. 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.
...
...
scripts/change_naming_configs_and_checkpoints.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_i2vgen_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_ldm_original_checkpoint_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_ms_text_to_video_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_ncsnpp_original_checkpoint_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_original_audioldm2_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_original_audioldm_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_original_controlnet_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_original_musicldm_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_original_stable_diffusion_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_original_t2i_adapter.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
scripts/convert_versatile_diffusion_to_diffusers.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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/configuration_utils.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
The HuggingFace Inc. team.
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
src/diffusers/loaders/peft.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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/single_file_utils.py
View file @
4ace7d04
# coding=utf-8
# Copyright 202
4
The HuggingFace Inc. team.
# Copyright 202
5
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.
...
...
Prev
1
2
3
4
5
6
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