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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: