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
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,39 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.1.0 - 2024-12-18]
6
+
7
+
The [Visionatrix](https://github.com/Visionatrix/Visionatrix) service has been updated from version `1.4.1` to `1.9.0`.
8
+
The main changes are summarized below:
9
+
10
+
### Added
11
+
12
+
- Support for flows that produce `video` files as output.
13
+
-`OpenAPI` specs support, enabling easier development of Nextcloud Apps that can seamlessly use Visionatrix flows.
14
+
- Many new `flows` with updated models.
15
+
- Parallel installation of `flows` and `models`.
16
+
17
+
### Changed
18
+
19
+
- Online `flows` and `models` storage has been separated, ensuring the integration remains stable.
20
+
- Added support for both `Ollama` and `Gemini` as providers for `Vision` and `Prompt translation`.
21
+
22
+
### Fixed
23
+
24
+
- Numerous bug fixes and significant performance improvements.
25
+
5
26
## [1.0.1 - 2024-10-18]
6
27
7
28
### Changed
8
29
9
-
-Bumped bundled Visionatrix from `1.3.0` to `1.4.1` version, changelog can be found [here](https://github.com/Visionatrix/Visionatrix/releases/tag/v1.4.0)
30
+
-Updated the bundled Visionatrix from version `1.3.0` to `1.4.1`. The changelog for this update can be found [here](https://github.com/Visionatrix/Visionatrix/releases/tag/v1.4.0).
10
31
11
32
### Fixed
12
33
13
-
-Warning "sudo: unable to resolve host" during container startup.
34
+
-Resolved the warning "sudo: unable to resolve host" during container startup.
14
35
15
36
## [1.0.0 - 2024-09-25]
16
37
17
38
### Added
18
39
19
-
-First release with bundled Visionatrix version `1.3.0`
40
+
-Initial release with the bundled Visionatrix version `1.3.0`.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ This is a standalone [Visionatrix](https://github.com/Visionatrix/Visionatrix) s
16
16
17
17
Each user is authenticated via Nextcloud credentials and has a personal task history.
18
18
19
+
> [!NOTE]
20
+
> We recommend starting with the "light-weight" flows, such as SDXL Lighting, Remove background (BiRefNet), and Remove background (Bria), to test your hardware.
21
+
19
22
## TextToImage Provider
20
23
21
24
You can use Visionatrix as the TextToImage provider via [Nextcloud Assistant](https://github.com/nextcloud/assistant).
0 commit comments