You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/mnt/Win_D/kohya_ss/sd-scripts/flux_train_network.py", line 574, in
trainer.train(args)
File "/mnt/Win_D/kohya_ss/sd-scripts/train_network.py", line 453, in train
network = network_module.create_network(
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 91, in create_network
network = LycorisNetworkKohya(
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 469, in init
create_modules(
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 425, in create_modules
create_modules_(f"{prefix}{name}", module, algo, next_config)[
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 398, in create_modules
lora = create_single_module(lora_name, module, algo, **configs)
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 355, in create_single_module
lora = network_module_dict[algo_name](
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/modules/full.py", line 70, in init
raise ValueError("bypass mode is not supported in Full algo.")
ValueError: bypass mode is not supported in Full algo.
Where do I turn that off as I never turned it on in the first place, at least not by name?
Traceback (most recent call last):
File "/mnt/Win_D/kohya_ss/sd-scripts/flux_train_network.py", line 574, in
trainer.train(args)
File "/mnt/Win_D/kohya_ss/sd-scripts/train_network.py", line 453, in train
network = network_module.create_network(
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 91, in create_network
network = LycorisNetworkKohya(
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 469, in init
create_modules(
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 425, in create_modules
create_modules_(f"{prefix}{name}", module, algo, next_config)[
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 398, in create_modules
lora = create_single_module(lora_name, module, algo, **configs)
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/kohya.py", line 355, in create_single_module
lora = network_module_dict[algo_name](
File "/mnt/Win_D/kohya_ss/venv/lib/python3.10/site-packages/lycoris/modules/full.py", line 70, in init
raise ValueError("bypass mode is not supported in Full algo.")
ValueError: bypass mode is not supported in Full algo.
Where do I turn that off as I never turned it on in the first place, at least not by name?
edit: I looked at the .json file
"blocks_to_swap": 0,
"bucket_no_upscale": true,
"bucket_reso_steps": 64,
"bypass_mode": false,
"cache_latents": true,
bypass is off here.
The text was updated successfully, but these errors were encountered: