Skip to content

Commit c7c4943

Browse files
committed
Update Documentation and versions
1 parent 84e77bd commit c7c4943

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
### Changed
13-
- Update nodes to be compatible with the renamed models
1413

1514
### Fixed
1615

1716
### Removed
1817

18+
## [1.1.0] - 2024-07-24
19+
20+
### Added
21+
- **Open Project Node**: Opens RTX Remix projects by layer ID for workflow management
22+
- **Get Loaded Project Node**: Gets layer ID of current open project for use with Open Project node
23+
- **Close Project Node**: Closes RTX Remix projects to save VRAM during AI processing
24+
- **Get Default Directory Node**: Captures the RTX Remix default output directory before closing projects
25+
- Low VRAM workflow example: "rtx_remix_pbrify_workflow_LowVRAM.json" demonstrating new project management nodes
26+
27+
### Changed
28+
- **Ingest Texture Node**: Made output_folder parameter mandatory, must be provided by user or Get Default Directory Node
29+
- Updated normal PBRify workflow to work with new ingest texture changes
30+
31+
### Fixed
32+
- Path handling compatibility for URLs with spaces when calling toolkit
33+
34+
### Removed
35+
1936
## [2024.0.0]
2037

2138
### Added

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ You should see RTX Remix nodes:
1919
- **RTX Remix Texture Types**: Select multiple texture types from a list of supported texture types.
2020

2121
### 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
2324

2425
### Common
2526
- **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:
3839
- **RTX Remix Get Edit Target**: Get the edit target from the currently open project
3940
- **RTX Remix Layer Types**: Select multiple layer types from a list of supported layer types.
4041
- **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
4145

4246
## Example Workflows and Templates
4347

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-rtx-remix"
33
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 = "1.0.1"
4+
version = "1.1.0"
55
license = {file = "LICENSE"}
66
dependencies = ["numpy", "pillow>=10.0.1", "requests", "torch"]
77

0 commit comments

Comments
 (0)