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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
ComfyUI custom nodes for creating AI texture processing workflows that integrate seamlessly with the NVIDIA RTX Remix Toolkit.
4
4
5
5
> [!NOTE]
6
-
> The RTX Remix Toolkit is currently a work in progress and is not yet ready for production use.
6
+
> The RTX Remix Toolkit Integration is currently a work in progress and is not yet ready for production use.
7
7
> Beta releases may be available for testing and feedback on the [RTX Remix Toolkit GitHub repository](https://github.com/NVIDIAGameWorks/toolkit-remix).
8
8
> If not, please check back later or contact the NVIDIA RTX Remix team on the [RTX Remix Showcase Discord server](https://discord.gg/c7J6gUhXMk).
Copy file name to clipboardExpand all lines: pyproject.toml
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,34 @@
1
1
[project]
2
2
name = "comfyui-rtx-remix"
3
-
description = "Use ComfyUI with RTX Remix to remaster classic games [a/https://github.com/NVIDIAGameWorks/rtx-remix](https://github.com/NVIDIAGameWorks/rtx-remix)"
4
-
version = "2.0.0"
3
+
description = "Use ComfyUI with the RTX Remix Toolkit to remaster classic games."
0 commit comments