Nerogar
Nerogar
Hi. I tried to fix the same issue a while ago and came up with a similar solution. YTM always rounds volume values to the nearest integer (or maybe it...
No good reason. I just couldn't find an existing method that could be reused easily. There is only StableDiffusionProcessing.txt2img_image_conditioning in processing.py. But that one can't be used without calling sample...
> Looks like training the inpainting models still doesn't work, and the underlying code has changed enough that this pull request no longer works out of the box. Is there...
I added training of inpainting models to [StableTuner](https://github.com/devilismyfriend/StableTuner) a few days ago, but that only supports finetuning/dreambooth, no TI or hypernetworks.
>I don't get this solution. My original complaint still remains, you can't just copy code, if you need it, you can rework the code you need so it can be...
None of the settings of OneTrainer are compatible with A1111. Even if the seed, sampler, cfg etc. Are saved in the metadata, using the same settings in A1111 will create...
I like the general idea of this change. But to be honest, the actual implementations isn't great. There are quite a few problems: 1. The code quality is pretty low....
related: https://github.com/huggingface/safetensors/issues/415
The most common use case of backups is to continue a training run without changing any settings. The meta.json file in the backup directory saves the exact step number. If...
Each sample should have a number as a prefix. Did this not work for you? Even if you have 10 samples with the same prompt, all of them should have...