[AMD ROCm] No reactions for 3 monthes or more
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
```
AMD R4750G APU × 16GB UMA
Artix Linux with kernel 6.9.2
AMD ROCm 6.0.x on both system and PIP
```
```
pip install -U --break-system-packages --user --extra-index-url https://download.pytorch.org/whl/rocm6.0 \
pip wheel torch torchvision torchaudio safetensors \
diffusers transformers accelerate invisible_watermark \
-r requirements.txt \
-r custom_nodes/AutoCFG/requirements.txt \
-r custom_nodes/ComfyMgt/requirements.txt
HSA_OVERRIDE_GFX_VERSION=10.3.0 python main.py \
--gpu-only --force-fp16 --auto-launch --dont-print-server \
--disable-cuda-malloc --preview-method latent2rgb
```
```
Exception in thread Thread-1 ():
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/aiohttp/connector.py", line 1203, in _create_direct_connection
hosts = await self._resolve_host(host, port, traces=traces)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/aiohttp/connector.py", line 880, in _resolve_host
return await asyncio.shield(resolved_host_task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/aiohttp/connector.py", line 917, in _resolve_host_with_throttle
addrs = await self._resolver.resolve(host, port, family=self._family)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/base_events.py", line 901, in getaddrinfo
return await self.run_in_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/socket.py", line 963, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -3] Temporary failure in name resolution
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/opt/local/.8A/terminal/SDiffXL/ComfyUI/custom_nodes/ComfyMgt/glob/manager_server.py", line 1667, in
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/opt/local/.8A/terminal/SDiffXL/ComfyUI/custom_nodes/ComfyMgt/glob/manager_server.py", line 1664, in default_cache_update
await asyncio.gather(a, b, c, d, e)
File "/opt/local/.8A/terminal/SDiffXL/ComfyUI/custom_nodes/ComfyMgt/glob/manager_server.py", line 1651, in get_cache
json_obj = await core.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/.8A/terminal/SDiffXL/ComfyUI/custom_nodes/ComfyMgt/glob/manager_core.py", line 583, in get_data
async with session.get(uri) as resp:
File "/usr/lib/python3.12/site-packages/aiohttp/client.py", line 1197, in __aenter__
self._resp = await self._coro
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/aiohttp/client.py", line 581, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/aiohttp/connector.py", line 544, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/aiohttp/connector.py", line 944, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/aiohttp/connector.py", line 1209, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host raw.githubusercontent.com:443 ssl:default [Temporary failure in name resolution]
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
got prompt
[GFX1-]: GFX: RenderThread detected a device reset in PostUpdate
ATTENTION: default value of option mesa_glthread overridden by environment.
[GFX1-]: GFX: RenderThread detected a device reset in PostUpdate
ATTENTION: default value of option mesa_glthread overridden by environment.
[GFX1-]: GFX: RenderThread detected a device reset in PostUpdate
ATTENTION: default value of option mesa_glthread overridden by environment.
[GFX1-]: GFX: RenderThread detected a device reset in PostUpdate
ATTENTION: default value of option mesa_glthread overridden by environment.
```
Contributor guide
Assessment
This issue has not been assessed yet.