SimpleTuner icon indicating copy to clipboard operation
SimpleTuner copied to clipboard

A general fine-tuning kit geared toward diffusion models.

Results 47 SimpleTuner issues
Sort by recently updated
recently updated
newest added

Dataset random sampling should be adjusted by the size of the datasets. Right now if you run a 200 sample dataset alongside a 2000 sample dataset, the 200 sample dataset...

bug

When setting `vae_cache_clear_each_epoch: true` in the `multidatabackened.json` file training randomly stops with the stack trace below. Reproduced on multiple machines, different epochs and images reported as the issue. ``` (id=images-1024)...

bug
help wanted
good first issue
1 / 0 magic

Using latest version of SimpleTuner producing an error: "latent shape mismatch: torch.Size([16, 88, 136]) != torch.Size([16, 88, 144])" Examples: [error_crash_latent_mismatch_01.txt](https://github.com/user-attachments/files/17007226/error_crash_latent_mismatch_01.txt) [error_crash_latent_mismatch_02.txt](https://github.com/user-attachments/files/17007228/error_crash_latent_mismatch_02.txt) Both images used in the past training without issues....

bug
help wanted
1 / 0 magic

enhancement
difficult-feature