[root@tlsslt-p01-mst ~]# python3.6 -s <<EOF > import sys > import pprint > > # pretty print module search paths > pprint.pprint(sys.path) > EOF ['', '/usr/lib64/python36.zip', '/usr/lib64/python3.6', '/usr/lib64/python3.6/lib-dynload', '/usr/lib64/python3.6/site-packa...
+ return genericpath._splitext(p, bsep, baltsep, b'.') else: - return genericpath._splitext(p, '\\', '/', '.') + return genericpath._splitext(p, sep, altsep, '.') 2 changes: 1 addition & 1 deletion 2 mingw-w64-python3/PKGBUILD Original file line numberDiff line number...
cacher folder is C:\Users\Administrator\AppData\Local\Temp, you can change it by custom_tmp_path in config.yamlT:\SD\ComfyUI-aki-v1\python\lib\site-packages\huggingface_hub\file_download.py:1212: UserWarning: `local_dir_use_symlinks` parameter is deprecated and will be ignored. The ...
After installing the diffusers library, still get the following error: ImportError: cannot import name 'KolorsPipeline' from 'diffusers' (/root/anaconda3/envs/kolors/lib/python3.8/site-packages/diffusers/__init__.py)