Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Remove diffusers requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ExponentialML committed Jun 25, 2023
1 parent 88bd243 commit 89221af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,8 @@
monkeypatch_or_replace_lora_extended
)


already_printed_trainables = False

# Will error if the minimal version of diffusers is not installed. Remove at your own risks.
check_min_version("0.10.0.dev0")

logger = get_logger(__name__, log_level="INFO")

def create_logging(logging, logger, accelerator):
Expand Down

0 comments on commit 89221af

Please sign in to comment.