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
2e4841ef
Unverified
Commit
2e4841ef
authored
Jun 13, 2024
by
Sayak Paul
Committed by
GitHub
Jun 13, 2024
Browse files
post release 0.29.0 (#8492)
post release
parent
8bea9437
Changes
39
Show 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_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/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_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_lora.py
examples/dreambooth/train_dreambooth_lora.py
+1
-1
examples/dreambooth/train_dreambooth_lora_sd3.py
examples/dreambooth/train_dreambooth_lora_sd3.py
+1
-1
examples/dreambooth/train_dreambooth_lora_sdxl.py
examples/dreambooth/train_dreambooth_lora_sdxl.py
+1
-1
examples/dreambooth/train_dreambooth_sd3.py
examples/dreambooth/train_dreambooth_sd3.py
+1
-1
examples/instruct_pix2pix/train_instruct_pix2pix.py
examples/instruct_pix2pix/train_instruct_pix2pix.py
+1
-1
examples/instruct_pix2pix/train_instruct_pix2pix_sdxl.py
examples/instruct_pix2pix/train_instruct_pix2pix_sdxl.py
+1
-1
No files found.
examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py
View file @
2e4841ef
...
...
@@ -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.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py
View file @
2e4841ef
...
...
@@ -78,7 +78,7 @@ from diffusers.utils.torch_utils import is_compiled_module
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/community/marigold_depth_estimation.py
View file @
2e4841ef
...
...
@@ -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.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
class
MarigoldDepthOutput
(
BaseOutput
):
...
...
examples/consistency_distillation/train_lcm_distill_lora_sd_wds.py
View file @
2e4841ef
...
...
@@ -73,7 +73,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_lora_sdxl.py
View file @
2e4841ef
...
...
@@ -66,7 +66,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_lora_sdxl_wds.py
View file @
2e4841ef
...
...
@@ -79,7 +79,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_sd_wds.py
View file @
2e4841ef
...
...
@@ -72,7 +72,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_sdxl_wds.py
View file @
2e4841ef
...
...
@@ -78,7 +78,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/controlnet/train_controlnet.py
View file @
2e4841ef
...
...
@@ -60,7 +60,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/controlnet/train_controlnet_flax.py
View file @
2e4841ef
...
...
@@ -60,7 +60,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
logging
.
getLogger
(
__name__
)
...
...
examples/controlnet/train_controlnet_sdxl.py
View file @
2e4841ef
...
...
@@ -61,7 +61,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
if
is_torch_npu_available
():
...
...
examples/custom_diffusion/train_custom_diffusion.py
View file @
2e4841ef
...
...
@@ -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.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth.py
View file @
2e4841ef
...
...
@@ -63,7 +63,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_flax.py
View file @
2e4841ef
...
...
@@ -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.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
# Cache compiled models across invocations of this script.
cc
.
initialize_cache
(
os
.
path
.
expanduser
(
"~/.cache/jax/compilation_cache"
))
...
...
examples/dreambooth/train_dreambooth_lora.py
View file @
2e4841ef
...
...
@@ -70,7 +70,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_lora_sd3.py
View file @
2e4841ef
...
...
@@ -67,7 +67,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
28
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_lora_sdxl.py
View file @
2e4841ef
...
...
@@ -78,7 +78,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_sd3.py
View file @
2e4841ef
...
...
@@ -63,7 +63,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
28
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/instruct_pix2pix/train_instruct_pix2pix.py
View file @
2e4841ef
...
...
@@ -57,7 +57,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
,
log_level
=
"INFO"
)
...
...
examples/instruct_pix2pix/train_instruct_pix2pix_sdxl.py
View file @
2e4841ef
...
...
@@ -60,7 +60,7 @@ if is_wandb_available():
import
wandb
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version
(
"0.
29
.0.dev0"
)
check_min_version
(
"0.
30
.0.dev0"
)
logger
=
get_logger
(
__name__
,
log_level
=
"INFO"
)
...
...
Prev
1
2
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