Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
eadf0e25
Unverified
Commit
eadf0e25
authored
Mar 01, 2023
by
Patrick von Platen
Committed by
GitHub
Mar 01, 2023
Browse files
[Copyright] 2023 (#2524)
parent
856dad57
Changes
313
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
src/diffusers/schedulers/scheduling_ddpm.py
src/diffusers/schedulers/scheduling_ddpm.py
+1
-1
src/diffusers/schedulers/scheduling_ddpm_flax.py
src/diffusers/schedulers/scheduling_ddpm_flax.py
+1
-1
src/diffusers/schedulers/scheduling_deis_multistep.py
src/diffusers/schedulers/scheduling_deis_multistep.py
+1
-1
src/diffusers/schedulers/scheduling_dpmsolver_multistep.py
src/diffusers/schedulers/scheduling_dpmsolver_multistep.py
+1
-1
src/diffusers/schedulers/scheduling_dpmsolver_multistep_flax.py
...ffusers/schedulers/scheduling_dpmsolver_multistep_flax.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_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.py
src/diffusers/schedulers/scheduling_karras_ve.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_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_sde_ve.py
src/diffusers/schedulers/scheduling_sde_ve.py
+1
-1
No files found.
src/diffusers/schedulers/scheduling_ddpm.py
View file @
eadf0e25
# Copyright 202
2
UC Berkeley Team and The HuggingFace Team. All rights reserved.
# Copyright 202
3
UC Berkeley 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_ddpm_flax.py
View file @
eadf0e25
# Copyright 202
2
UC Berkeley Team and The HuggingFace Team. All rights reserved.
# Copyright 202
3
UC Berkeley 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_deis_multistep.py
View file @
eadf0e25
# Copyright 202
2
FLAIR Lab and The HuggingFace Team. All rights reserved.
# Copyright 202
3
FLAIR 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_dpmsolver_multistep.py
View file @
eadf0e25
# Copyright 202
2
TSAIL Team and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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_flax.py
View file @
eadf0e25
# Copyright 202
2
TSAIL Team and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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_singlestep.py
View file @
eadf0e25
# Copyright 202
2
TSAIL Team and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
Katherine Crowson and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
Katherine Crowson and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
Katherine Crowson, The HuggingFace Team and hlky. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
Zhejiang University Team and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
Katherine Crowson, The HuggingFace Team and hlky. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
Katherine Crowson, The HuggingFace Team and hlky. All rights reserved.
# Copyright 202
3
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.py
View file @
eadf0e25
# Copyright 202
2
NVIDIA and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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_karras_ve_flax.py
View file @
eadf0e25
# Copyright 202
2
NVIDIA and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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_lms_discrete.py
View file @
eadf0e25
# Copyright 202
2
Katherine Crowson and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
Katherine Crowson and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
Zhejiang University Team and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
Zhejiang University Team and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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 @
eadf0e25
# Copyright 202
2
ETH Zurich Computer Vision Lab and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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_sde_ve.py
View file @
eadf0e25
# Copyright 202
2
Google Brain and The HuggingFace Team. All rights reserved.
# Copyright 202
3
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
…
7
8
9
10
11
12
13
14
15
16
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