Trying to use CivitAI Browser+ but getting an error #15496
Unanswered
MichaelData
asked this question in
Q&A
Replies: 1 comment
-
I'm also having the same issue. Automatic 1111 installed in C. checkpoint on D. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone I'm getting this error when I try and use CivitAI Browser+ - Update Models - and I check - Save HTML file for each model when updating info & tags (increases process time).
I get this error
CivitAI Browser+: model: "Mad_Science_Lab_Coat.safetensors" not found on CivitAI servers.
CivitAI Browser+: model: "havenTrooperMGS4_v10.safetensors" not found on CivitAI servers.
CivitAI Browser+: model: "incase.safetensors" not found on CivitAI servers.
Traceback (most recent call last):
File "C:\webui_forge_cu121_torch21\system\python\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "C:\webui_forge_cu121_torch21\system\python\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "C:\webui_forge_cu121_torch21\system\python\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "C:\Users\Archive\AppData\Roaming\Python\Python310\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "C:\Users\Archive\AppData\Roaming\Python\Python310\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "C:\Users\Archive\AppData\Roaming\Python\Python310\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "C:\webui_forge_cu121_torch21\system\python\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "C:\webui_forge_cu121_torch21\webui\extensions\sd-civitai-browser-plus\scripts\civitai_file_manage.py", line 1050, in file_scan
save_path, name = get_save_path_and_name(install_path, file_name, api_response)
File "C:\webui_forge_cu121_torch21\webui\extensions\sd-civitai-browser-plus\scripts\civitai_file_manage.py", line 814, in get_save_path_and_name
sub_folder = os.path.normpath(os.path.relpath(install_path, gl.main_folder))
File "ntpath.py", line 744, in relpath
ValueError: path is on mount 'D:', start on mount 'C:'
Beta Was this translation helpful? Give feedback.
All reactions