|
发表于 2024-10-2 17:59:26
|
显示全部楼层
站长,找不到 ./ProPainter 的问题解决了吗,我看好几个有这个问题了
开始去除水印
cwd D:\work\ProPainter\ProPainter
Traceback (most recent call last):
File "D:\work\ProPainter\python\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "D:\work\ProPainter\python\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "D:\work\ProPainter\python\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\work\ProPainter\python\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "D:\work\ProPainter\python\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "D:\work\ProPainter\python\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
result = context.run(func, *args)
File "D:\work\ProPainter\python\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "D:\work\ProPainter\app.py", line 188, in remove_watermark
os.chdir('./ProPainter')
FileNotFoundError: [WinError 2] 系统找不到指定的文件。: './ProPainter'
这个文件夹明明就在的 |
|