Commit
·
c698a10
1
Parent(s):
ad846e9
Upload sdxllorapps.py
Browse files- Scripts/sdxllorapps.py +1 -1
Scripts/sdxllorapps.py
CHANGED
@@ -640,7 +640,7 @@ def dbtrainxl(Resume_Training, UNet_Training_Epochs, UNet_Learning_Rate, dim, Of
|
|
640 |
if External_Captions:
|
641 |
extrnlcptn="--external_captions"
|
642 |
|
643 |
-
precision="
|
644 |
|
645 |
resume=""
|
646 |
if Resume_Training and os.path.exists(SESSION_DIR+'/'+Session_Name+'.safetensors'):
|
|
|
640 |
if External_Captions:
|
641 |
extrnlcptn="--external_captions"
|
642 |
|
643 |
+
precision="fp16"
|
644 |
|
645 |
resume=""
|
646 |
if Resume_Training and os.path.exists(SESSION_DIR+'/'+Session_Name+'.safetensors'):
|