Datasets:

ArXiv:
diffusers-benchmarking-bot commited on
Commit
6bfe866
·
verified ·
1 Parent(s): a361db9

Upload folder using huggingface_hub

Browse files
Files changed (48) hide show
  1. main/composable_stable_diffusion.py +1 -1
  2. main/dps_pipeline.py +1 -1
  3. main/fresco_v2v.py +1 -1
  4. main/instaflow_one_step.py +1 -1
  5. main/ip_adapter_face_id.py +1 -1
  6. main/kohya_hires_fix.py +1 -1
  7. main/latent_consistency_img2img.py +1 -1
  8. main/latent_consistency_txt2img.py +1 -1
  9. main/llm_grounded_diffusion.py +1 -1
  10. main/marigold_depth_estimation.py +2 -2
  11. main/matryoshka.py +1 -1
  12. main/pipeline_animatediff_controlnet.py +1 -1
  13. main/pipeline_animatediff_img2video.py +1 -1
  14. main/pipeline_animatediff_ipex.py +1 -1
  15. main/pipeline_controlnet_xl_kolors.py +1 -1
  16. main/pipeline_controlnet_xl_kolors_img2img.py +1 -1
  17. main/pipeline_controlnet_xl_kolors_inpaint.py +1 -1
  18. main/pipeline_fabric.py +1 -1
  19. main/pipeline_flux_differential_img2img.py +1 -1
  20. main/pipeline_flux_rf_inversion.py +1 -1
  21. main/pipeline_flux_semantic_guidance.py +1 -1
  22. main/pipeline_flux_with_cfg.py +1 -1
  23. main/pipeline_hunyuandit_differential_img2img.py +1 -1
  24. main/pipeline_kolors_differential_img2img.py +1 -1
  25. main/pipeline_kolors_inpainting.py +1 -1
  26. main/pipeline_prompt2prompt.py +1 -1
  27. main/pipeline_sdxl_style_aligned.py +1 -1
  28. main/pipeline_stable_diffusion_3_differential_img2img.py +1 -1
  29. main/pipeline_stable_diffusion_3_instruct_pix2pix.py +1 -1
  30. main/pipeline_stable_diffusion_boxdiff.py +1 -1
  31. main/pipeline_stable_diffusion_upscale_ldm3d.py +1 -1
  32. main/pipeline_stable_diffusion_xl_attentive_eraser.py +1 -1
  33. main/pipeline_stable_diffusion_xl_controlnet_adapter.py +1 -1
  34. main/pipeline_stable_diffusion_xl_controlnet_adapter_inpaint.py +1 -1
  35. main/pipeline_stable_diffusion_xl_differential_img2img.py +1 -1
  36. main/pipeline_stable_diffusion_xl_instandid_img2img.py +1 -1
  37. main/pipeline_stable_diffusion_xl_instantid.py +1 -1
  38. main/pipeline_stg_cogvideox.py +1 -1
  39. main/pipeline_stg_hunyuan_video.py +1 -1
  40. main/pipeline_stg_ltx.py +1 -1
  41. main/pipeline_stg_ltx_image2video.py +1 -1
  42. main/pipeline_stg_mochi.py +1 -1
  43. main/rerender_a_video.py +1 -1
  44. main/scheduling_ufogen.py +1 -1
  45. main/sd_text2img_k_diffusion.py +1 -1
  46. main/stable_diffusion_ipex.py +1 -1
  47. main/stable_diffusion_repaint.py +1 -1
  48. main/tiled_upscaling.py +1 -1
main/composable_stable_diffusion.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/dps_pipeline.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/fresco_v2v.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/instaflow_one_step.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/ip_adapter_face_id.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/kohya_hires_fix.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/latent_consistency_img2img.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Stanford University Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Stanford University Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/latent_consistency_txt2img.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Stanford University Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Stanford University Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/llm_grounded_diffusion.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Long Lian, the GLIGEN Authors, and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Long Lian, the GLIGEN Authors, and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/marigold_depth_estimation.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Bingxin Ke, ETH Zurich and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ from diffusers.utils import BaseOutput, check_min_version
43
 
44
 
