Skip to content

Commit 88240bf

Browse files
committed
Merge branch 'dev/ptrottier/fix-icon' into 'main'
Fixed Icon URL See merge request lightspeedrtx/lss-ai-tools/comfyui-rtx_remix!39
2 parents eb11309 + bd84d3e commit 88240bf

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Removed
1717

18+
## [2.0.3] - 2026-01-22
19+
20+
### Fixed
21+
- Fixed the icon url to point to a statis url
22+
1823
## [2.0.2] - 2026-01-22
1924

2025
### Fixed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# ComfyUI-RTX_Remix
1+
![RTX Remix Icon](https://media.githubusercontent.com/media/NVIDIAGameWorks/ComfyUI-RTX-Remix/refs/tags/2.0.2/web/resources/images/remix_icon.png)
2+
3+
# **NVIDIA RTX Remix Nodes** (*ComfyUI-RTX_Remix*)
24

35
ComfyUI custom nodes for creating AI texture processing workflows that integrate seamlessly with the NVIDIA RTX Remix Toolkit.
46

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ComfyUI-RTX-Remix"
33
description = "Use ComfyUI with the RTX Remix Toolkit to remaster classic games."
4-
version = "2.0.2"
4+
version = "2.0.3"
55
license = { file = "LICENSE" }
66
requires-python = ">=3.10"
77
dependencies = [
@@ -26,8 +26,8 @@ Documentation = "https://docs.omniverse.nvidia.com/kit/docs/rtx_remix/latest/ind
2626
# Used by Comfy Registry https://comfyregistry.org
2727
[tool.comfy]
2828
PublisherId = "svc-remix-github"
29-
DisplayName = "RTX Remix Nodes"
30-
Icon = "web/resources/images/remix_icon.png"
29+
DisplayName = "NVIDIA RTX Remix Nodes"
30+
Icon = "https://media.githubusercontent.com/media/NVIDIAGameWorks/ComfyUI-RTX-Remix/refs/tags/2.0.2/web/resources/images/remix_icon.png"
3131
requires-comfyui = ">=0.3.48"
3232

3333
[tool.ruff]

0 commit comments

Comments
 (0)