mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 02:31:17 +00:00
Added inbuild plugins and made one for image referenced. WIP
This commit is contained in:
@@ -173,7 +173,7 @@ class TrainSliderProcess(BaseSDTrainProcess):
|
||||
flush()
|
||||
# end hook_before_train_loop
|
||||
|
||||
def hook_train_loop(self):
|
||||
def hook_train_loop(self, batch):
|
||||
dtype = get_torch_dtype(self.train_config.dtype)
|
||||
|
||||
# get a random pair
|
||||
|
||||
Reference in New Issue
Block a user