Skip to content

Commit

Permalink
fix oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
victorchall committed Dec 22, 2023
1 parent e89ec05 commit e8f7b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/every_dream_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,6 @@ def _build_ed_batch(self, items: list[ImageTrainItem], tokenizer, name='val'):
seed=seed,
name=name,
crop_jitter=0,
empty_plugin_runner=empty_plugin_runner,
plugin_runner=empty_plugin_runner,
)
return ed_batch

0 comments on commit e8f7b6c

Please sign in to comment.