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/dreambooth/train_dreambooth_lora_sana.py
examples/dreambooth/train_dreambooth_lora_sana.py
+1
-1
examples/dreambooth/train_dreambooth_lora_sd3.py
examples/dreambooth/train_dreambooth_lora_sd3.py
+1
-1
examples/dreambooth/train_dreambooth_lora_sdxl.py
examples/dreambooth/train_dreambooth_lora_sdxl.py
+1
-1
examples/dreambooth/train_dreambooth_sd3.py
examples/dreambooth/train_dreambooth_sd3.py
+1
-1
examples/flux-control/train_control_flux.py
examples/flux-control/train_control_flux.py
+1
-1
examples/flux-control/train_control_lora_flux.py
examples/flux-control/train_control_lora_flux.py
+1
-1
examples/instruct_pix2pix/train_instruct_pix2pix.py
examples/instruct_pix2pix/train_instruct_pix2pix.py
+1
-1
examples/kandinsky2_2/text_to_image/train_text_to_image_decoder.py
...kandinsky2_2/text_to_image/train_text_to_image_decoder.py
+1
-1
examples/kandinsky2_2/text_to_image/train_text_to_image_lora_decoder.py
...nsky2_2/text_to_image/train_text_to_image_lora_decoder.py
+1
-1
examples/kandinsky2_2/text_to_image/train_text_to_image_lora_prior.py
...dinsky2_2/text_to_image/train_text_to_image_lora_prior.py
+1
-1
examples/kandinsky2_2/text_to_image/train_text_to_image_prior.py
...s/kandinsky2_2/text_to_image/train_text_to_image_prior.py
+1
-1
examples/research_projects/consistency_training/train_cm_ct_unconditional.py
...rojects/consistency_training/train_cm_ct_unconditional.py
+1
-1
examples/research_projects/controlnet/train_controlnet_webdataset.py
...search_projects/controlnet/train_controlnet_webdataset.py
+1
-1
examples/research_projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora.py
...projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora.py
+1
-1
examples/research_projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora_wds.py
...ects/diffusion_orpo/train_diffusion_orpo_sdxl_lora_wds.py
+1
-1
examples/research_projects/flux_lora_quantization/compute_embeddings.py
...rch_projects/flux_lora_quantization/compute_embeddings.py
+1
-1
examples/research_projects/flux_lora_quantization/train_dreambooth_lora_flux_miniature.py
...lora_quantization/train_dreambooth_lora_flux_miniature.py
+1
-1
examples/research_projects/instructpix2pix_lora/train_instruct_pix2pix_lora.py
...jects/instructpix2pix_lora/train_instruct_pix2pix_lora.py
+1
-1
examples/research_projects/lora/train_text_to_image_lora.py
examples/research_projects/lora/train_text_to_image_lora.py
+1
-1
examples/research_projects/multi_token_textual_inversion/textual_inversion.py
...ojects/multi_token_textual_inversion/textual_inversion.py
+1
-1
No files found.
examples/dreambooth/train_dreambooth_lora_sana.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/dreambooth/train_dreambooth_lora_sd3.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/dreambooth/train_dreambooth_lora_sdxl.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/dreambooth/train_dreambooth_sd3.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/flux-control/train_control_flux.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/flux-control/train_control_lora_flux.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/instruct_pix2pix/train_instruct_pix2pix.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/kandinsky2_2/text_to_image/train_text_to_image_decoder.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/kandinsky2_2/text_to_image/train_text_to_image_lora_decoder.py
View file @
4ace7d04
# coding=utf-8
# 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");
# 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.
...
...
examples/kandinsky2_2/text_to_image/train_text_to_image_lora_prior.py
View file @
4ace7d04
# coding=utf-8
# 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");
# 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.
...
...
examples/kandinsky2_2/text_to_image/train_text_to_image_prior.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/research_projects/consistency_training/train_cm_ct_unconditional.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/research_projects/controlnet/train_controlnet_webdataset.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/research_projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/research_projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora_wds.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/research_projects/flux_lora_quantization/compute_embeddings.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/research_projects/flux_lora_quantization/train_dreambooth_lora_flux_miniature.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/research_projects/instructpix2pix_lora/train_instruct_pix2pix_lora.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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.
...
...
examples/research_projects/lora/train_text_to_image_lora.py
View file @
4ace7d04
# coding=utf-8
# 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");
# 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.
...
...
examples/research_projects/multi_token_textual_inversion/textual_inversion.py
View file @
4ace7d04
#!/usr/bin/env python
#!/usr/bin/env python
# coding=utf-8
# 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");
# 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
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