Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Sep 24, 2024
1 parent a4a9cd2 commit 67bfa48
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Introduce the scalable AI Media processing for Nextcloud.
<img alt="Visionatrix UI" src="./screenshots/visionatrix_2_light.jpg">
</picture>

Nextcloud Visionatrix is a standalone [Visionatrix](https://github.com/Visionatrix/Visionatrix) service that allows you to process your media files right in your Nextcloud.
ExApp Visionatrix is a standalone [Visionatrix](https://github.com/Visionatrix/Visionatrix) that allows you to process your media files right in your Nextcloud.

Each user authenticated using Nextcloud credentials and has their own tasks history.

Expand Down Expand Up @@ -43,14 +43,16 @@ As soon as you have Visionatrix flow installed, and it's supported, it will be r
> [!NOTE]
> The Deploy daemon with GPU 12GB+ VRAM is recommended to run all available Visionatrix flows.
>
> If environment variable in the AppAPI deploy daemon contains `DISABLE_WORKER=1` than only Server part of Visionatrix
> will run, and it does not require GPU at all,
> If environment variable in the AppAPI deploy daemon contains `DISABLE_WORKER=1` than only [Server](https://visionatrix.github.io/VixFlowsDocs/AdminManual/WorkingModes/working_modes/#server)
> part of Visionatrix will run, and it does not require GPU at all,
> but requires Visionatrix workers to run where it suits you that will process tasks connecting to the server version.
## Workers Configuration

By default, Visionatrix uses available hardware on daemon as the first worker.

It **supports scalability** by attaching additional workers (remote).

You can even setup your home computer with GPU as a worker for your Nextcloud.

> [!NOTE]
Expand All @@ -62,4 +64,4 @@ For more information on that, please refer to the [Visionatrix documentation](ht

Do not hesitate to ask any questions or report issues.

### We are looking for maintainers for this ExApp (we will help), as we only have time for Visionatrix itself.
#### We are looking for maintainers for this ExApp (we will provide help)

0 comments on commit 67bfa48

Please sign in to comment.