Skip to content

Commit 0e2769e

Browse files
committed
change order of import to fix nit
1 parent b238c1e commit 0e2769e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
check_min_version,
6464
convert_all_state_dict_to_peft,
6565
convert_state_dict_to_diffusers,
66-
convert_unet_state_dict_to_peft,
6766
convert_state_dict_to_kohya,
67+
convert_unet_state_dict_to_peft,
6868
is_wandb_available,
6969
)
7070
from diffusers.utils.import_utils import is_xformers_available

0 commit comments

Comments
 (0)