Skip to content

cloud-py-api/visionatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextcloud Visionatrix Integration

Introducing scalable AI media processing for Nextcloud.

Visionatrix UI Visionatrix UI

This is a standalone Visionatrix service, allowing you to process media files directly within your Nextcloud.

Each user is authenticated via Nextcloud credentials and has a personal task history.

TextToImage Provider

You can use Visionatrix as the TextToImage provider via Nextcloud Assistant.

Once the Visionatrix flow is installed and supported, it will be registered as a TextToImage provider.

Note

Not all Visionatrix flows are available in Nextcloud Assistant. See the list here

Visionatrix in Assistant UI Visionatrix in Assistant UI

Installation

Note

The AppAPI application needs to be enabled to install and use this application.

Installation

  1. Configure AppAPI.
  2. Once AppAPI is set up and the deployment daemon is configured, install the Nextcloud Visionatrix.
  3. Enjoy Nextcloud Visionatrix from the Top Menu.

We offer two types of installation:

  1. Standard Installation: This includes both the Visionatrix server for task management and a built-in worker for task processing.

    For this installation, you'll need either a powerful CPU with at least 32 GB of RAM or a GPU with at least 10 GB of VRAM. (Support for 8 GB GPUs is planned).

  2. Advanced Installation: Starting from Nextcloud version 30.0.2, you can install only the server component by setting DISABLE_WORKER=1 in the environment variables during application installation. In this mode, the server will manage tasks, while external workers (installed elsewhere) will process them.

Note

Worker authentication uses Nextcloud credentials. If 2FA is enabled, you will need to use an App Password to connect external workers.

For more information, please refer to the original Visionatrix documentation.

Questions

Feel free to ask questions or report issues.

We are looking for maintainers for this ExApp (we will provide help)