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
chenpangpang
diffusers
Commits
82058a54
Unverified
Commit
82058a54
authored
Aug 14, 2024
by
Álvaro Somoza
Committed by
GitHub
Aug 14, 2024
Browse files
post release 0.30.0 (#9173)
* post release * fix quality
parent
a85b34e7
Changes
41
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_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_flux.py
examples/dreambooth/train_dreambooth_flux.py
+1
-1
examples/dreambooth/train_dreambooth_lora.py
examples/dreambooth/train_dreambooth_lora.py
+1
-1
examples/dreambooth/train_dreambooth_lora_flux.py
examples/dreambooth/train_dreambooth_lora_flux.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
No files found.
examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/community/marigold_depth_estimation.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
class
MarigoldDepthOutput
(
BaseOutput
):
...
...
examples/consistency_distillation/train_lcm_distill_lora_sd_wds.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_lora_sdxl.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_lora_sdxl_wds.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_sd_wds.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/consistency_distillation/train_lcm_distill_sdxl_wds.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/controlnet/train_controlnet.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/controlnet/train_controlnet_flax.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
logging
.
getLogger
(
__name__
)
...
...
examples/controlnet/train_controlnet_sdxl.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
if
is_torch_npu_available
():
...
...
examples/custom_diffusion/train_custom_diffusion.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_flax.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
# Cache compiled models across invocations of this script.
cc
.
initialize_cache
(
os
.
path
.
expanduser
(
"~/.cache/jax/compilation_cache"
))
...
...
examples/dreambooth/train_dreambooth_flux.py
View file @
82058a54
...
...
@@ -64,7 +64,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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_lora.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_lora_flux.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_lora_sd3.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_lora_sdxl.py
View file @
82058a54
...
...
@@ -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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
logger
=
get_logger
(
__name__
)
...
...
examples/dreambooth/train_dreambooth_sd3.py
View file @
82058a54
...
...
@@ -64,7 +64,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.3
0
.0.dev0"
)
check_min_version
(
"0.3
1
.0.dev0"
)
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