fast-stable-diffusion
fast-stable-diffusion copied to clipboard
more options for UNet_Learning_Rate
could you put more option for training speed? example 1e-6 ?
You can just modify the notebook yourself right?
1e-6 is much much lower and slower than 1e-5
I remember several articles suggested to use 1e-6 and 2e-6 for person and items training. Using the 2e-6 seems good though.
Do we have experience to obtain better result using 1e-5?
with 2e-5, you can get results under 700 steps
Can someone please explain what do the letters and numbers means in 1e-6, 2e-6, 1e-5, etc? or point me a few links in the right direction? I searched on google but all I'm finding are general tutorials and not any detailed information.
2e-6 = 0.000002 2e-5 = 0.00002
2e-6 is a low (normal) learning rate, 2e-5 is a high learning rate.