Skip to content

Commit 1baf83f

Browse files
committed
Merge branch 'dev/ptrottier/minor_fixes' into 'main'
Applied MR feedback See merge request lightspeedrtx/lss-ai-tools/comfyui-rtx_remix!29
2 parents d512e3f + 791b1a5 commit 1baf83f

File tree

4 files changed

+53
-56
lines changed

4 files changed

+53
-56
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 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+
## [1.1.1] - 2025-07-25
19+
20+
### Fixed
21+
- Fixed docstring and aux ID for nodes in the template workflow
22+
1823
## [1.1.0] - 2025-07-24
1924

2025
### Added
@@ -31,15 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3136
### Fixed
3237
- Path handling compatibility for URLs with spaces when calling toolkit
3338

34-
### Removed
35-
3639
## [2024.0.0]
3740

3841
### Added
3942
- First release
40-
41-
### Changed
42-
43-
### Fixed
44-
45-
### Removed

nodes/ingestion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def ingest_texture(
146146

147147
@add_context_input_enabled_and_output
148148
class GetDefaultDirectory:
149-
"""Get the default directory from RTX Remix before closing project"""
149+
"""Get the default ingestion directory of the currently opened project"""
150150

151151
@classmethod
152152
def INPUT_TYPES(cls): # noqa N802

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.1.0"
4+
version = "1.1.1"
55
license = {file = "LICENSE"}
66
dependencies = ["numpy", "pillow>=10.0.1", "requests", "torch"]
77

0 commit comments

Comments
 (0)