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
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
examples/research_projects/onnxruntime/text_to_image/train_text_to_image.py
...projects/onnxruntime/text_to_image/train_text_to_image.py
+1
-1
examples/research_projects/onnxruntime/textual_inversion/textual_inversion.py
...ojects/onnxruntime/textual_inversion/textual_inversion.py
+1
-1
examples/research_projects/scheduled_huber_loss_training/dreambooth/train_dreambooth.py
...eduled_huber_loss_training/dreambooth/train_dreambooth.py
+1
-1
examples/research_projects/scheduled_huber_loss_training/dreambooth/train_dreambooth_lora.py
...d_huber_loss_training/dreambooth/train_dreambooth_lora.py
+1
-1
examples/research_projects/scheduled_huber_loss_training/dreambooth/train_dreambooth_lora_sdxl.py
...er_loss_training/dreambooth/train_dreambooth_lora_sdxl.py
+1
-1
examples/research_projects/scheduled_huber_loss_training/text_to_image/train_text_to_image.py
..._huber_loss_training/text_to_image/train_text_to_image.py
+1
-1
examples/research_projects/scheduled_huber_loss_training/text_to_image/train_text_to_image_lora.py
...r_loss_training/text_to_image/train_text_to_image_lora.py
+1
-1
examples/research_projects/scheduled_huber_loss_training/text_to_image/train_text_to_image_lora_sdxl.py
...s_training/text_to_image/train_text_to_image_lora_sdxl.py
+1
-1
examples/research_projects/scheduled_huber_loss_training/text_to_image/train_text_to_image_sdxl.py
...r_loss_training/text_to_image/train_text_to_image_sdxl.py
+1
-1
examples/research_projects/sd3_lora_colab/compute_embeddings.py
...es/research_projects/sd3_lora_colab/compute_embeddings.py
+1
-1
examples/research_projects/sd3_lora_colab/train_dreambooth_lora_sd3_miniature.py
...cts/sd3_lora_colab/train_dreambooth_lora_sd3_miniature.py
+1
-1
examples/research_projects/vae/vae_roundtrip.py
examples/research_projects/vae/vae_roundtrip.py
+1
-1
examples/research_projects/wuerstchen/text_to_image/train_text_to_image_lora_prior.py
...uerstchen/text_to_image/train_text_to_image_lora_prior.py
+1
-1
examples/research_projects/wuerstchen/text_to_image/train_text_to_image_prior.py
...cts/wuerstchen/text_to_image/train_text_to_image_prior.py
+1
-1
examples/t2i_adapter/train_t2i_adapter_sdxl.py
examples/t2i_adapter/train_t2i_adapter_sdxl.py
+1
-1
examples/text_to_image/test_text_to_image.py
examples/text_to_image/test_text_to_image.py
+1
-1
examples/text_to_image/test_text_to_image_lora.py
examples/text_to_image/test_text_to_image_lora.py
+1
-1
examples/text_to_image/train_text_to_image.py
examples/text_to_image/train_text_to_image.py
+1
-1
examples/text_to_image/train_text_to_image_flax.py
examples/text_to_image/train_text_to_image_flax.py
+1
-1
examples/text_to_image/train_text_to_image_lora.py
examples/text_to_image/train_text_to_image_lora.py
+1
-1
No files found.
examples/research_projects/onnxruntime/text_to_image/train_text_to_image.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/onnxruntime/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.
...
...
examples/research_projects/scheduled_huber_loss_training/dreambooth/train_dreambooth.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/scheduled_huber_loss_training/dreambooth/train_dreambooth_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/scheduled_huber_loss_training/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/research_projects/scheduled_huber_loss_training/text_to_image/train_text_to_image.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/scheduled_huber_loss_training/text_to_image/train_text_to_image_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/scheduled_huber_loss_training/text_to_image/train_text_to_image_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/research_projects/scheduled_huber_loss_training/text_to_image/train_text_to_image_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/research_projects/sd3_lora_colab/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/sd3_lora_colab/train_dreambooth_lora_sd3_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/vae/vae_roundtrip.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/wuerstchen/text_to_image/train_text_to_image_lora_prior.py
View file @
4ace7d04
# 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/wuerstchen/text_to_image/train_text_to_image_prior.py
View file @
4ace7d04
# 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/t2i_adapter/train_t2i_adapter_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/text_to_image/test_text_to_image.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/text_to_image/test_text_to_image_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/text_to_image/train_text_to_image.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/text_to_image/train_text_to_image_flax.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/text_to_image/train_text_to_image_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.
...
...
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