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/models/unet_2d_condition.py
src/diffusers/models/unet_2d_condition.py
+1
-1
src/diffusers/models/unet_2d_condition_flax.py
src/diffusers/models/unet_2d_condition_flax.py
+1
-1
src/diffusers/models/vae.py
src/diffusers/models/vae.py
+1
-1
src/diffusers/models/vae_flax.py
src/diffusers/models/vae_flax.py
+1
-1
src/diffusers/models/vq_model.py
src/diffusers/models/vq_model.py
+1
-1
src/diffusers/optimization.py
src/diffusers/optimization.py
+1
-1
src/diffusers/pipeline_utils.py
src/diffusers/pipeline_utils.py
+1
-1
src/diffusers/pipelines/alt_diffusion/pipeline_alt_diffusion.py
...ffusers/pipelines/alt_diffusion/pipeline_alt_diffusion.py
+1
-1
src/diffusers/pipelines/alt_diffusion/pipeline_alt_diffusion_img2img.py
...pipelines/alt_diffusion/pipeline_alt_diffusion_img2img.py
+1
-1
src/diffusers/pipelines/audio_diffusion/mel.py
src/diffusers/pipelines/audio_diffusion/mel.py
+1
-1
src/diffusers/pipelines/audio_diffusion/pipeline_audio_diffusion.py
...ers/pipelines/audio_diffusion/pipeline_audio_diffusion.py
+1
-1
src/diffusers/pipelines/dance_diffusion/pipeline_dance_diffusion.py
...ers/pipelines/dance_diffusion/pipeline_dance_diffusion.py
+1
-1
src/diffusers/pipelines/ddim/pipeline_ddim.py
src/diffusers/pipelines/ddim/pipeline_ddim.py
+1
-1
src/diffusers/pipelines/ddpm/pipeline_ddpm.py
src/diffusers/pipelines/ddpm/pipeline_ddpm.py
+1
-1
src/diffusers/pipelines/dit/pipeline_dit.py
src/diffusers/pipelines/dit/pipeline_dit.py
+1
-1
src/diffusers/pipelines/latent_diffusion/pipeline_latent_diffusion.py
...s/pipelines/latent_diffusion/pipeline_latent_diffusion.py
+1
-1
src/diffusers/pipelines/latent_diffusion_uncond/pipeline_latent_diffusion_uncond.py
...tent_diffusion_uncond/pipeline_latent_diffusion_uncond.py
+1
-1
src/diffusers/pipelines/onnx_utils.py
src/diffusers/pipelines/onnx_utils.py
+1
-1
src/diffusers/pipelines/paint_by_example/image_encoder.py
src/diffusers/pipelines/paint_by_example/image_encoder.py
+1
-1
src/diffusers/pipelines/paint_by_example/pipeline_paint_by_example.py
...s/pipelines/paint_by_example/pipeline_paint_by_example.py
+1
-1
No files found.
src/diffusers/models/unet_2d_condition.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/unet_2d_condition_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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/vae.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/vae_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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/models/vq_model.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/optimization.py
View file @
eadf0e25
# 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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipeline_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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/alt_diffusion/pipeline_alt_diffusion.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/alt_diffusion/pipeline_alt_diffusion_img2img.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/audio_diffusion/mel.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/audio_diffusion/pipeline_audio_diffusion.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/dance_diffusion/pipeline_dance_diffusion.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/ddim/pipeline_ddim.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/ddpm/pipeline_ddpm.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/dit/pipeline_dit.py
View file @
eadf0e25
...
...
@@ -4,7 +4,7 @@
# Copyright (c) 2021 OpenAI
# MIT License
#
# 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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/latent_diffusion/pipeline_latent_diffusion.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/latent_diffusion_uncond/pipeline_latent_diffusion_uncond.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/onnx_utils.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
The HuggingFace Inc. team.
# Copyright 202
3
The HuggingFace Inc. team.
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
src/diffusers/pipelines/paint_by_example/image_encoder.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");
# you may not use this file except in compliance with the License.
...
...
src/diffusers/pipelines/paint_by_example/pipeline_paint_by_example.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");
# you may not use this file except in compliance with the License.
...
...
Prev
1
…
4
5
6
7
8
9
10
11
12
…
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