We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b536b0 commit a3300baCopy full SHA for a3300ba
examples/text_to_image/train_text_to_image.py
@@ -43,7 +43,7 @@
43
from diffusers.optimization import get_scheduler
44
from diffusers.training_utils import EMAModel
45
from diffusers.utils import check_min_version, deprecate
46
-from diffusers.utils.import_utils import is_xformers_available, is_wandb_available
+from diffusers.utils.import_utils import is_wandb_available, is_xformers_available
47
48
49
# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
0 commit comments