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: CHANGELOG.md
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,28 +15,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
### Removed
17
17
18
-
## [2.1.0] - 2026-01-29
18
+
## [2.1.1] - 2026-01-30
19
19
20
20
### Fixed
21
+
22
+
- Fixed minimum version requirement to be compatible with ComfyUI 0.3.72
23
+
- Removed classifiers to fix misleading warnings when installing on ComfyUI Desktop
24
+
- Export the NODE_CLASS_MAPPINGS & NODE_DISPLAY_NAME_MAPPINGS so the ComfyUI Registry can discover nodes via static analysis
25
+
26
+
## [2.1.0] - 2026-01-29
27
+
28
+
### Changed
29
+
21
30
- Tweaked how hashing worked on downloader nodes to improve performance
22
31
23
32
## [2.0.3] - 2026-01-22
24
33
25
34
### Fixed
35
+
26
36
- Fixed the icon url to point to a statis url
27
37
28
38
## [2.0.2] - 2026-01-22
29
39
30
40
### Fixed
41
+
31
42
- Fixed the project name to match existing node pack name
32
43
- Increased the minimum required Python version to 3.10
33
44
34
45
## [2.0.1] - 2026-01-22
35
46
36
47
### Changed
48
+
37
49
- Added minimum requirements to the project description
38
50
39
51
### Fixed
52
+
40
53
- Updated Publisher ID for the node registry
41
54
- Fixed typo in README.md
42
55
@@ -47,9 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
60
-**RTX Remix Save Texture Node**: Saves textures to the output directory with a subfolder based on the job ID or prompt timestamp if not job ID is provided
48
61
-**RTX Remix Integration Workflow**: A new workflow for integrating ComfyUI into the RTX Remix Toolkit without using REST API nodes
49
62
-**RTX Remix Front-End**: Front-end ComfyUI implementation to implement a better workflow for users
50
-
- Ability to tag input slots and output nodes with metadata for RTX Remix Toolkit to use
51
-
- Ability to export the workflow (and associated API Workflow) to the user directory for use in the RTX Remix Toolkit integration
52
-
- Update the UI to indicate tagged nodes and slots
63
+
- Ability to tag input slots and output nodes with metadata for RTX Remix Toolkit to use
64
+
- Ability to export the workflow (and associated API Workflow) to the user directory for use in the RTX Remix Toolkit integration
65
+
- Update the UI to indicate tagged nodes and slots
53
66
54
67
### Changed
55
68
@@ -59,25 +72,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
72
## [1.1.1] - 2025-07-25
60
73
61
74
### Fixed
75
+
62
76
- Fixed docstring and aux ID for nodes in the template workflow
63
77
64
78
## [1.1.0] - 2025-07-24
65
79
66
80
### Added
81
+
67
82
-**Open Project Node**: Opens RTX Remix projects by layer ID for workflow management
68
-
-**Get Loaded Project Node**: Gets layer ID of current open project for use with Open Project node
83
+
-**Get Loaded Project Node**: Gets layer ID of current open project for use with Open Project node
69
84
-**Close Project Node**: Closes RTX Remix projects and a force boolean parameter default false
70
85
-**Get Default Directory Node**: Captures the RTX Remix default output directory before closing projects
0 commit comments