|
发表于 2024-8-6 10:56:25
|
显示全部楼层
点击去水印,显示error,请问,这个是啥意思:
开始去除水印
cwd E:\AI_TOOL\ProPainter\ProPainter
Traceback (most recent call last):
File "E:\AI_TOOL\ProPainter\python\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "E:\AI_TOOL\ProPainter\python\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "E:\AI_TOOL\ProPainter\python\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "E:\AI_TOOL\ProPainter\python\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "E:\AI_TOOL\ProPainter\python\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "E:\AI_TOOL\ProPainter\python\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
result = context.run(func, *args)
File "E:\AI_TOOL\ProPainter\python\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "E:\AI_TOOL\ProPainter\app.py", line 188, in remove_watermark
os.chdir('./ProPainter')
FileNotFoundError: [WinError 2] 系统找不到指定的文件。: './ProPainter' |
|