OSError: Cannot find empty port in range: 7860-7860
@morpheus..I'm having the following OS error. (Debug info at bottom)
from the terminal:
Microsoft Windows [Version 10.0.26200.8655]
f:\pinokio\api\wan2gp-amd.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & f:\pinokio\api\wan2gp-amd.git\app\env\Scripts\activate f:\pinokio\api\wan2gp-amd.git\app\env && python wgp.py
[GGUF][llama.cpp CUDA] kernels unavailable, using fallback
Loaded plugin: Motion Manager (from wan2gp-motion-designer)
Traceback (most recent call last):
File "f:\pinokio\api\wan2gp-amd.git\app\wgp.py", line 13374, in
demo.launch(
File "f:\pinokio\api\wan2gp-amd.git\app\env\Lib\site-packages\gradio\blocks.py", line 2669, in launch
) = http_server.start_server(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "f:\pinokio\api\wan2gp-amd.git\app\env\Lib\site-packages\gradio\http_server.py", line 156, in start_server
raise OSError(
OSError: Cannot find empty port in range: 7860-7860. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the server_port parameter to launch().
Autosave: Queue is empty, nothing to save.
(env) (base) f:\pinokio\api\wan2gp-amd.git\app>
██ Terminated Shell 1f199347-2485-4d98-8355-9ef122a672c7
████
===================================================
input.event
[
"Error:"
]
Here is the DEBUG:
Microsoft Windows [Version 10.0.26200.8655]
(c) Microsoft Corporation. All rights reserved.
f:\pinokio\api\wan2gp-amd.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && echo '--- PINOKIO GPU DEBUG ---' && echo 'Platform: win32' && echo 'Detected GPU Type: amd' && echo 'GPU Model String: amd radeon rx 7900 gre' && echo '-------------------------------------------' && echo 'Please show this message in Pinokio-support' && echo '-------------------------------------------'
'--- PINOKIO GPU DEBUG ---'
'Platform: win32'
'Detected GPU Type: amd'
'GPU Model String: amd radeon rx 7900 gre'
'-------------------------------------------'
'Please show this message in Pinokio-support'
'-------------------------------------------'
(base) f:\pinokio\api\wan2gp-amd.git>
