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
I am using Python 3.10.9, and I am having issues running the 'train' command. I used to be able to use it before.
Validating that requirements are satisfied.
All requirements satisfied.
Load CSS...
Running on local URL: http://127.0.0.1:7860
To create a public link, set share=True in launch().
Traceback (most recent call last):
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\gradio\routes.py", line 384, in run_predict
output = await app.get_blocks().process_api(
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\gradio\blocks.py", line 1024, in process_api
result = await self.call_function(
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\gradio\blocks.py", line 836, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "D:\SDW\train\bmaltais\kohya_ss\library\tensorboard_gui.py", line 14, in start_tensorboard
if not os.listdir(logging_dir):
FileNotFoundError: [WinError 3] The system cannot find the specified path.: ''
I am not sure if this is a Python issue or a Kohya issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using Python 3.10.9, and I am having issues running the 'train' command. I used to be able to use it before.
Validating that requirements are satisfied.
All requirements satisfied.
Load CSS...
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.Traceback (most recent call last):
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\gradio\routes.py", line 384, in run_predict
output = await app.get_blocks().process_api(
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\gradio\blocks.py", line 1024, in process_api
result = await self.call_function(
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\gradio\blocks.py", line 836, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "D:\SDW\train\bmaltais\kohya_ss\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "D:\SDW\train\bmaltais\kohya_ss\library\tensorboard_gui.py", line 14, in start_tensorboard
if not os.listdir(logging_dir):
FileNotFoundError: [WinError 3] The system cannot find the specified path.: ''
I am not sure if this is a Python issue or a Kohya issue.
Beta Was this translation helpful? Give feedback.
All reactions