mirror of https://github.com/bmaltais/kohya_ss
update
parent
60a4212d65
commit
7ad6f139b5
|
|
@ -3,7 +3,7 @@ setx CUDA_VISIBLE_DEVICES "1"
|
|||
accelerate launch --num_cpu_threads_per_process 1 --mixed_precision bf16 ^
|
||||
sdxl_train_network.py ^
|
||||
--pretrained_model_name_or_path="./models/stable-diffusion-xl-base-1.0" ^
|
||||
--train_data_dir="./dataset/mainchar" ^
|
||||
--train_data_dir="./dataset/train/mainchar" ^
|
||||
--output_dir="./output_model" ^
|
||||
--logging_dir="./logs" ^
|
||||
--output_name="karina" ^
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3e6935a07edcb944407840ef74fcaf6fcad352f7
|
||||
Subproject commit c77ae0492ee24e2279eb66d3405de22237ac757f
|
||||
Loading…
Reference in New Issue