45
  # Will error if the minimal version of diffusers is not installed. Remove at your own risks.
46
- check_min_version("0.34.0.dev0")
47
 
48
 
49
  class MarigoldDepthOutput(BaseOutput):
 
1
+ # Copyright 2025 Bingxin Ke, ETH Zurich and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
43
 
44
 
45
  # Will error if the minimal version of diffusers is not installed. Remove at your own risks.
46
+ check_min_version("0.35.0.dev0")
47
 
48
 
49
  class MarigoldDepthOutput(BaseOutput):
main/matryoshka.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_animatediff_controlnet.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_animatediff_img2video.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_animatediff_ipex.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_controlnet_xl_kolors.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_controlnet_xl_kolors_img2img.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_controlnet_xl_kolors_inpaint.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_fabric.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 FABRIC authors and the HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 FABRIC authors and the HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_flux_differential_img2img.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Black Forest Labs and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Black Forest Labs and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_flux_rf_inversion.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Black Forest Labs and The HuggingFace Team. All rights reserved.
2
  # modeled after RF Inversion: https://rf-inversion.github.io/, authored by Litu Rout, Yujia Chen, Nataniel Ruiz,
3
  # Constantine Caramanis, Sanjay Shakkottai and Wen-Sheng Chu.
4
  #
 
1
+ # Copyright 2025 Black Forest Labs and The HuggingFace Team. All rights reserved.
2
  # modeled after RF Inversion: https://rf-inversion.github.io/, authored by Litu Rout, Yujia Chen, Nataniel Ruiz,
3
  # Constantine Caramanis, Sanjay Shakkottai and Wen-Sheng Chu.
4
  #
main/pipeline_flux_semantic_guidance.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Black Forest Labs and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Black Forest Labs and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_flux_with_cfg.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Black Forest Labs and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Black Forest Labs and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_hunyuandit_differential_img2img.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 HunyuanDiT Authors and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 HunyuanDiT Authors and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_kolors_differential_img2img.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Stability AI, Kwai-Kolors Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Stability AI, Kwai-Kolors Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_kolors_inpainting.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_prompt2prompt.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_sdxl_style_aligned.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_3_differential_img2img.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Stability AI and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Stability AI and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_3_instruct_pix2pix.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Stability AI, The HuggingFace Team and The InstantX Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Stability AI, The HuggingFace Team and The InstantX Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_boxdiff.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Jingyang Zhang and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Jingyang Zhang and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_upscale_ldm3d.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The Intel Labs Team Authors and the HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The Intel Labs Team Authors and the HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_xl_attentive_eraser.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_xl_controlnet_adapter.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 TencentARC and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 TencentARC and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_xl_controlnet_adapter_inpaint.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Jake Babbidge, TencentARC and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Jake Babbidge, TencentARC and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_xl_differential_img2img.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_xl_instandid_img2img.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The InstantX Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The InstantX Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stable_diffusion_xl_instantid.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The InstantX Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The InstantX Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stg_cogvideox.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The CogVideoX team, Tsinghua University & ZhipuAI and The HuggingFace Team.
2
  # All rights reserved.
3
  #
4
  # Licensed under the Apache License, Version 2.0 (the "License");
 
1
+ # Copyright 2025 The CogVideoX team, Tsinghua University & ZhipuAI and The HuggingFace Team.
2
  # All rights reserved.
3
  #
4
  # Licensed under the Apache License, Version 2.0 (the "License");
main/pipeline_stg_hunyuan_video.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HunyuanVideo Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HunyuanVideo Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stg_ltx.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Lightricks and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Lightricks and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stg_ltx_image2video.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Lightricks and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Lightricks and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/pipeline_stg_mochi.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Genmo and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Genmo and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/rerender_a_video.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/scheduling_ufogen.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 UC Berkeley Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 UC Berkeley Team and The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/sd_text2img_k_diffusion.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/stable_diffusion_ipex.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/stable_diffusion_repaint.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 The HuggingFace Team. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
main/tiled_upscaling.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2024 Peter Willemsen <peter@codebuffet.co>. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
1
+ # Copyright 2025 Peter Willemsen <peter@codebuffet.co>. All rights reserved.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.