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
Added some more project workflow management to RTX Remix nodes to handle execution flow. Mainly to save VRAM for AI processing that remix is taking up in viewport.
New Features:
• Open Project Node - Opens RTX Remix projects by layer ID
• Get Loaded Project - Gets layer ID of current open project for Open Project node to use later
• Close Project Node - Closes RTX Remix projects
• Get Default Directory Node - Captures the RTX Remix default output directory before closing projects
• Edited Ingest Texture Node - Made Optional Output_folder mandatory, provided by user or Get Default Direcotry Node
• Fixed Path handling compatibility for URLs with spaces when calling toolkit
• Added a PBRify workflow "rtx_remix_pbrify_workflow_LowVRAM" showing this at work and for users with low vram
• Edited normal PBRify workflow to work with new ingest texture changes
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ You should see RTX Remix nodes:
19
19
-**RTX Remix Texture Types**: Select multiple texture types from a list of supported texture types.
20
20
21
21
### Ingestion
22
-
-**RTX Remix Ingest Texture**: Ingest an image as a texture and save it to disk
22
+
-**RTX Remix Ingest Texture**: Ingest an image as a texture and save it to disk. Output folder is now mandatory and must be provided by user or Get Default Directory node
23
+
-**RTX Remix Get Default Directory**: Captures the RTX Remix default output directory before closing projects for use with texture ingestion
23
24
24
25
### Common
25
26
-**RTX Remix Rest API Details**: Provide the port information to connect to the RTX Remix Toolkit
@@ -38,6 +39,9 @@ You should see RTX Remix nodes:
38
39
-**RTX Remix Get Edit Target**: Get the edit target from the currently open project
39
40
-**RTX Remix Layer Types**: Select multiple layer types from a list of supported layer types.
40
41
-**RTX Remix Layer Type**: Select from a list of supported layer types.
42
+
-**RTX Remix Open Project**: Opens RTX Remix projects by layer ID for workflow management and VRAM optimization
43
+
-**RTX Remix Get Loaded Project**: Gets layer ID of current open project for use with Open Project node
44
+
-**RTX Remix Close Project**: Closes RTX Remix projects to save VRAM during AI processing
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[project]
2
2
name = "comfyui-rtx-remix"
3
3
description = "Use ComfyUI with RTX Remix to remaster classic games [a/https://github.com/NVIDIAGameWorks/rtx-remix](https://github.com/NVIDIAGameWorks/rtx-remix)"
0 commit comments