lllyasviel / lllyasviel/FramePack
No connection could be made because the target machine actively refused
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
not sure what is thje problem in the log it just says connection refused , when the link appears if i click on it it opens in the browser and shows loading but after couple of seconds it crashes
```
Currently enabled native sdp backends: ['flash', 'math', 'mem_efficient', 'cudnn']
Xformers is not installed!
Flash Attn is installed!
Sage Attn is not installed!
Namespace(share=False, server='127.0.0.1', port=None, inbrowser=True)
Free VRAM 6.958984375 GB
High-VRAM Mode: False
Downloading shards: 100%|████████████████████████████████████████████████████████████████████████| 4/4 [00:00
block.launch(
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\gradio\blocks.py", line 2679, in launch
resp = httpx.get(
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\httpx\_api.py", line 189, in get
return request(
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\httpx\_api.py", line 100, in request
return client.request(
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\httpx\_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\httpx\_client.py", line 901, in send
response = self._send_handling_auth(
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\httpx\_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\httpx\_client.py", line 966, in _send_handling_redirects
response = self._send_single_request(request)
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\httpx\_client.py", line 1002, in _send_single_request
response = transport.handle_request(request)
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\httpx\_transports\default.py", line 217, in handle_request
with map_httpcore_exceptions():
File "contextlib.py", line 153, in __exit__
File "C:\framepack_cu126_torch26\framepack_cu126_torch26\system\python\lib\site-packages\httpx\_transports\default.py", line 77, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectError: [WinError 10061] No connection could be made because the target machine actively refused it
Press any key to continue . . .
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The traceback ends at webui/demo_gradio.py line 404, where block.launch is called; begin there and inspect the local URL and proxy connection shown in the log. Reproduce the launch failure and establish a successful local interface launch without the WinError 10061 connection error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100