kohya-ss / sd-scripts

Apache License 2.0
5.12k stars 853 forks source link

All of my own trained loras just output black #726

Open Accy587 opened 1 year ago

Accy587 commented 1 year ago

I am using https://github.com/bmaltais/kohya_ss to train my loras with these settings https://www.mediafire.com/file/p7hc4q8n7wuu31z/CharacterLoraSettings.json/file

I am using https://github.com/vladmandic/automatic as my stable diffusion because https://github.com/AUTOMATIC1111/stable-diffusion-webui kept giving me error issues and a reddit thread said to switch to this fork and it would fix my error issues and it did. Any other lora works just fine just not the ones that i train. My training images are all 512 x 512 like i have in the settings. I have used both stable-diffusion-v1-5 and stable-diffusion-2-1-base as my basses with the same outcome. I am running it on a new 3060 12gb so i know that it is not a gpu related issue. The sample images that it gives me are fine just not the output in stable diffusion they are all black. Any help would be greatly appreciated

kohya-ss commented 1 year ago

I'm not familiar to vladmandic's webui, but the fp16 VAE may cause the black images. --no-half-vae option for webui forces to use fp32 VAE, and will solve the issue.

Accy587 commented 1 year ago

It did not sadly.