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

TypeError: Input must be callable #8

Open
wilzamguerrero opened this issue Mar 4, 2023 · 0 comments
Open

TypeError: Input must be callable #8

wilzamguerrero opened this issue Mar 4, 2023 · 0 comments

Comments

@wilzamguerrero
Copy link

Hi i have this error when i try to train with lora

2023-03-04 07:23:28.640947: E tensorflow/stream_executor/cuda/cuda_blas.cc:2981] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
Traceback (most recent call last):
File "/content/stable-diffusion-webui/extensions/kohya-sd-scripts-webui/kohya_ss/train_network.py", line 20, in
import library.config_util as config_util
File "/content/stable-diffusion-webui/extensions/kohya-sd-scripts-webui/kohya_ss/library/config_util.py", line 113, in
class ConfigSanitizer:
File "/content/stable-diffusion-webui/extensions/kohya-sd-scripts-webui/kohya_ss/library/config_util.py", line 116, in ConfigSanitizer
def __validate_and_convert_twodim(klass, value: Sequence) -> Tuple:
File "/usr/local/lib/python3.8/dist-packages/toolz/functoolz.py", line 201, in init
raise TypeError("Input must be callable")
TypeError: Input must be callable

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