sd-scripts
sd-scripts copied to clipboard
We are using old versions of Kohya in which we get stable results for generating our fashion images in terms of near accurate prints/ shape/ orientation. But while testing with...
This can be used to train away from a group of images you don't want As this moves the model away from a point instead of towards it, the change...
Now we can train controlnet for SD 1.5. Sample image part not change.
Hello! I was wondering if the stable_cascade branch might be merged into the main branch or otherwise receive updates to match or be closer to it? I've been using the...
Sensitive parameters are not really DRY since they are repeated in verify_command_line_training_args, but for now only two repeats is not too bad. The setting of hyperparameters through config is handled...
If an error is thrown when trying to save a checkpoint, it will give the user the error and ask if they would like to save again. This helps with...
original #1250
Traceback (most recent call last): File "E:\AI\AIArchitecture\lora-scripts-v1.7.3\sd-scripts\train_db.py", line 529, in Traceback (most recent call last): File "E:\AI\AIArchitecture\lora-scripts-v1.7.3\sd-scripts\train_db.py", line 529, in train(args) File "E:\AI\AIArchitecture\lora-scripts-v1.7.3\sd-scripts\train_db.py", line 343, in train train(args) File "E:\AI\AIArchitecture\lora-scripts-v1.7.3\sd-scripts\train_db.py",...
Edit: I solved it 2 posts down. Multi GPU training fails with the below error when using CLIP skip 2 with `finetune.py` (SD1.5). ``` File "/Desktop/code/kohya-sd-scripts/fine_tune.py", line 344, in train...
Full issue reported here: https://github.com/bmaltais/kohya_ss/issues/2489