We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i get this error every time
[2024-12-18 21:00:09] [INFO] Traceback (most recent call last): [2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\bin\miniconda\lib\runpy.py", line 196, in _run_module_as_main [2024-12-18 21:00:09] [INFO] return _run_code(code, main_globals, None, [2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\bin\miniconda\lib\runpy.py", line 86, in run_code [2024-12-18 21:00:09] [INFO] exec(code, run_globals) [2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\api\fluxgym.git\env\Scripts\accelerate.exe_main.py", line 7, in [2024-12-18 21:00:09] [INFO] sys.exit(main()) [2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\api\fluxgym.git\env\lib\site-packages\accelerate\commands\accelerate_cli.py", line 48, in main [2024-12-18 21:00:09] [INFO] args.func(args) [2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\api\fluxgym.git\env\lib\site-packages\accelerate\commands\launch.py", line 1106, in launch_command [2024-12-18 21:00:09] [INFO] simple_launcher(args) [2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\api\fluxgym.git\env\lib\site-packages\accelerate\commands\launch.py", line 704, in simple_launcher [2024-12-18 21:00:09] [INFO] raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd) [2024-12-18 21:00:09] [INFO] subprocess.CalledProcessError: Command '['E:\pinokio\Nueva\api\fluxgym.git\env\Scripts\python.exe', 'sd-scripts/flux_train_network.py', '--pretrained_model_name_or_path', 'E:\pinokio\Nueva\api\fluxgym.git\models\unet\flux1-schnell.safetensors', '--clip_l', 'E:\pinokio\Nueva\api\fluxgym.git\models\clip\clip_l.safetensors', '--t5xxl', 'E:\pinokio\Nueva\api\fluxgym.git\models\clip\t5xxl_fp16.safetensors', '--ae', 'E:\pinokio\Nueva\api\fluxgym.git\models\vae\ae.sft', '--cache_latents_to_disk', '--save_model_as', 'safetensors', '--sdpa', '--persistent_data_loader_workers', '--max_data_loader_n_workers', '2', '--seed', '42', '--gradient_checkpointing', '--mixed_precision', 'bf16', '--save_precision', 'bf16', '--network_module', 'networks.lora_flux', '--network_dim', '4', '--optimizer_type', 'adafactor', '--optimizer_args', 'relative_step=False', 'scale_parameter=False', 'warmup_init=False', '--split_mode', '--network_args', 'train_blocks=single', '--lr_scheduler', 'constant_with_warmup', '--max_grad_norm', '0.0', '--sample_prompts=E:\pinokio\Nueva\api\fluxgym.git\outputs\frd-frd\sample_prompts.txt', '--sample_every_n_steps=272', '--learning_rate', '8e-4', '--cache_text_encoder_outputs', '--cache_text_encoder_outputs_to_disk', '--fp8_base', '--highvram', '--max_train_epochs', '16', '--save_every_n_epochs', '4', '--dataset_config', 'E:\pinokio\Nueva\api\fluxgym.git\outputs\frd-frd\dataset.toml', '--output_dir', 'E:\pinokio\Nueva\api\fluxgym.git\outputs\frd-frd', '--output_name', 'frd-frd', '--timestep_sampling', 'shift', '--discrete_flow_shift', '3.1582', '--model_prediction_type', 'raw', '--guidance_scale', '1', '--loss_type', 'l2']' returned non-zero exit status 3221225477. [2024-12-18 21:00:11] [ERROR] Command exited with code 1 [2024-12-18 21:00:11] [INFO] Runner:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i get this error every time
[2024-12-18 21:00:09] [INFO] Traceback (most recent call last):
[2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\bin\miniconda\lib\runpy.py", line 196, in _run_module_as_main
[2024-12-18 21:00:09] [INFO] return _run_code(code, main_globals, None,
[2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\bin\miniconda\lib\runpy.py", line 86, in run_code
[2024-12-18 21:00:09] [INFO] exec(code, run_globals)
[2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\api\fluxgym.git\env\Scripts\accelerate.exe_main.py", line 7, in
[2024-12-18 21:00:09] [INFO] sys.exit(main())
[2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\api\fluxgym.git\env\lib\site-packages\accelerate\commands\accelerate_cli.py", line 48, in main
[2024-12-18 21:00:09] [INFO] args.func(args)
[2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\api\fluxgym.git\env\lib\site-packages\accelerate\commands\launch.py", line 1106, in launch_command
[2024-12-18 21:00:09] [INFO] simple_launcher(args)
[2024-12-18 21:00:09] [INFO] File "E:\pinokio\Nueva\api\fluxgym.git\env\lib\site-packages\accelerate\commands\launch.py", line 704, in simple_launcher
[2024-12-18 21:00:09] [INFO] raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
[2024-12-18 21:00:09] [INFO] subprocess.CalledProcessError: Command '['E:\pinokio\Nueva\api\fluxgym.git\env\Scripts\python.exe', 'sd-scripts/flux_train_network.py', '--pretrained_model_name_or_path', 'E:\pinokio\Nueva\api\fluxgym.git\models\unet\flux1-schnell.safetensors', '--clip_l', 'E:\pinokio\Nueva\api\fluxgym.git\models\clip\clip_l.safetensors', '--t5xxl', 'E:\pinokio\Nueva\api\fluxgym.git\models\clip\t5xxl_fp16.safetensors', '--ae', 'E:\pinokio\Nueva\api\fluxgym.git\models\vae\ae.sft', '--cache_latents_to_disk', '--save_model_as', 'safetensors', '--sdpa', '--persistent_data_loader_workers', '--max_data_loader_n_workers', '2', '--seed', '42', '--gradient_checkpointing', '--mixed_precision', 'bf16', '--save_precision', 'bf16', '--network_module', 'networks.lora_flux', '--network_dim', '4', '--optimizer_type', 'adafactor', '--optimizer_args', 'relative_step=False', 'scale_parameter=False', 'warmup_init=False', '--split_mode', '--network_args', 'train_blocks=single', '--lr_scheduler', 'constant_with_warmup', '--max_grad_norm', '0.0', '--sample_prompts=E:\pinokio\Nueva\api\fluxgym.git\outputs\frd-frd\sample_prompts.txt', '--sample_every_n_steps=272', '--learning_rate', '8e-4', '--cache_text_encoder_outputs', '--cache_text_encoder_outputs_to_disk', '--fp8_base', '--highvram', '--max_train_epochs', '16', '--save_every_n_epochs', '4', '--dataset_config', 'E:\pinokio\Nueva\api\fluxgym.git\outputs\frd-frd\dataset.toml', '--output_dir', 'E:\pinokio\Nueva\api\fluxgym.git\outputs\frd-frd', '--output_name', 'frd-frd', '--timestep_sampling', 'shift', '--discrete_flow_shift', '3.1582', '--model_prediction_type', 'raw', '--guidance_scale', '1', '--loss_type', 'l2']' returned non-zero exit status 3221225477.
[2024-12-18 21:00:11] [ERROR] Command exited with code 1
[2024-12-18 21:00:11] [INFO] Runner:
The text was updated successfully, but these errors were encountered: