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 "E:\AI\stable-diffusion-forge\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "E:\AI\stable-diffusion-forge\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "E:\AI\stable-diffusion-forge\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "E:\AI\stable-diffusion-forge\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "E:\AI\stable-diffusion-forge\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "E:\AI\stable-diffusion-forge\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
result = context.run(func, *args)
File "E:\AI\stable-diffusion-forge\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "E:\AI\stable-diffusion-forge\extensions\sd-civitai-browser-plus\scripts\civitai_file_manage.py", line 1055, in file_scan
save_path, name = get_save_path_and_name(install_path, file_name, api_response)
File "E:\AI\stable-diffusion-forge\extensions\sd-civitai-browser-plus\scripts\civitai_file_manage.py", line 819, in get_save_path_and_name
sub_folder = os.path.normpath(os.path.relpath(install_path, gl.main_folder))
File "C:\Program Files\Python310\lib\ntpath.py", line 747, in relpath
raise ValueError("path is on mount %r, start on mount %r" % (
ValueError: path is on mount 'F:', start on mount 'E:'
Additional information
Also it won't work if I pass path to models via command line keys. SD could use models with symlinks and passed by args, but Civit AI Browser breaks...
The text was updated successfully, but these errors were encountered:
Describe the bug.
Hi, I ve been using your extension, at some point, iv'e moved all of my models to bigger ssd, and symliked all model dirs to other drive.
And right after that I got error
ValueError: path is on mount 'F:', start on mount 'E:'
Steps to reproduce the problem.
Civit AI Browser +
-> Update ModelsExpected behavior
Symlinks should be respected.
System info
0b97a482 2024-06-02 03:41:22
Console logs
Additional information
Also it won't work if I pass path to models via command line keys. SD could use models with symlinks and passed by args, but Civit AI Browser breaks...
The text was updated successfully, but these errors were encountered: