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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,20 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
12
12
- Added setting for Inference dimension step change - the value the dimensions increase or decrease by when using the step buttons or scroll wheel in Inference
13
13
- Added "Install Nunchaku" option to the ComfyUI Package Commands menu
14
14
- Added "Select All" button to the Installed Extensions page
15
+
- Added experimental ROCm pytorch install for ComfyUI (non-Zluda) on Windows - requires a compatible AMD GPU
15
16
### Changed
16
17
- Redesigned Civitai model details page
17
18
- You can now select release versions when installing ComfyUI
18
19
- You can no longer select branches when installing InvokeAI
19
20
- Updated InvokeAI install to use pinned torch index from release tag
20
21
- Updated ComfyUI installs for AMD users on Linux to use the latest rocm6.3 torch index
22
+
- Updated ComfyUI-Zluda installs to use the newer install-n method (fixes [#1347](https://github.com/LykosAI/StabilityMatrix/issues/1347))
23
+
- Updated uv to 0.8.4
24
+
- Removed disclaimer from reForge since the author is now active again
21
25
### Fixed
22
26
- Fixed Civitai-generated image parsing in Inference
27
+
- Fixed some first-time setup crashes from missing prerequisites
28
+
- Fixed one-click installer not using default preferred Python version
0 commit comments