Commit
·
a4b3cc9
1
Parent(s):
c698a10
Upload sdxllorapps.py
Browse files- Scripts/sdxllorapps.py +1 -1
Scripts/sdxllorapps.py
CHANGED
@@ -656,7 +656,7 @@ def dbtrainxl(Resume_Training, UNet_Training_Epochs, UNet_Learning_Rate, dim, Of
|
|
656 |
|
657 |
|
658 |
def train_only_unet(SESSION_DIR, MODEL_NAME, INSTANCE_DIR, OUTPUT_DIR, Seed, Resolution, ofstnse, extrnlcptn, precision, Training_Epochs):
|
659 |
-
call('accelerate launch /notebooks/diffusers/examples/dreambooth/
|
660 |
'+resume+' \
|
661 |
'+ofstnse+' \
|
662 |
'+extrnlcptn+' \
|
|
|
656 |
|
657 |
|
658 |
def train_only_unet(SESSION_DIR, MODEL_NAME, INSTANCE_DIR, OUTPUT_DIR, Seed, Resolution, ofstnse, extrnlcptn, precision, Training_Epochs):
|
659 |
+
call('accelerate launch /notebooks/diffusers/examples/dreambooth/train_dreambooth_sdxl_lora.py \
|
660 |
'+resume+' \
|
661 |
'+ofstnse+' \
|
662 |
'+extrnlcptn+' \
|