hollowstrawberry / kohya-colab

Accessible Google Colab notebooks for Stable Diffusion Lora training, based on the work of kohya-ss and Linaqruf
GNU General Public License v3.0
599 stars 86 forks source link

usage: accelerate <command> [<args>] Accelerate CLI tool: error: unrecognized arguments: --quiet #123

Closed AT010303 closed 5 months ago

AT010303 commented 5 months ago

image

ddddfre commented 5 months ago

I have the same problem

AT010303 commented 5 months ago

image i just removed --quiet from

!accelerate launch --quiet --config_file={accelerate_config_file} --num_cpu_threads_per_process=1 train_network_wrapper.py --dataset_config={dataset_config_file} --config_file={config_file}

new : !accelerate launch --config_file={accelerate_config_file} --num_cpu_threads_per_process=1 train_network_wrapper.py --dataset_config={dataset_config_file} --config_file={config_file}

and is working for me now

hollowstrawberry commented 5 months ago

Oops, should be fixed now. Thanks.