Skip to content

Commit

Permalink
Refactoring the SD 2.x and SDXL trainers to be more in-line: missing …
Browse files Browse the repository at this point in the history
…imports
  • Loading branch information
bghira committed Sep 14, 2023
1 parent bdf849c commit d3a1a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/legacy/validation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging, torch, numpy as np

from tqdm import tqdm
from diffusers.utils import is_wandb_available
from helpers.image_manipulation.brightness import calculate_luminance
from diffusers import (
Expand Down

0 comments on commit d3a1a0f

Please sign in to comment.