Skip to content
New issue

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

ValueError: bypass mode is not supported in Full algo. #2990

Open
DarkAlchy opened this issue Nov 27, 2024 · 0 comments
Open

ValueError: bypass mode is not supported in Full algo. #2990

DarkAlchy opened this issue Nov 27, 2024 · 0 comments

Comments

@DarkAlchy
Copy link

DarkAlchy commented Nov 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant