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
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
tests/models/test_models_unet_2d.py
tests/models/test_models_unet_2d.py
+1
-1
tests/models/test_models_unet_2d_condition.py
tests/models/test_models_unet_2d_condition.py
+1
-1
tests/models/test_models_vae.py
tests/models/test_models_vae.py
+1
-1
tests/models/test_models_vq.py
tests/models/test_models_vq.py
+1
-1
tests/pipelines/altdiffusion/test_alt_diffusion.py
tests/pipelines/altdiffusion/test_alt_diffusion.py
+1
-1
tests/pipelines/altdiffusion/test_alt_diffusion_img2img.py
tests/pipelines/altdiffusion/test_alt_diffusion_img2img.py
+1
-1
tests/pipelines/audio_diffusion/test_audio_diffusion.py
tests/pipelines/audio_diffusion/test_audio_diffusion.py
+1
-1
tests/pipelines/dance_diffusion/test_dance_diffusion.py
tests/pipelines/dance_diffusion/test_dance_diffusion.py
+1
-1
tests/pipelines/ddim/test_ddim.py
tests/pipelines/ddim/test_ddim.py
+1
-1
tests/pipelines/ddpm/test_ddpm.py
tests/pipelines/ddpm/test_ddpm.py
+1
-1
tests/pipelines/dit/test_dit.py
tests/pipelines/dit/test_dit.py
+1
-1
tests/pipelines/karras_ve/test_karras_ve.py
tests/pipelines/karras_ve/test_karras_ve.py
+1
-1
tests/pipelines/latent_diffusion/test_latent_diffusion.py
tests/pipelines/latent_diffusion/test_latent_diffusion.py
+1
-1
tests/pipelines/latent_diffusion/test_latent_diffusion_superresolution.py
...latent_diffusion/test_latent_diffusion_superresolution.py
+1
-1
tests/pipelines/latent_diffusion/test_latent_diffusion_uncond.py
...ipelines/latent_diffusion/test_latent_diffusion_uncond.py
+1
-1
tests/pipelines/paint_by_example/test_paint_by_example.py
tests/pipelines/paint_by_example/test_paint_by_example.py
+1
-1
tests/pipelines/pndm/test_pndm.py
tests/pipelines/pndm/test_pndm.py
+1
-1
tests/pipelines/repaint/test_repaint.py
tests/pipelines/repaint/test_repaint.py
+1
-1
tests/pipelines/score_sde_ve/test_score_sde_ve.py
tests/pipelines/score_sde_ve/test_score_sde_ve.py
+1
-1
tests/pipelines/semantic_stable_diffusion/test_semantic_diffusion.py
...ines/semantic_stable_diffusion/test_semantic_diffusion.py
+1
-1
No files found.
tests/models/test_models_unet_2d.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/test_models_unet_2d_condition.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/test_models_vae.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/models/test_models_vq.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/altdiffusion/test_alt_diffusion.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/altdiffusion/test_alt_diffusion_img2img.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/audio_diffusion/test_audio_diffusion.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/dance_diffusion/test_dance_diffusion.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/ddim/test_ddim.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/ddpm/test_ddpm.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/dit/test_dit.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/karras_ve/test_karras_ve.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/latent_diffusion/test_latent_diffusion.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/latent_diffusion/test_latent_diffusion_superresolution.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/latent_diffusion/test_latent_diffusion_uncond.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/paint_by_example/test_paint_by_example.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/pndm/test_pndm.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/repaint/test_repaint.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/score_sde_ve/test_score_sde_ve.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tests/pipelines/semantic_stable_diffusion/test_semantic_diffusion.py
View file @
eadf0e25
# coding=utf-8
# Copyright 202
2
HuggingFace Inc.
# Copyright 202
3
HuggingFace Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
Prev
1
…
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