mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-16 00:49:40 +00:00
hotfix
This commit is contained in:
@@ -2191,7 +2191,7 @@ class FineTuningDataset(BaseDataset):
|
||||
validation_seed: int,
|
||||
validation_split: float,
|
||||
skip_npz_check: Optional[bool] = SKIP_NPZ_PATH_CHECK,
|
||||
resize_interpolation: Optional[str],
|
||||
resize_interpolation: Optional[str] = None,
|
||||
) -> None:
|
||||
super().__init__(resolution, network_multiplier, debug_dataset, resize_interpolation)
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ tensorboard
|
||||
safetensors
|
||||
torchao
|
||||
pytorch-optimizer
|
||||
deepspeed==0.15.4
|
||||
# gradio==3.16.2
|
||||
altair
|
||||
easygui
|
||||
|
||||
Reference in New Issue
Block a user