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
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
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
src/diffusers/schedulers/scheduling_sde_ve_flax.py
src/diffusers/schedulers/scheduling_sde_ve_flax.py
+1
-1
src/diffusers/schedulers/scheduling_sde_vp.py
src/diffusers/schedulers/scheduling_sde_vp.py
+1
-1
src/diffusers/schedulers/scheduling_unclip.py
src/diffusers/schedulers/scheduling_unclip.py
+1
-1
src/diffusers/schedulers/scheduling_unipc_multistep.py
src/diffusers/schedulers/scheduling_unipc_multistep.py
+1
-1
src/diffusers/schedulers/scheduling_utils.py
src/diffusers/schedulers/scheduling_utils.py
+1
-1
src/diffusers/schedulers/scheduling_utils_flax.py
src/diffusers/schedulers/scheduling_utils_flax.py
+1
-1
src/diffusers/schedulers/scheduling_vq_diffusion.py
src/diffusers/schedulers/scheduling_vq_diffusion.py
+1
-1
src/diffusers/utils/__init__.py
src/diffusers/utils/__init__.py
+1
-1
src/diffusers/utils/constants.py
src/diffusers/utils/constants.py
+1
-1
src/diffusers/utils/doc_utils.py
src/diffusers/utils/doc_utils.py
+1
-1
src/diffusers/utils/dynamic_modules_utils.py
src/diffusers/utils/dynamic_modules_utils.py
+1
-1
src/diffusers/utils/hub_utils.py
src/diffusers/utils/hub_utils.py
+1
-1
src/diffusers/utils/import_utils.py
src/diffusers/utils/import_utils.py
+1
-1
src/diffusers/utils/logging.py
src/diffusers/utils/logging.py
+1
-1
src/diffusers/utils/outputs.py
src/diffusers/utils/outputs.py
+1
-1
src/diffusers/utils/torch_utils.py
src/diffusers/utils/torch_utils.py
+1
-1
tests/conftest.py
tests/conftest.py
+1
-1
tests/fixtures/custom_pipeline/pipeline.py
tests/fixtures/custom_pipeline/pipeline.py
+1
-1
tests/fixtures/custom_pipeline/what_ever.py
tests/fixtures/custom_pipeline/what_ever.py
+1
-1
tests/models/test_models_unet_1d.py
tests/models/test_models_unet_1d.py
+1
-1
No files found.
src/diffusers/schedulers/scheduling_sde_ve_flax.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");
# 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.
...
...
src/diffusers/schedulers/scheduling_sde_vp.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");
# 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.
...
...
src/diffusers/schedulers/scheduling_unclip.py
View file @
eadf0e25
# Copyright 202
2
Kakao Brain and The HuggingFace Team. All rights reserved.
# Copyright 202
3
Kakao Brain and The HuggingFace 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.
...
...
src/diffusers/schedulers/scheduling_unipc_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");
# 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.
...
...
src/diffusers/schedulers/scheduling_utils.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Team. All rights reserved.
# Copyright 202
3
The HuggingFace 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.
...
...
src/diffusers/schedulers/scheduling_utils_flax.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Team. All rights reserved.
# Copyright 202
3
The HuggingFace 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.
...
...
src/diffusers/schedulers/scheduling_vq_diffusion.py
View file @
eadf0e25
# Copyright 202
2
Microsoft and The HuggingFace Team. All rights reserved.
# Copyright 202
3
Microsoft and The HuggingFace 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.
...
...
src/diffusers/utils/__init__.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Inc. team. All rights reserved.
# Copyright 202
3
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.
...
...
src/diffusers/utils/constants.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Inc. team. All rights reserved.
# Copyright 202
3
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.
...
...
src/diffusers/utils/doc_utils.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Team. All rights reserved.
# Copyright 202
3
The HuggingFace 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.
...
...
src/diffusers/utils/dynamic_modules_utils.py
View file @
eadf0e25
# coding=utf-8
# coding=utf-8
# Copyright 202
2
The HuggingFace Inc. team.
# Copyright 202
3
The HuggingFace Inc. team.
#
#
# 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.
...
...
src/diffusers/utils/hub_utils.py
View file @
eadf0e25
# coding=utf-8
# coding=utf-8
# Copyright 202
2
The HuggingFace Inc. team.
# Copyright 202
3
The HuggingFace Inc. team.
#
#
# 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.
...
...
src/diffusers/utils/import_utils.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Team. All rights reserved.
# Copyright 202
3
The HuggingFace 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.
...
...
src/diffusers/utils/logging.py
View file @
eadf0e25
# coding=utf-8
# coding=utf-8
# Copyright 202
2
Optuna, Hugging Face
# Copyright 202
3
Optuna, Hugging Face
#
#
# 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.
...
...
src/diffusers/utils/outputs.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Team. All rights reserved.
# Copyright 202
3
The HuggingFace 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.
...
...
src/diffusers/utils/torch_utils.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Team. All rights reserved.
# Copyright 202
3
The HuggingFace 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.
...
...
tests/conftest.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Team. All rights reserved.
# Copyright 202
3
The HuggingFace 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.
...
...
tests/fixtures/custom_pipeline/pipeline.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Team. All rights reserved.
# Copyright 202
3
The HuggingFace 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.
...
...
tests/fixtures/custom_pipeline/what_ever.py
View file @
eadf0e25
# Copyright 202
2
The HuggingFace Team. All rights reserved.
# Copyright 202
3
The HuggingFace 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.
...
...
tests/models/test_models_unet_1d.py
View file @
eadf0e25
# coding=utf-8
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
#
# 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
…
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