hollowstrawberry / kohya-colab

Accessible Google Colab notebooks for Stable Diffusion Lora training, based on the work of kohya-ss and Linaqruf
GNU General Public License v3.0
561 stars 80 forks source link

Lora trainer result just black #99

Closed TanvirHafiz closed 3 months ago

TanvirHafiz commented 3 months ago

This trainer is returning just black images, which is strange because a couple of weeks ago it was working just fine. Any ideas or alternatives?

junwoochoi2 commented 3 months ago

network_alpha = 1

TanvirHafiz commented 3 months ago

1

is there any reason why it should be 1? it was working find with alpha of 64 and 128 also! trying it out anyway, thanks for the suggestion

junwoochoi2 commented 3 months ago

1

is there any reason why it should be 1? it was working find with alpha of 64 and 128 also! trying it out anyway, thanks for the suggestion

I don't know.. Is there differences of outcome between other alpha numbers?

ArmyOfPun1776 commented 3 months ago

The Trainer is currently broken. It has been for a few days now. The Creator is aware of the issue and is actively working on the issue.

Using an Alpha of 1 is not the intended behavior of the trainer. All setting the Alpha to 1 does is allow the trainer to train a model under the current broke condition. It will affect the quality of your project.

Just wait for it to be fixed.

hollowstrawberry commented 3 months ago

https://github.com/hollowstrawberry/kohya-colab/issues/98