Skip to content

Commit a3300ba

Browse files
committed
More fixes
1 parent 5b536b0 commit a3300ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text_to_image/train_text_to_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from diffusers.optimization import get_scheduler
4444
from diffusers.training_utils import EMAModel
4545
from diffusers.utils import check_min_version, deprecate
46-
from diffusers.utils.import_utils import is_xformers_available, is_wandb_available
46+
from diffusers.utils.import_utils import is_wandb_available, is_xformers_available
4747

4848

4949
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.

0 commit comments

Comments
 (0)