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
e45c25d0
Unverified
Commit
e45c25d0
authored
Oct 22, 2024
by
Sayak Paul
Committed by
GitHub
Oct 22, 2024
Browse files
post-release 0.31.0 (#9742)
* post-release * style
parent
76c00c72
Changes
46
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
examples/advanced_diffusion_training/train_dreambooth_lora_flux_advanced.py
...diffusion_training/train_dreambooth_lora_flux_advanced.py
+1
-1
examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py
...diffusion_training/train_dreambooth_lora_sd15_advanced.py
+1
-1
examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py
...diffusion_training/train_dreambooth_lora_sdxl_advanced.py
+1
-1
examples/cogvideo/train_cogvideox_image_to_video_lora.py
examples/cogvideo/train_cogvideox_image_to_video_lora.py
+1
-1
examples/cogvideo/train_cogvideox_lora.py
examples/cogvideo/train_cogvideox_lora.py
+1
-1
examples/community/marigold_depth_estimation.py
examples/community/marigold_depth_estimation.py
+1
-1
examples/consistency_distillation/train_lcm_distill_lora_sd_wds.py
...consistency_distillation/train_lcm_distill_lora_sd_wds.py
+1
-1
examples/consistency_distillation/train_lcm_distill_lora_sdxl.py
...s/consistency_distillation/train_lcm_distill_lora_sdxl.py
+1
-1
examples/consistency_distillation/train_lcm_distill_lora_sdxl_wds.py
...nsistency_distillation/train_lcm_distill_lora_sdxl_wds.py
+1
-1
examples/consistency_distillation/train_lcm_distill_sd_wds.py
...ples/consistency_distillation/train_lcm_distill_sd_wds.py
+1
-1
examples/consistency_distillation/train_lcm_distill_sdxl_wds.py
...es/consistency_distillation/train_lcm_distill_sdxl_wds.py
+1
-1
examples/controlnet/train_controlnet.py
examples/controlnet/train_controlnet.py
+1
-1
examples/controlnet/train_controlnet_flax.py
examples/controlnet/train_controlnet_flax.py
+1
-1
examples/controlnet/train_controlnet_flux.py
examples/controlnet/train_controlnet_flux.py
+1
-1
examples/controlnet/train_controlnet_sd3.py
examples/controlnet/train_controlnet_sd3.py
+1
-1
examples/controlnet/train_controlnet_sdxl.py
examples/controlnet/train_controlnet_sdxl.py
+1
-1
examples/custom_diffusion/train_custom_diffusion.py
examples/custom_diffusion/train_custom_diffusion.py
+1
-1
examples/dreambooth/train_dreambooth.py
examples/dreambooth/train_dreambooth.py
+1
-1
examples/dreambooth/train_dreambooth_flax.py
examples/dreambooth/train_dreambooth_flax.py
+1
-1
examples/dreambooth/train_dreambooth_flux.py
examples/dreambooth/train_dreambooth_flux.py
+1
-1
No files found.
examples/advanced_diffusion_training/train_dreambooth_lora_flux_advanced.py
View file @
e45c25d0
...
@@ -74,7 +74,7 @@ if is_wandb_available():
...
@@ -74,7 +74,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py
View file @
e45c25d0
...
@@ -71,7 +71,7 @@ from diffusers.utils.import_utils import is_xformers_available
...
@@ -71,7 +71,7 @@ from diffusers.utils.import_utils import is_xformers_available
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py
View file @
e45c25d0
...
@@ -79,7 +79,7 @@ if is_wandb_available():
...
@@ -79,7 +79,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/cogvideo/train_cogvideox_image_to_video_lora.py
View file @
e45c25d0
...
@@ -61,7 +61,7 @@ if is_wandb_available():
...
@@ -61,7 +61,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/cogvideo/train_cogvideox_lora.py
View file @
e45c25d0
...
@@ -52,7 +52,7 @@ if is_wandb_available():
...
@@ -52,7 +52,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/community/marigold_depth_estimation.py
View file @
e45c25d0
...
@@ -43,7 +43,7 @@ from diffusers.utils import BaseOutput, check_min_version
...
@@ -43,7 +43,7 @@ from diffusers.utils import BaseOutput, check_min_version
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
class
MarigoldDepthOutput
(
BaseOutput
):
class
MarigoldDepthOutput
(
BaseOutput
):
...
...
examples/consistency_distillation/train_lcm_distill_lora_sd_wds.py
View file @
e45c25d0
...
@@ -73,7 +73,7 @@ if is_wandb_available():
...
@@ -73,7 +73,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_lora_sdxl.py
View file @
e45c25d0
...
@@ -66,7 +66,7 @@ if is_wandb_available():
...
@@ -66,7 +66,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_lora_sdxl_wds.py
View file @
e45c25d0
...
@@ -79,7 +79,7 @@ if is_wandb_available():
...
@@ -79,7 +79,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_sd_wds.py
View file @
e45c25d0
...
@@ -72,7 +72,7 @@ if is_wandb_available():
...
@@ -72,7 +72,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_sdxl_wds.py
View file @
e45c25d0
...
@@ -78,7 +78,7 @@ if is_wandb_available():
...
@@ -78,7 +78,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/controlnet/train_controlnet.py
View file @
e45c25d0
...
@@ -60,7 +60,7 @@ if is_wandb_available():
...
@@ -60,7 +60,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/controlnet/train_controlnet_flax.py
View file @
e45c25d0
...
@@ -60,7 +60,7 @@ if is_wandb_available():
...
@@ -60,7 +60,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
...
...
examples/controlnet/train_controlnet_flux.py
View file @
e45c25d0
...
@@ -65,7 +65,7 @@ if is_wandb_available():
...
@@ -65,7 +65,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
if
is_torch_npu_available
():
if
is_torch_npu_available
():
...
...
examples/controlnet/train_controlnet_sd3.py
View file @
e45c25d0
...
@@ -59,7 +59,7 @@ if is_wandb_available():
...
@@ -59,7 +59,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
0
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/controlnet/train_controlnet_sdxl.py
View file @
e45c25d0
...
@@ -61,7 +61,7 @@ if is_wandb_available():
...
@@ -61,7 +61,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
if
is_torch_npu_available
():
if
is_torch_npu_available
():
...
...
examples/custom_diffusion/train_custom_diffusion.py
View file @
e45c25d0
...
@@ -63,7 +63,7 @@ from diffusers.utils.import_utils import is_xformers_available
...
@@ -63,7 +63,7 @@ from diffusers.utils.import_utils import is_xformers_available
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth.py
View file @
e45c25d0
...
@@ -63,7 +63,7 @@ if is_wandb_available():
...
@@ -63,7 +63,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_flax.py
View file @
e45c25d0
...
@@ -35,7 +35,7 @@ from diffusers.utils import check_min_version
...
@@ -35,7 +35,7 @@ from diffusers.utils import check_min_version
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
# Cache compiled models across invocations of this script.
# Cache compiled models across invocations of this script.
cc
.
initialize_cache
(
os
.
path
.
expanduser
(
"~/.cache/jax/compilation_cache"
))
cc
.
initialize_cache
(
os
.
path
.
expanduser
(
"~/.cache/jax/compilation_cache"
))
...
...
examples/dreambooth/train_dreambooth_flux.py
View file @
e45c25d0
...
@@ -64,7 +64,7 @@ if is_wandb_available():
...
@@ -64,7 +64,7 @@ if is_wandb_available():
import
wandb
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.3
1
.0.dev0"
)
check_min_version
(
"0.3
2
.0.dev0"
)
logger
=
get_logger
(
__name__
)
logger
=
get_logger
(
__name__
)
...
...
Prev
1
2
3
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