mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-15 08:36:41 +00:00
Remove timestep_index
This commit is contained in:
@@ -334,7 +334,7 @@ class FluxNetworkTrainer(train_network.NetworkTrainer):
|
||||
# If CDC is enabled, this will transform the noise with geometry-aware covariance
|
||||
noisy_model_input, timesteps, sigmas = flux_train_utils.get_noisy_model_input_and_timestep(
|
||||
args, noise_scheduler, latents, noise, accelerator.device, weight_dtype,
|
||||
gamma_b_dataset=gamma_b_dataset, latents_npz_paths=latents_npz_paths, timestep_index=timestep_index
|
||||
gamma_b_dataset=gamma_b_dataset, latents_npz_paths=latents_npz_paths
|
||||
)
|
||||
|
||||
# pack latents and get img_ids
|
||||
|
||||
Reference in New Issue
Block a user