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/schedulers/scheduling_dpmsolver_multistep_flax.py
...ffusers/schedulers/scheduling_dpmsolver_multistep_flax.py
+1
-1
src/diffusers/schedulers/scheduling_dpmsolver_multistep_inverse.py
...sers/schedulers/scheduling_dpmsolver_multistep_inverse.py
+1
-1
src/diffusers/schedulers/scheduling_dpmsolver_sde.py
src/diffusers/schedulers/scheduling_dpmsolver_sde.py
+1
-1
src/diffusers/schedulers/scheduling_dpmsolver_singlestep.py
src/diffusers/schedulers/scheduling_dpmsolver_singlestep.py
+1
-1
src/diffusers/schedulers/scheduling_euler_ancestral_discrete.py
...ffusers/schedulers/scheduling_euler_ancestral_discrete.py
+1
-1
src/diffusers/schedulers/scheduling_euler_discrete.py
src/diffusers/schedulers/scheduling_euler_discrete.py
+1
-1
src/diffusers/schedulers/scheduling_euler_discrete_flax.py
src/diffusers/schedulers/scheduling_euler_discrete_flax.py
+1
-1
src/diffusers/schedulers/scheduling_heun_discrete.py
src/diffusers/schedulers/scheduling_heun_discrete.py
+1
-1
src/diffusers/schedulers/scheduling_ipndm.py
src/diffusers/schedulers/scheduling_ipndm.py
+1
-1
src/diffusers/schedulers/scheduling_k_dpm_2_ancestral_discrete.py
...users/schedulers/scheduling_k_dpm_2_ancestral_discrete.py
+1
-1
src/diffusers/schedulers/scheduling_k_dpm_2_discrete.py
src/diffusers/schedulers/scheduling_k_dpm_2_discrete.py
+1
-1
src/diffusers/schedulers/scheduling_karras_ve_flax.py
src/diffusers/schedulers/scheduling_karras_ve_flax.py
+1
-1
src/diffusers/schedulers/scheduling_lcm.py
src/diffusers/schedulers/scheduling_lcm.py
+1
-1
src/diffusers/schedulers/scheduling_lms_discrete.py
src/diffusers/schedulers/scheduling_lms_discrete.py
+1
-1
src/diffusers/schedulers/scheduling_lms_discrete_flax.py
src/diffusers/schedulers/scheduling_lms_discrete_flax.py
+1
-1
src/diffusers/schedulers/scheduling_pndm.py
src/diffusers/schedulers/scheduling_pndm.py
+1
-1
src/diffusers/schedulers/scheduling_pndm_flax.py
src/diffusers/schedulers/scheduling_pndm_flax.py
+1
-1
src/diffusers/schedulers/scheduling_repaint.py
src/diffusers/schedulers/scheduling_repaint.py
+1
-1
src/diffusers/schedulers/scheduling_sasolver.py
src/diffusers/schedulers/scheduling_sasolver.py
+1
-1
src/diffusers/schedulers/scheduling_sde_ve.py
src/diffusers/schedulers/scheduling_sde_ve.py
+1
-1
No files found.
src/diffusers/schedulers/scheduling_dpmsolver_multistep_flax.py
View file @
30e5e81d
# Copyright 202
3
TSAIL Team and The HuggingFace Team. All rights reserved.
# Copyright 202
4
TSAIL Team 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/schedulers/scheduling_dpmsolver_multistep_inverse.py
View file @
30e5e81d
# Copyright 202
3
TSAIL Team and The HuggingFace Team. All rights reserved.
# Copyright 202
4
TSAIL Team 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/schedulers/scheduling_dpmsolver_sde.py
View file @
30e5e81d
# Copyright 202
3
Katherine Crowson, The HuggingFace Team and hlky. All rights reserved.
# Copyright 202
4
Katherine Crowson, The HuggingFace Team and hlky. 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/schedulers/scheduling_dpmsolver_singlestep.py
View file @
30e5e81d
# Copyright 202
3
TSAIL Team and The HuggingFace Team. All rights reserved.
# Copyright 202
4
TSAIL Team 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/schedulers/scheduling_euler_ancestral_discrete.py
View file @
30e5e81d
# Copyright 202
3
Katherine Crowson and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Katherine Crowson 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/schedulers/scheduling_euler_discrete.py
View file @
30e5e81d
# Copyright 202
3
Katherine Crowson and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Katherine Crowson 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/schedulers/scheduling_euler_discrete_flax.py
View file @
30e5e81d
# Copyright 202
3
Katherine Crowson and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Katherine Crowson 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/schedulers/scheduling_heun_discrete.py
View file @
30e5e81d
# Copyright 202
3
Katherine Crowson, The HuggingFace Team and hlky. All rights reserved.
# Copyright 202
4
Katherine Crowson, The HuggingFace Team and hlky. 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/schedulers/scheduling_ipndm.py
View file @
30e5e81d
# Copyright 202
3
Zhejiang University Team and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Zhejiang University Team 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/schedulers/scheduling_k_dpm_2_ancestral_discrete.py
View file @
30e5e81d
# Copyright 202
3
Katherine Crowson, The HuggingFace Team and hlky. All rights reserved.
# Copyright 202
4
Katherine Crowson, The HuggingFace Team and hlky. 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/schedulers/scheduling_k_dpm_2_discrete.py
View file @
30e5e81d
# Copyright 202
3
Katherine Crowson, The HuggingFace Team and hlky. All rights reserved.
# Copyright 202
4
Katherine Crowson, The HuggingFace Team and hlky. 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/schedulers/scheduling_karras_ve_flax.py
View file @
30e5e81d
# Copyright 202
3
NVIDIA and The HuggingFace Team. All rights reserved.
# Copyright 202
4
NVIDIA 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/schedulers/scheduling_lcm.py
View file @
30e5e81d
# Copyright 202
3
Stanford University Team and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Stanford University Team 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/schedulers/scheduling_lms_discrete.py
View file @
30e5e81d
# Copyright 202
3
Katherine Crowson and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Katherine Crowson 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/schedulers/scheduling_lms_discrete_flax.py
View file @
30e5e81d
# Copyright 202
3
Katherine Crowson and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Katherine Crowson 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/schedulers/scheduling_pndm.py
View file @
30e5e81d
# Copyright 202
3
Zhejiang University Team and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Zhejiang University Team 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/schedulers/scheduling_pndm_flax.py
View file @
30e5e81d
# Copyright 202
3
Zhejiang University Team and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Zhejiang University Team 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/schedulers/scheduling_repaint.py
View file @
30e5e81d
# Copyright 202
3
ETH Zurich Computer Vision Lab and The HuggingFace Team. All rights reserved.
# Copyright 202
4
ETH Zurich Computer Vision Lab 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/schedulers/scheduling_sasolver.py
View file @
30e5e81d
# Copyright 202
3
Shuchen Xue, etc. in University of Chinese Academy of Sciences Team and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Shuchen Xue, etc. in University of Chinese Academy of Sciences Team 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/schedulers/scheduling_sde_ve.py
View file @
30e5e81d
# Copyright 202
3
Google Brain and The HuggingFace Team. All rights reserved.
# Copyright 202
4
Google Brain 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.
...
...
Prev
1
…
25
26
27
28
29
30
31
32
33
…
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