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
kohya_ss UI is not lunching in browser when Running on local URL: http://127.0.0.1:7860. After running gui.bat the following is displayed in command prompt window:
20:36:32-977256 INFO Version: v22.5.0
20:36:32-997087 INFO nVidia toolkit detected
20:36:34-895721 INFO Torch 2.0.1+cu118
20:36:34-931724 INFO Torch backend: nVidia CUDA 11.8 cuDNN 8700
20:36:34-935707 INFO Torch detected GPU: NVIDIA GeForce RTX 4060 Ti VRAM 16379 Arch (8, 9) Cores 34
20:36:34-939707 INFO Verifying modules installation status from requirements_windows_torch2.txt...
20:36:34-939707 INFO Verifying modules installation status from requirements.txt...
20:36:38-095288 INFO headless: False
20:36:38-098692 INFO Load CSS...
Running on local URL: http://127.0.0.1:7860
To create a public link, set share=True in launch().
No GUI lunches in browser. Tried different browsers with negative results.
when starting with: C:\Users\mike\kohya_ss>gui.bat --listen 127.0.0.1 --server_port 7860 --inbrowser --share
GUI opens in a browser tab with address: https://2622863ea9187e2d23.gradio.live/ , but not with : http://127.0.0.1:7860
The following in the command prompt ;
Microsoft Windows [Version 10.0.19045.3930]
(c) Microsoft Corporation. All rights reserved.
20:44:19-982515 INFO nVidia toolkit detected
20:44:21-829363 INFO Torch 2.0.1+cu118
20:44:21-859435 INFO Torch backend: nVidia CUDA 11.8 cuDNN 8700
20:44:21-873448 INFO Torch detected GPU: NVIDIA GeForce RTX 4060 Ti VRAM 16379 Arch (8, 9) Cores 34
20:44:21-873448 INFO Verifying modules installation status from requirements_windows_torch2.txt...
20:44:21-873448 INFO Verifying modules installation status from requirements.txt...
20:44:24-998527 INFO headless: False
20:44:25-012526 INFO Load CSS...
Running on local URL: http://127.0.0.1:7860
Running on public URL: https://2622863ea9187e2d23.gradio.live
This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run gradio deploy from Terminal to deploy to Spaces (https://huggingface.co/spaces)
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
-
kohya_ss UI is not lunching in browser when Running on local URL: http://127.0.0.1:7860. After running gui.bat the following is displayed in command prompt window:
20:36:32-977256 INFO Version: v22.5.0
20:36:32-997087 INFO nVidia toolkit detected
20:36:34-895721 INFO Torch 2.0.1+cu118
20:36:34-931724 INFO Torch backend: nVidia CUDA 11.8 cuDNN 8700
20:36:34-935707 INFO Torch detected GPU: NVIDIA GeForce RTX 4060 Ti VRAM 16379 Arch (8, 9) Cores 34
20:36:34-939707 INFO Verifying modules installation status from requirements_windows_torch2.txt...
20:36:34-939707 INFO Verifying modules installation status from requirements.txt...
20:36:38-095288 INFO headless: False
20:36:38-098692 INFO Load CSS...
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.No GUI lunches in browser. Tried different browsers with negative results.
when starting with: C:\Users\mike\kohya_ss>gui.bat --listen 127.0.0.1 --server_port 7860 --inbrowser --share
GUI opens in a browser tab with address: https://2622863ea9187e2d23.gradio.live/ , but not with : http://127.0.0.1:7860
The following in the command prompt ;
Microsoft Windows [Version 10.0.19045.3930]
(c) Microsoft Corporation. All rights reserved.
C:\Users\mike>cd kohya_ss
C:\Users\mike\kohya_ss>gui.bat --listen 127.0.0.1 --server_port 7860 --inbrowser --share
20:44:19-952325 INFO Version: v22.5.0
20:44:19-982515 INFO nVidia toolkit detected
20:44:21-829363 INFO Torch 2.0.1+cu118
20:44:21-859435 INFO Torch backend: nVidia CUDA 11.8 cuDNN 8700
20:44:21-873448 INFO Torch detected GPU: NVIDIA GeForce RTX 4060 Ti VRAM 16379 Arch (8, 9) Cores 34
20:44:21-873448 INFO Verifying modules installation status from requirements_windows_torch2.txt...
20:44:21-873448 INFO Verifying modules installation status from requirements.txt...
20:44:24-998527 INFO headless: False
20:44:25-012526 INFO Load CSS...
Running on local URL: http://127.0.0.1:7860
Running on public URL: https://2622863ea9187e2d23.gradio.live
This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run
gradio deploy
from Terminal to deploy to Spaces (https://huggingface.co/spaces)Beta Was this translation helpful? Give feedback.
All reactions